Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
sgk@google.com fbdc3349e6 Add a 'googleurl' Alias so we don't have to list specific
googleurl target files by hand on the command line.
Review URL: http://codereview.chromium.org/4226

git-svn-id: http://src.chromium.org/svn/trunk/src/build@2506 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2008-09-23 18:58:54 +00:00
all.xcodeproj Build libevent on Mac 2008-09-18 21:25:49 +00:00
googleurl.xcodeproj Add build/all.xcodeproj, which builds all known targets. 2008-09-08 22:47:00 +00:00
internal Creating a coverage specific build configuration. This used to be a part of the _purify build configuration. 2008-08-26 19:55:34 +00:00
v8.xcodeproj Merge http://v8.googlecode.com/svn/branches/bleeding_edge/tools/v8.xcodeproj@319 2008-09-18 19:30:05 +00:00
README.google Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
SConscript.googleurl Add a 'googleurl' Alias so we don't have to list specific 2008-09-23 18:58:54 +00:00
SConscript.main Update Linux / SCons build for SDCH. 2008-09-23 17:57:16 +00:00
SConscript.v8 Now that the V8 changes to SConscript are in trunk, enable 2008-09-11 19:54:03 +00:00
build_config.h Use a more compact license header in source files. 2008-08-24 00:55:55 +00:00
common.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
common.xcconfig add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. Be more specific when using an overloaded operator since objective-c++ finds conflicts. Enable objective-C GC in our common config file for all projects. 2008-09-17 14:18:41 +00:00
debug.vsprops Switch to building Chromium rather than Google Chrome by default. 2008-08-30 18:43:14 +00:00
debug.xcconfig Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory 2008-09-06 00:15:22 +00:00
executable.xcconfig Disable code coverage in the default Mac debug build. 2008-09-02 17:49:32 +00:00
external_code.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
output_dll_copy.rules Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
release.vsprops Switch to building Chromium rather than Google Chrome by default. 2008-08-30 18:43:14 +00:00
release.xcconfig Disable code coverage in the default Mac debug build. 2008-09-02 17:49:32 +00:00
staticlib.xcconfig Disable code coverage in the default Mac debug build. 2008-09-02 17:49:32 +00:00

README.google

List of property sheets to be included by projects:
  common.vsprops
    Not used anymore. No-op. Kept for compatibility with current projects.

  debug.vsprops
    Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops.

  external_code.vsprops
    Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings.

  output_dll_copy.rules
    Run to enable automatic copy of DLL when they are as an input file in a vcproj project.

  release.vsprops
    Enables release settings. Must be included directly in Release configuration. Includes internal\essential.vsprops. Also includes "internal\release_impl$(CHROME_BUILD_TYPE).vsprops". So the behavior is dependant on the CHROME_BUILD_TYPE environment variable.