Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
mpcomplete@google.com 444d09a23f Initial Gears SConscript file. A bit messy. Only builds chrome+dbg and
IE+dbg configurations.
Review URL: http://codereview.chromium.org/232

git-svn-id: http://src.chromium.org/svn/trunk/src/build@2269 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2008-09-16 18:24:30 +00:00
all.xcodeproj Add build/all.xcodeproj, which builds all known targets. 2008-09-08 22:47:00 +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 Put all prebuild scripts in external files. Scripts to run unit tests are 2008-09-11 13:40:35 +00:00
README.google Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
SConscript.googleurl Oops. It's called _unittest, not _test. 2008-09-09 23:45:31 +00:00
SConscript.main Initial Gears SConscript file. A bit messy. Only builds chrome+dbg and 2008-09-16 18:24:30 +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 Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out 2008-09-10 00:16:28 +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.