Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
tc@google.com 5da6947e03 Second try of landing chrome_resources project. Changes from last time:
- fix scons dependencies by adding a target for grit/theme_resources.h
- fix mac build by adding grit to unittest include path
- fix check deps by adding rules for /grit dir.

Create a chrome_resources.vcproj that holds grd files that hold
non-string resources.  Put browser_resources.grd into this vcproj.

Port theme_resources.rc/theme_resources.h to theme_resources.grd
and put it in the vcproj too.

I did a find/replace on the theme_resources include line.

Modify grit so header files go in grit_generated_resources/grit/
so the include path can be cleaner.  I'll migrate the others
in follow up patches.

theme_resources.rc had a conditional include of distribution_resources.rc
so I had to add support for preprocessor defines to visual studio.

Review URL: http://codereview.chromium.org/24011


git-svn-id: http://src.chromium.org/svn/trunk/src/build@9664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-02-12 17:14:07 +00:00
all.xcodeproj Second try of landing chrome_resources project. Changes from last time: 2009-02-12 17:14:07 +00:00
googleurl.xcodeproj Fix the mac build to add dmg_fp to the libbase.a. 2008-11-15 01:40:31 +00:00
internal Rename README.google to README.chromium. 2009-01-30 21:24:17 +00:00
mac Rename README.google to README.chromium. 2009-01-30 21:24:17 +00:00
v8.xcodeproj DEBUG was dropped from the preprocessor macros at some point. Add it 2009-02-05 00:10:01 +00:00
README.chromium Rename README.google to README.chromium. 2009-01-30 21:24:17 +00:00
SConscript.googleurl SCons renaming updates for base, net and googleurl: 2008-10-21 20:24:56 +00:00
SConscript.main Remove filtering out of some libraries from shared links. 2009-02-12 17:04:45 +00:00
SConscript.v8 Remove LIBS_DIR usage. 2009-02-09 21:58:44 +00:00
build_config.h WIN32 is defined by windows.h. _WIN32 is defined by the compiler. Fix the check to use _WIN32 since it is defined 100% of the time. 2009-02-09 15:42:08 +00:00
common.scons Finish release (opt) builds on Windows, including the parallel 2008-11-20 01:12:38 +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.scons Convert from using env['PLATFORM'] directly to using the more flexible 2008-12-18 23:26:29 +00:00
debug.vsprops Disable incremental linking for every projects while we sort out what is breaking the debug builds. 2009-02-03 00:11:35 +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.scons Convert from using env['PLATFORM'] directly to using the more flexible 2008-12-18 23:26:29 +00:00
external_code.vsprops Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
googleurl.scons Make better (and more efficient) use of Hammer functionality 2008-11-05 19:48:25 +00:00
googleurl_lib.scons Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. 2008-12-26 04:38:25 +00:00
googleurl_unittests.scons Convert from using env['PLATFORM'] directly to using the more flexible 2008-12-18 23:26:29 +00:00
install-build-deps.sh Add one more library, libgio-2.0. base_unittests won't link without it. 2009-01-13 00:19:33 +00:00
output_dll_copy.rules Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
release.scons Finish release (opt) builds on Windows, including the parallel 2008-11-20 01:12:38 +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
using_googleurl.scons SCons renaming updates for base, net and googleurl: 2008-10-21 20:24:56 +00:00
using_v8.scons Allow optimized builds on Linux. 2008-11-13 23:44:51 +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.