Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
scherkus@chromium.org 15d96a44ad Fix build/common.gypi to actually set proprietary_codecs when branding=Chrome.
The 'proprietary_codecs%': 0 declaration was overwriting the conditionally-set statement earlier in the file. Instead, move the 0 assignment into the else branch and copy the conditionally-set variable into the outer scope.

I fail at gyp.

BUG=277948
R=acolwell@chromium.org

Review URL: https://codereview.chromium.org/23090007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@219379 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-23 23:33:41 +00:00
android [Android Buildbot] Add option to set extra env vars before envsetup. 2013-08-23 23:16:13 +00:00
git-hooks Use sh instead of bash for the pre-commit hook. 2013-07-30 20:23:41 +00:00
internal
ios Enable PNaCl by default (revert disabling CL) 2013-08-22 21:13:46 +00:00
linux Linux: add script to remove bundled libraries. 2013-08-21 20:17:42 +00:00
mac Handle iOS gtest app bundles in copy_asan_runtime_dylib.sh 2013-07-02 08:17:25 +00:00
slave Add src/build/slave directory. 2013-08-22 08:25:34 +00:00
temp_gyp Time to kill googleurl.gyp 2013-06-22 14:20:10 +00:00
util Android: support glob-style gtest filters with content browser tests 2013-06-07 00:50:14 +00:00
win Embed compatibility manifest into all *.exe files 2013-07-30 20:24:30 +00:00
OWNERS
README.chromium
all.gyp Add gcapi to all.gyp. 2013-08-22 20:15:02 +00:00
all_android.gyp Support WebRTC in Android build toolchain 2013-08-22 14:22:22 +00:00
apk_fake_jar.gypi Predex java libraries 2013-03-27 23:31:27 +00:00
apk_test.gypi [Android] Temporarily force gtests to be unmanaged. 2013-04-11 22:05:47 +00:00
apply_locales.py
asan.saves
branding_value.sh
build_config.h add a macro that really identifies glibc 2013-05-23 12:00:10 +00:00
common.croc Revert 165685 - Revert 163638 - Adds units for all Chromium perf tests. These units are recorded in the graphs.dat file, and can then be used to determine whether the test has improved or regressed when the graph goes up. 2012-11-12 15:32:47 +00:00
common.gypi Fix build/common.gypi to actually set proprietary_codecs when branding=Chrome. 2013-08-23 23:33:41 +00:00
common_untrusted.gypi
compiler_version.py
copy_test_data_ios.gypi Fix handling of spaces with paths in copy_test_data.py 2012-11-09 18:04:50 +00:00
copy_test_data_ios.py Fix handling of spaces with paths in copy_test_data.py 2012-11-09 18:04:50 +00:00
cp.py Normalize output path to cp.py 2013-04-30 01:57:11 +00:00
dir_exists.py
download_nacl_toolchains.py Update NaCl ARM build flags now that gcc used as default compiler. 2013-04-05 07:19:47 +00:00
escape_unicode.py
extract_from_cab.py
filename_rules.gypi linux_aura: Fix crash when dragging NTP icons. 2013-08-23 01:12:39 +00:00
gdb-add-index Make gdb-add-index index concurrently. 2013-08-15 18:03:03 +00:00
get_landmines.py Refactor landmines.py so that it can be used downstream. 2013-08-21 02:44:58 +00:00
grit_action.gypi Generate about:credits page automatically at build time. 2013-02-07 13:32:13 +00:00
grit_target.gypi
gyp_chromium Generate the lists of localization files instead of hardcoding them. 2013-07-11 22:01:30 +00:00
gyp_chromium.py Make gyp_chromium.py work with Python 2.7. 2013-05-28 16:02:13 +00:00
gyp_helper.py Support GYP_CROSSCOMPILE variable in gyp_helper. 2013-05-07 21:05:39 +00:00
install-build-deps-android.sh [Android] Install required 32-bit libs via install-build-deps-android.sh. 2013-08-10 07:29:09 +00:00
install-build-deps.sh Change detection method for checking package name changes 2013-05-29 23:11:20 +00:00
install-chroot.sh We sometimes erroneously detected processes in other sessions 2013-07-23 05:36:07 +00:00
intsafe_workaround.h reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/ 2013-04-17 17:25:34 +00:00
isolate.gypi Revert r217535 "Move swarm_client to swarming_client." 2013-08-14 13:23:29 +00:00
jar_file_jni_generator.gypi jar_file_jni_generator accepts jar_input_file optionally 2013-03-26 08:03:53 +00:00
java.gypi Makes GYP changes for EMMA coverage 2013-08-22 00:08:31 +00:00
java_aidl.gypi Use _target_name instead of package_name for java*.gypi 2013-02-20 22:39:17 +00:00
java_apk.gypi Fixes dexing of emma_device.jar 2013-08-23 03:44:54 +00:00
java_prebuilt.gypi [Android] Extend proguard preprocessing to prebuilt Java libraries. 2013-08-19 22:45:34 +00:00
jni_generator.gypi Android WebView: add empty jarjar ruleset. 2013-05-30 14:16:12 +00:00
json_schema_bundle_compile.gypi generated_api.h should have its body generated into generated_api.cc 2013-02-12 04:45:41 +00:00
json_schema_compile.gypi Initial commit of the Dart Chrome Extension APIs generators 2013-02-06 01:29:31 +00:00
json_to_struct.gypi Moving prepopulated search engines to a JSON file. 2012-11-17 14:20:29 +00:00
landmine_utils.py Refactor landmines.py so that it can be used downstream. 2013-08-21 02:44:58 +00:00
landmines.py Remove print statement in landmines.py to reduce clutter on stdout. 2013-08-23 00:23:41 +00:00
nocompile.gypi
output_dll_copy.rules
precompile.cc
precompile.h reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/ 2013-04-17 17:25:34 +00:00
protoc.gypi Linux: update protoc wrapper to allow building with system protobuf. 2012-12-04 19:08:17 +00:00
protoc_java.gypi Use _target_name instead of package_name for java*.gypi 2013-02-20 22:39:17 +00:00
protoc_java.py Add support for generating jars from protos and add cacheinvalidation_java. 2012-11-14 21:20:47 +00:00
release.gypi
sanitize-mac-build-log.sed Revert 211564 "Cleanup sanitize build sed and sh scripts." 2013-07-13 11:54:28 +00:00
sanitize-mac-build-log.sh Revert 211564 "Cleanup sanitize build sed and sh scripts." 2013-07-13 11:54:28 +00:00
sanitize-png-files.sh Support cygwin in sanitize-png-files.sh. 2013-05-31 23:59:00 +00:00
sanitize-win-build-log.sed Revert 211564 "Cleanup sanitize build sed and sh scripts." 2013-07-13 11:54:28 +00:00
sanitize-win-build-log.sh Revert 211564 "Cleanup sanitize build sed and sh scripts." 2013-07-13 11:54:28 +00:00
shim_headers.gypi Android WebView: build fixes for use_system_skia. 2013-08-16 15:28:08 +00:00
some.gyp Revert 180433 because build\some.gyp was added to the CL by mistake. 2013-02-04 17:18:03 +00:00
symlink.py Skip argv[0] when processing command line options in symlink.py 2013-05-28 21:49:11 +00:00
uiautomator_test.gypi Some of the build tools have moved in the SDK (e.g. aapt, aidl) from 2013-08-09 06:48:18 +00:00
update-linux-sandbox.sh
whitespace_file.txt Whitespace commit to trigger the bots. 2013-08-20 03:45:17 +00:00
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.