Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
tfarina@chromium.org c159595028 components/webdata: Break the dependency on chrome/test/base
BUG=181277
TBR=joi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@209071 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-28 02:19:34 +00:00
android components/webdata: Break the dependency on chrome/test/base 2013-06-28 02:19:34 +00:00
git-hooks
internal
ios [Autofill] Update credit card type detection logic. 2013-06-21 14:30:25 +00:00
linux Linux: Call the install-debian-sysroot scripts directly instead of via a wrapper, now that the scripts on no longer internal. 2013-06-12 20:33:54 +00:00
mac Cleanup old TODO in tweak_info_plist.py 2013-06-11 19:42:53 +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
OWNERS
README.chromium
all.gyp Time to kill googleurl.gyp 2013-06-22 14:20:10 +00:00
all_android.gyp Add Create() function to AudioCodecBridge and VideoCodecBridge to allow return of null pointers 2013-05-26 02:04:19 +00:00
apk_fake_jar.gypi
apk_test.gypi
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
common.gypi Adding WebRTC log upload list under chrome://webrtc-logs 2013-06-27 14:17:04 +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 Automatically exclude *_win_browsertest.* from non-Windows builds. 2013-06-19 03:21:15 +00:00
gdb-add-index
grit_action.gypi
grit_target.gypi
gyp_chromium Prepare gyp_chromium for moving Source/core/core.gyp/core.gyp up a directory 2013-06-05 01:19:36 +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
install-build-deps-android.sh
install-build-deps.sh Change detection method for checking package name changes 2013-05-29 23:11:20 +00:00
install-chroot.sh
intsafe_workaround.h
isolate.gypi
jar_file_jni_generator.gypi
java.gypi
java_aidl.gypi
java_apk.gypi [Android] Support building standalone APK in component build 2013-06-25 18:42:07 +00:00
java_prebuilt.gypi
jni_generator.gypi Android WebView: add empty jarjar ruleset. 2013-05-30 14:16:12 +00:00
json_schema_bundle_compile.gypi
json_schema_compile.gypi
json_to_struct.gypi
landmines.py Fix Landmines MSVS Version Checking 2013-06-14 00:45:35 +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-png-files.sh Support cygwin in sanitize-png-files.sh. 2013-05-31 23:59:00 +00:00
sanitize-win-build-log.sed
sanitize-win-build-log.sh
shim_headers.gypi
some.gyp
split_link_partition.py In components/autofill, move common/ to core/common/ 2013-06-18 14:52:13 +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
update-linux-sandbox.sh
whitespace_file.txt Whitespace CL 2013-06-26 06:12:22 +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.