Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
timurrrr@chromium.org 537105b145 Added NVALGRIND define [on by default]. Can be turned off on valgrind slaves by using valgrind_build=1
Review URL: http://codereview.chromium.org/195078

git-svn-id: http://src.chromium.org/svn/trunk/src/build@26241 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-09-15 18:41:51 +00:00
internal Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build. 2009-06-23 20:08:45 +00:00
linux linux: improve support for cross-compiling 2009-09-04 01:53:01 +00:00
mac Don't use --owner or --group in tar -c, these options are not present in 2009-09-11 19:07:15 +00:00
temp_gyp Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the references to third_party/icu38 and icudt38.dll with third_party/icu and icudt42.dll in vsprops and cc files. Also, update the icu data module name and the icu data symbol in icu_util.cc 2009-09-09 06:49:08 +00:00
util Allow the lastchange target to get a hard-coded default last change 2009-08-05 17:20:36 +00:00
win Cosmetic fixes to clobber_generated_headers.py: 2009-08-19 20:41:13 +00:00
README.chromium TBR:nsylvain 2009-09-14 07:41:01 +00:00
all.gyp Remove the test runner line I had in there by accident. 2009-09-14 12:05:04 +00:00
branding_value.sh Adding a general script to fetch values from the BRANDING files. 2009-05-19 14:10:09 +00:00
build-bisect.py Make the build-bisect tool work with non-Mac archives. 2009-09-04 17:52:33 +00:00
build_config.h Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but 2009-09-07 16:39:46 +00:00
common.croc Major refactoring of Croc. 2009-05-29 00:05:27 +00:00
common.gypi Added NVALGRIND define [on by default]. Can be turned off on valgrind slaves by using valgrind_build=1 2009-09-15 18:41:51 +00:00
common.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
debug.vsprops Reenable incremental linking for most projects except the largest ones. Will fix later. 2009-03-11 13:39:41 +00:00
external_code.gypi Restore -Wall to Linux build and set up for -Werror. 2009-04-09 22:51:41 +00:00
external_code.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
install-build-deps.sh strip the gold linker executable in install-build-deps.sh. 2009-09-10 17:45:39 +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

README.chromium

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.