Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
cpu@chromium.org e55911635e Revert 222971 "Switch all windows bots to Aura"
> Switch all windows bots to Aura
> 
> This is a reland of https://codereview.chromium.org/23816007/
> See the comments there.
> 
> Hopefully all pesky tests failures have been addressed
> 
> BUG=259185
> TEST=none
> TBR=scottmg
> 
> Review URL: https://codereview.chromium.org/23803010

TBR=cpu@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@222983 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 04:28:01 +00:00
android Update emulator to work with version 18 of Android API. 2013-09-11 20:07:11 +00:00
git-hooks
internal
ios Add --disable-pnacl to about://flags 2013-08-29 10:02:55 +00:00
linux Implement chrome.brailleDisplayPrivate API for ChromeOS 2013-09-11 11:48:22 +00:00
mac
slave Add src/build/slave directory. 2013-08-22 08:25:34 +00:00
temp_gyp
util
win
OWNERS
README.chromium
all.gyp Suppression the problems on the build bots: There were two reasons why that CL broke the build tree. One is the size bloating, which was solved by https://codereview.chromium.org/23460018. The other is compiling error on ARM, and this was also solved by updating CLD2 (https://chromiumcodereview.appspot.com/23606017/). 2013-09-06 11:03:06 +00:00
all_android.gyp Compile content_gl_tests on Android 2013-09-03 21:31:57 +00:00
apk_fake_jar.gypi
apk_test.gypi
apply_locales.py
asan.saves
branding_value.sh
build_config.h
common.croc
common.gypi Revert 222971 "Switch all windows bots to Aura" 2013-09-13 04:28:01 +00:00
common_untrusted.gypi
compiler_version.py
copy_test_data_ios.gypi
copy_test_data_ios.py
cp.py
dir_exists.py
download_nacl_toolchains.py
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
grit_target.gypi
gyp_chromium
gyp_chromium.py
gyp_helper.py
install-build-deps-android.sh install-build-deps-android.sh complains about missing ant-1.8 2013-08-29 03:09:45 +00:00
install-build-deps.sh Add libbrlapi to install-build-deps.sh. 2013-09-06 06:23:57 +00:00
install-chroot.sh
intsafe_workaround.h
isolate.gypi Remove many files from isolate steps dependencies. 2013-08-29 01:01:56 +00:00
jar_file_jni_generator.gypi
java.gypi Adds ability to exclude java libraries 2013-08-24 03:25:14 +00:00
java_aidl.gypi
java_apk.gypi This fixes the component build. 2013-09-10 01:39:25 +00:00
java_prebuilt.gypi [Android] Extend proguard preprocessing to prebuilt Java libraries. 2013-08-19 22:45:34 +00:00
jni_generator.gypi
json_schema_bundle_compile.gypi
json_schema_compile.gypi
json_to_struct.gypi
landmine_utils.py Refactor landmines.py so that it can be used downstream. 2013-08-21 02:44:58 +00:00
landmines.py Revert 220853 "Revert 220846 "Make landmines.py take an extra sc..." 2013-09-02 21:51:18 +00:00
nocompile.gypi
output_dll_copy.rules
precompile.cc
precompile.h
protoc.gypi
protoc_java.gypi
protoc_java.py
release.gypi
sanitize-mac-build-log.sed
sanitize-mac-build-log.sh
sanitize-win-build-log.sed
sanitize-win-build-log.sh
shim_headers.gypi Android WebView: build fixes for use_system_skia. 2013-08-16 15:28:08 +00:00
some.gyp
symlink.py
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 cycle bots 2013-09-13 03:17:49 +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.