Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
alexeypa@chromium.org 899b11c4a1 ATL 8.0 included in WDK 7.1 makes the linker to generate almost eight hundred LNK4254 and LNK4078 warnings. This CL disables both warnings when compiling using "Express" versions of Visual Studio.
Review URL: http://codereview.chromium.org/9718030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 22:59:32 +00:00
android Enable goma for Android. Fix non-goma 'make' builds. 2012-03-21 07:09:49 +00:00
internal
linux
mac
temp_gyp Add a new 'run_all_unittests' target in base 2012-03-21 05:55:06 +00:00
util
win
OWNERS
README.chromium
all.gyp Remove defunct chromeos_gtk gyp variable. 2012-03-19 15:40:35 +00:00
all_android.gyp Include the WebKit targets on all Android builds 2012-03-19 13:53:28 +00:00
apply_locales.py
asan.saves
branding_value.sh
build_config.h
common.croc
common.gypi ATL 8.0 included in WDK 7.1 makes the linker to generate almost eight hundred LNK4254 and LNK4078 warnings. This CL disables both warnings when compiling using "Express" versions of Visual Studio. 2012-03-21 22:59:32 +00:00
compiler_version.py
cp.py
dir_exists.py
download_nacl_toolchains.py
escape_unicode.py
extract_from_cab.py
filename_rules.gypi
grit_action.gypi
grit_target.gypi
gyp_chromium
install-build-deps-android-sdk.sh
install-build-deps-android.sh
install-build-deps.sh Fixed a few more minor nitpicks: 2012-03-21 22:09:41 +00:00
install-chroot.sh Fixed a few more minor nitpicks: 2012-03-21 22:09:41 +00:00
json_schema_bundle_compile.gypi Remove dependence on .json files for IDL-specified extensions/apps APIs 2012-03-21 05:40:14 +00:00
json_schema_compile.gypi Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. 2012-03-19 22:24:35 +00:00
nocompile.gypi
output_dll_copy.rules
precompile.cc
precompile.h
protoc.gypi
release.gypi
sanitize-mac-build-log.sed
sanitize-mac-build-log.sh
sanitize-win-build-log.sed
sanitize-win-build-log.sh
some.gyp
whitespace_file.txt
win_precompile.gypi

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.