Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
bulach@chromium.org 8e5718f100 Android: kill leftover webpagereplay servers.
Some bots downstream ended up with hundreds of instances.
Kill them all before start running the tests.

BUG=326540

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@239479 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-09 12:55:22 +00:00
android Android: kill leftover webpagereplay servers. 2013-12-09 12:55:22 +00:00
config GN: Add support for 32- and 64-bit cross-compiles. 2013-11-22 23:30:28 +00:00
git-hooks
internal
ios Debug UI for DOM distiller supports distillation and lists articles. 2013-12-06 11:57:12 +00:00
linux Update arm sysroot image used by arm/linux builder. 2013-11-04 22:25:24 +00:00
mac Handle both OSX and iOS Simulator runtimes in the ASan postbuild script. 2013-11-22 09:25:20 +00:00
slave
temp_gyp
toolchain GN: Add support for 32- and 64-bit cross-compiles. 2013-11-22 23:30:28 +00:00
util Move files from the secondary GN directory to build. 2013-11-20 22:21:03 +00:00
win
OWNERS
README.chromium
all.gyp Move src/gpu/gles2_conform_test out of src-internal 2013-12-05 21:41:09 +00:00
all_android.gyp Set media_perftests up for android and to be built by the perfbots. 2013-11-17 21:20:25 +00:00
apk_fake_jar.gypi
apk_test.gypi
apply_locales.py
asan.saves
branding_value.sh
build-ctags.sh Add a simple script for building a ctags DB in a Chromium checkout. 2013-10-09 05:40:40 +00:00
build_config.h Revert of https://chromiumcodereview.appspot.com/103293003/ 2013-12-06 08:56:45 +00:00
common.croc Remove references to sconsbuild. 2013-10-12 02:38:29 +00:00
common.gypi Add a PDF component extension 2013-12-09 08:43:17 +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
env_dump.py Treat options to the envsetup script as args. 2013-09-23 23:08:09 +00:00
escape_unicode.py
extract_from_cab.py Fix spelling: "supress" -> "suppress" 2013-11-02 02:05:53 +00:00
filename_rules.gypi [win8] Force browsers created while Chrome is in Metro mode to be on the Ash desktop. 2013-11-19 04:00:41 +00:00
gdb-add-index
get_landmines.py
grit_action.gypi
grit_target.gypi
gyp_chromium Re-enable GN as part of GYP execution. 2013-12-06 20:35:07 +00:00
gyp_chromium.py
gyp_helper.py
install-build-deps-android.sh Add checkstyle dependency to install-build-deps-android.sh 2013-11-22 16:51:37 +00:00
install-build-deps.sh linux_aura: Install language packs needed for testing. 2013-11-23 01:37:49 +00:00
install-chroot.sh
intsafe_workaround.h
isolate.gypi swarming: Support branded mac builds. 2013-12-03 18:15:11 +00:00
jar_file_jni_generator.gypi
java.gypi
java_aidl.gypi
java_apk.gypi Check library version and handle library load errors 2013-11-28 14:28:52 +00:00
java_prebuilt.gypi
jni_generator.gypi Android: adds ptr_type to jni_generator. 2013-11-05 00:54:22 +00:00
json_schema_bundle_compile.gypi non_compiled_schema_files should trigger genapi_bundle. 2013-11-04 20:31:29 +00:00
json_schema_compile.gypi
json_to_struct.gypi
landmine_utils.py mac: Use ninja by default. 2013-10-30 00:04:06 +00:00
landmines.py Remove references to sconsbuild. 2013-10-12 02:38:29 +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 Cleanup sanitize build sed and sh scripts. 2013-10-31 04:21:14 +00:00
sanitize-mac-build-log.sh Cleanup sanitize build sed and sh scripts. 2013-10-31 04:21:14 +00:00
sanitize-win-build-log.sed Cleanup sanitize build sed and sh scripts. 2013-10-31 04:21:14 +00:00
sanitize-win-build-log.sh Cleanup sanitize build sed and sh scripts. 2013-10-31 04:21:14 +00:00
shim_headers.gypi Remove trailing "." from message lines. 2013-10-31 18:08:28 +00:00
some.gyp
symlink.py
tree_truth.sh Add a script which prints recent changes in a set of repos. 2013-09-13 19:11:35 +00:00
uiautomator_test.gypi
update-linux-sandbox.sh
whitespace_file.txt Revert 235041 "trigger 31 builders" 2013-11-14 05:36:54 +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.