Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
navabi@google.com 68a08bb56e Always wipe device data, but dont reboot.
We keep seeing the INSTALL_FAILED_INSUFFICIENT_STORAGE error on the devices. The
APK we install to check for this failure succeeds even when this error exists on
the device (presumably because the APK we install is too small). Thus, this CL
will always wipe the device. It removes the reboot, because that would make the
step take too long.

BUG=335549
TBR=yfriedman@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@269408 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-09 21:27:16 +00:00
android Always wipe device data, but dont reboot. 2014-05-09 21:27:16 +00:00
config Don't call into WebRuntimeFeatures::enableSpeechInput() 2014-05-07 00:53:50 +00:00
git-hooks Silence git-hooks/pre-commit in the absence of .gitmodules (take 2). 2014-04-05 00:29:14 +00:00
internal Add PGO targets to Chrome. 2014-03-14 16:48:30 +00:00
ios Start removing support for the experimental x-webkit-speech API 2014-05-02 22:05:41 +00:00
linux Do not check GTK+ dependencies when use_ozone is defined. 2014-05-09 18:04:47 +00:00
mac Fix build/mac/edit_xibs.sh. 2014-04-30 14:36:03 +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
toolchain Work on Mac GN build. 2014-04-17 20:33:19 +00:00
util This renames all custom GN targets to actions in the GN build like the new version requires. 2014-03-26 17:04:14 +00:00
win Add ftol workaround for VS2013 2014-03-04 19:01:12 +00:00
OWNERS Add wildcard OWNERS files for directories where anyone can approve commits. 2012-03-12 20:56:41 +00:00
README.chromium TBR:nsylvain 2009-09-14 07:41:01 +00:00
all.gyp Rewrote WebRTC browser tests to not use peerconnection_server. 2014-05-09 15:26:29 +00:00
apk_fake_jar.gypi Predex java libraries 2013-03-27 23:31:27 +00:00
apk_test.gypi Remove unused input_shlib_path 2014-04-17 23:16:50 +00:00
apply_locales.py Move apply_locales.py from src/chrome/tools/build/ to src/build/. 2010-03-09 02:00:21 +00:00
asan.saves Revert ___asan_set_death_callback and ___asan_set_error_report_callback until the new Clang arrives. 2012-03-12 12:50:25 +00:00
branding_value.sh Adding a general script to fetch values from the BRANDING files. 2009-05-19 14:10:09 +00:00
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 Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast. 2014-04-25 00:08:06 +00:00
check_return_value.py check_return_value.py should drop stderr of the command it runs. 2014-04-03 07:36:32 +00:00
chrome_settings.gypi Move mac_bundle_id and other variables from chrome.gyp to build/chrome_settings.gypi. 2013-12-12 18:34:38 +00:00
common.croc Remove references to sconsbuild. 2013-10-12 02:38:29 +00:00
common.gypi Revert of Collect data reduction proxy UMA on all platforms (https://codereview.chromium.org/266033002/) 2014-05-08 06:05:33 +00:00
common_untrusted.gypi Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process 2012-08-30 19:47:38 +00:00
compiler_version.py Linux: Detect host g++ version as well as target g++ version. 2014-04-23 08:20:16 +00:00
copy_test_data_ios.gypi Fix test data copying on iOS 2014-05-02 21:16:10 +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 gyp performance: don't invoke python to check dir existance 2014-04-16 21:52:49 +00:00
download_nacl_toolchains.py Chromium NaCl scripts now uses package_version to extract. 2014-05-02 01:04:00 +00:00
env_dump.py Treat options to the envsetup script as args. 2013-09-23 23:08:09 +00:00
escape_unicode.py Fix python scripts in src/build/ 2011-11-23 19:13:44 +00:00
extract_from_cab.py Fix spelling: "supress" -> "suppress" 2013-11-02 02:05:53 +00:00
filename_rules.gypi Refactor views app list services to allow more code sharing 2014-05-03 03:55:19 +00:00
find_isolated_tests.py Add a script that can discover *.isolated files in a directory. 2014-02-28 19:46:52 +00:00
gdb-add-index Make gdb-add-index index concurrently. 2013-08-15 18:03:03 +00:00
get_landmines.py Refactor ActivityStatus to not store current 2014-02-21 23:04:08 +00:00
gn_helpers.py Add support for reading .gypi files. 2014-04-06 04:35:10 +00:00
grit_action.gypi Add a new gyp flag to enable resource whitelist generation. 2014-03-07 22:36:32 +00:00
grit_target.gypi run cygwin mount setup in runhooks, and remove some references to it 2012-01-30 19:35:17 +00:00
gyp_chromium Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. 2014-05-07 18:45:59 +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 Fix chromium.gyp_env to see GYP_MSVS_VERSION. 2014-01-13 21:29:34 +00:00
gypi_to_gn.py Add support for substring replacement in gypi_to_gn 2014-04-11 17:23:40 +00:00
install-build-deps-android.sh Call install-build-deps.sh from install-build-deps-android.sh 2014-04-03 21:40:19 +00:00
install-build-deps.sh linux install-build-deps.sh: Add devscripts and zip. 2014-04-30 23:07:04 +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
inverse_depth.py Mojo: Include "path/to/foo.mojom.h" 2014-02-27 22:07:43 +00:00
isolate.gypi Add a wrapper script which modifies the .isolate on the fly. 2014-04-04 03:44:03 +00:00
jar_file_jni_generator.gypi Android: sync up latest JNI generator changes from downstream. 2014-01-08 14:41:13 +00:00
java.gypi android: Remove last two md5sum calls from gyp files. 2014-03-20 23:22:44 +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 Adding mojo_test_apk in the fyi waterfall. 2014-04-30 11:22:41 +00:00
java_prebuilt.gypi android: Remove a few unnecessary md5sum invocations. 2014-03-02 20:22:16 +00:00
jni_generator.gypi Android: changes the JNI generator to use long by default. 2014-02-06 18:46:45 +00:00
json_schema_bundle_compile.gypi Add an implementation path option to json_schema_compiler 2014-03-05 10:11:19 +00:00
json_schema_compile.gypi Add an implementation path option to json_schema_compiler 2014-03-05 10:11:19 +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 Add FreeBSD as a supported platform using ninja. 2014-02-11 03:54:20 +00:00
landmines.py Fixing a race condition in landmines.py 2014-04-23 04:19:23 +00:00
nocompile.gypi Disable No-compile tests. They are flaky on the tree. 2011-11-29 08:19:02 +00:00
output_dll_copy.rules Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
precompile.cc Use precompiled headers for most large projects where the .gyp file 2011-09-07 14:14:54 +00:00
precompile.h reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/ 2013-04-17 17:25:34 +00:00
protoc.gypi Delete some msvs_cygwin_shell:0 2014-01-25 00:45:40 +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 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. 2011-08-17 17:41:02 +00:00
repack_action.gypi Add whitelist support for grit repack steps. 2014-04-04 00:52:22 +00:00
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 Remove removed (and outdated anyway) Perl IDL compiler line from sed script 2014-02-27 15:00:45 +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 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
toolchain_vs2013.hash Update hash to new toolchain rev 2014-02-22 07:50:14 +00:00
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 android: Remove a few unnecessary md5sum invocations. 2014-03-02 20:22:16 +00:00
update-linux-sandbox.sh Add update-linux-sandbox.sh to build/ 2012-06-06 20:12:46 +00:00
vs_toolchain.py Split toolchain update and install lookup to make generation faster 2014-04-09 01:56:20 +00:00
whitespace_file.txt Whitespace change to trigger bots 2014-05-05 10:32:25 +00:00
win_precompile.gypi Use precompiled headers on Windows only when a flag is set. 2011-09-27 00:15:16 +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.