Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
shashishekhar@chromium.org 51bf7244a8 Change test running logic to run tests without any size annotation.
Currently some tests without any test size annotation but with any other
annotation (like PhoneOnly) are not run. These tests are not disabled and
should be run, all disabled tests should now have a DisabledTest annotation.


Review URL: https://chromiumcodereview.appspot.com/11437018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171434 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-06 06:47:29 +00:00
android Change test running logic to run tests without any size annotation. 2012-12-06 06:47:29 +00:00
internal
ios Add strings for toolbar buttons to iOS grit_whitelist.txt 2012-11-29 22:00:23 +00:00
linux Linux: use generated library loader for gsettings. 2012-11-30 21:22:34 +00:00
mac mac: Get revision information from LASTCHANGE like windows and linux do 2012-11-28 23:04:43 +00:00
temp_gyp
util Allow lastchange.py to be used for arbitrary repositories. 2012-10-25 20:59:36 +00:00
win
OWNERS
README.chromium
all.gyp Build chromedriver2_unittests as part of chromium_builder_tests. 2012-11-30 19:23:11 +00:00
all_android.gyp Add support for generating jars from protos and add cacheinvalidation_java. 2012-11-14 21:20:47 +00:00
apk_test.gypi Remove hardcoded chromium_*.jar paths 2012-12-05 02:32:23 +00:00
apply_locales.py
asan.saves
branding_value.sh
build_config.h
build_output_dirs_android.gyp
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 Add a gyp flag to allow removing dependency on ppapi. 2012-12-05 05:24:54 +00:00
common_untrusted.gypi
compiler_version.py Removed CXX_target for Android 2012-10-18 22:08:06 +00:00
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
dir_exists.py
download_nacl_toolchains.py
escape_unicode.py
extract_from_cab.py
filename_rules.gypi overscroll: Add a browser-test for the aura implementation. 2012-11-19 20:51:37 +00:00
gdb-add-index
grit_action.gypi Move Chromoting strings to string_resources.grd and simplify remoting_resources target. 2012-11-06 03:39:19 +00:00
grit_target.gypi
gyp_chromium Selective build clobbering feature (landmines.py and android build scripts). 2012-11-14 04:59:48 +00:00
gyp_chromium.py
gyp_helper.py Use universal newlines in gyp_helper. 2012-11-15 01:51:54 +00:00
install-build-deps-android.sh
install-build-deps.sh Update build/install-build-deps.sh for libspeechd. 2012-12-05 19:40:34 +00:00
install-chroot.sh Use chroot name instead of full path chroot command 2012-12-05 03:35:56 +00:00
isolate.gypi Disable isolate_dependency_tracked in build driver for .isolate files. 2012-11-05 18:29:12 +00:00
jar_file_jni_generator.gypi
java.gypi Support Java resources within content. 2012-11-16 20:39:20 +00:00
java_aidl.gypi
java_apk.gypi Add gyp dependency on proguard flags. 2012-12-03 22:08:33 +00:00
jni_generator.gypi Android: uses "import" section and inner classes for obtaining qualified JNI parameters. 2012-11-07 19:06:51 +00:00
json_schema_bundle_compile.gypi
json_schema_compile.gypi
json_to_struct.gypi Moving prepopulated search engines to a JSON file. 2012-11-17 14:20:29 +00:00
landmines.py Add android landmine (force android clean build) 2012-12-01 01:59:36 +00:00
nocompile.gypi
output_dll_copy.rules
precompile.cc
precompile.h
protoc.gypi Linux: update protoc wrapper to allow building with system protobuf. 2012-12-04 19:08:17 +00:00
protoc_java.gypi Fix protoc_java.gypi action dependency. 2012-11-20 18:05:34 +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
sanitize-mac-build-log.sh
sanitize-win-build-log.sed
sanitize-win-build-log.sh
some.gyp
update-linux-sandbox.sh
whitespace_file.txt Dummy change to trigger the bots 2012-12-02 06:25:31 +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.