Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
qsr@chromium.org 5a27adb121 Adding option to use gdbtui instead of gdb to adb_gdb
R=digit@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@202855 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-29 13:51:02 +00:00
android Adding option to use gdbtui instead of gdb to adb_gdb 2013-05-29 13:51:02 +00:00
git-hooks Add OWNERS to git-hooks. 2013-04-16 21:16:46 +00:00
internal
ios Deprecate kAshDisableNewNetworkStatusArea 2013-05-21 17:07:14 +00:00
linux Support multiple voices for all available modules (text-to-speech engines) on Linux. 2013-05-28 22:08:43 +00:00
mac Re-land https://codereview.chromium.org/11642018/: Add a postbuild action for executables built with ASan on Mac OS. 2013-03-12 11:56:31 +00:00
temp_gyp url: Copy 'googleurl_unittests' target from 'url_unittests'. Third attempt. 2013-04-25 21:41:49 +00:00
util
win Quench build spew. 2013-04-03 04:17:16 +00:00
OWNERS
README.chromium
all.gyp Builds snapshot_unittests on trybots. 2013-05-29 05:39:59 +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 Predex java libraries 2013-03-27 23:31:27 +00:00
apk_test.gypi [Android] Temporarily force gtests to be unmanaged. 2013-04-11 22:05:47 +00:00
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 Fix ResourceLoadTiming resolution lose issue (chromium part) 2013-05-29 03:54:40 +00:00
common_untrusted.gypi
compiler_version.py
copy_test_data_ios.gypi
copy_test_data_ios.py
cp.py Normalize output path to cp.py 2013-04-30 01:57:11 +00:00
dir_exists.py
download_nacl_toolchains.py Update NaCl ARM build flags now that gcc used as default compiler. 2013-04-05 07:19:47 +00:00
escape_unicode.py
extract_from_cab.py
filename_rules.gypi Add gyp support for ozone platform 2013-05-03 19:19:15 +00:00
gdb-add-index
grit_action.gypi
grit_target.gypi
gyp_chromium Let gyp create ninja files by default on linux. 2013-05-11 03:18:37 +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 Support GYP_CROSSCOMPILE variable in gyp_helper. 2013-05-07 21:05:39 +00:00
install-build-deps-android.sh
install-build-deps.sh Fix test for libudev1 2013-05-24 07:59:51 +00:00
install-chroot.sh
intsafe_workaround.h reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/ 2013-04-17 17:25:34 +00:00
isolate.gypi Clean up isolate.gypi and use the new -V FOO=<(FOO) format. 2013-04-16 20:59:41 +00:00
jar_file_jni_generator.gypi jar_file_jni_generator accepts jar_input_file optionally 2013-03-26 08:03:53 +00:00
java.gypi [Android] Fix proguard 2013-05-18 02:33:37 +00:00
java_aidl.gypi
java_apk.gypi [Android] Fix proguard 2013-05-18 02:33:37 +00:00
java_prebuilt.gypi Fix incorrect paths introduced in https://chromiumcodereview.appspot.com/13473017 2013-04-05 04:13:50 +00:00
jni_generator.gypi
json_schema_bundle_compile.gypi
json_schema_compile.gypi
json_to_struct.gypi
landmines.py Teach landmines script that Linux now uses ninja by default. 2013-05-11 19:13:21 +00:00
nocompile.gypi
output_dll_copy.rules
precompile.cc
precompile.h reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/ 2013-04-17 17:25:34 +00:00
protoc.gypi
protoc_java.gypi
protoc_java.py
release.gypi
sanitize-mac-build-log.sed
sanitize-mac-build-log.sh
sanitize-png-files.sh
sanitize-win-build-log.sed
sanitize-win-build-log.sh
shim_headers.gypi Fix shim_headers.gypi to properly set up include paths 2013-05-02 19:36:23 +00:00
some.gyp
split_link_partition.py pull constant out of trace_event_impl for split_link 2013-05-23 05:37:39 +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 Fix incorrect paths introduced in https://chromiumcodereview.appspot.com/13473017 2013-04-05 04:13:50 +00:00
update-linux-sandbox.sh
whitespace_file.txt cycle bots 2013-05-20 21:54:07 +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.