Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
sgk@google.com e29d54f9d9 Add a 'cygwin' target to execute setup_mount.bat explicitly as a
dependency of targets that need it (that is, any target with
'rules' or 'actions').
Review URL: http://codereview.chromium.org/115154

git-svn-id: http://src.chromium.org/svn/trunk/src/build@15774 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-05-11 20:01:24 +00:00
internal Add delay loading of dbghelp.dll into essential.vsprops. 2009-04-16 00:42:06 +00:00
linux Linux: add -lX11 as a library to WebKit. 2009-04-23 01:31:49 +00:00
mac Add a simple dmg script to the mac build dir to build a dmg out of the app. 2009-05-08 20:24:08 +00:00
temp_gyp gtest shouldn't link in gtest_main.cc, as that provides its own main(). 2009-05-06 19:13:06 +00:00
win Add a 'cygwin' target to execute setup_mount.bat explicitly as a 2009-05-11 20:01:24 +00:00
README.chromium whitespace change to poke the builders 2009-03-26 19:18:34 +00:00
all.gyp Move Courgette 2009-05-08 23:00:29 +00:00
build_config.h Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary 2009-05-07 23:41:29 +00:00
common.gypi Do not define __ARMEL__ on ARM, this is the compilers job. 2009-05-11 14:40:20 +00:00
common.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
common.xcconfig Put the 10.5 sdks into the configs to make sure we're building against what we 2009-01-14 15:15:05 +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
debug.xcconfig improve layout tests by removing definition of DEBUG (libxml uses it to spew diagnostic output to stderr) 2008-10-15 13:17:40 +00:00
dynamiclib.xcconfig Update a few targets to the condition they should be in. Eliminate redundant 2008-12-11 15:05:30 +00:00
executable.xcconfig Disable code coverage in the default Mac debug build. 2008-09-02 17:49:32 +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 Update the build installation script to make it work on ubuntu 9.04 2009-04-27 21:01:13 +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 Dramatically improve the link time in release mode. Today's MC Hammer Xcode 2008-11-07 23:55:47 +00:00
staticlib.xcconfig Dramatically improve the link time in release mode. Today's MC Hammer Xcode 2008-11-07 23:55:47 +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.