Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp10-Mar-201554.8K
android/10-Mar-2015
apk_fake_jar.gypi16-Dec-2014453
apk_test.gypi16-Dec-20141.3K
apply_locales.py16-Dec-20141.4K
asan.saves16-Dec-2014689
branding_value.sh16-Dec-20141.1K
build-ctags.sh16-Dec-20141.3K
build_config.h10-Mar-20155K
check_return_value.py16-Dec-2014449
chrome_settings.gypi16-Dec-20141.1K
common.croc16-Dec-20143.3K
common.gypi10-Mar-2015222.8K
common_untrusted.gypi10-Mar-20151.1K
compiled_action.gni10-Mar-20155.7K
compiler_version.py16-Dec-20144.4K
config/10-Mar-2015
copy_test_data_ios.gypi16-Dec-20142K
copy_test_data_ios.py16-Dec-20143.2K
cp.py16-Dec-2014592
detect_host_arch.py10-Mar-20151.2K
dir_exists.py16-Dec-2014569
download_nacl_toolchains.py16-Dec-20142.7K
env_dump.py16-Dec-20141.7K
escape_unicode.py16-Dec-20141.4K
extract_from_cab.py16-Dec-20142K
filename_rules.gypi10-Mar-20154.4K
find_isolated_tests.py16-Dec-20142.2K
gdb-add-index16-Dec-20144.4K
get_landmines.py10-Mar-20152.4K
get_syzygy_binaries.py10-Mar-201516.4K
git-hooks/16-Dec-2014
gn_helpers.py16-Dec-20141.3K
gn_run_binary.py16-Dec-2014669
go/10-Mar-2015
grit_action.gypi16-Dec-20141.7K
grit_target.gypi10-Mar-20151.1K
gyp_chromium10-Mar-201511.7K
gyp_chromium.py16-Dec-2014767
gyp_environment.py10-Mar-20151.3K
gyp_helper.py16-Dec-20141.6K
gypi_to_gn.py16-Dec-20145.7K
host_jar.gypi10-Mar-20153.2K
host_prebuilt_jar.gypi10-Mar-20151.2K
install-build-deps-android.sh10-Mar-20153.1K
install-build-deps.sh10-Mar-201515.1K
install-chroot.sh10-Mar-201529.8K
internal/16-Dec-2014
inverse_depth.py16-Dec-2014491
ios/10-Mar-2015
isolate.gypi10-Mar-20154.9K
jar_file_jni_generator.gypi16-Dec-20142.3K
java.gypi10-Mar-201511.2K
java_aidl.gypi10-Mar-20152.3K
java_apk.gypi10-Mar-201533.6K
java_prebuilt.gypi16-Dec-20142.7K
java_strings_grd.gypi16-Dec-20141.9K
jni_generator.gypi16-Dec-20142.8K
json_schema_bundle_compile.gypi10-Mar-20152.8K
json_schema_bundle_registration_compile.gypi10-Mar-20152.6K
json_schema_compile.gypi10-Mar-20154.3K
json_to_struct.gypi10-Mar-20151.7K
landmine_utils.py16-Dec-20142.7K
landmines.py10-Mar-20154.3K
linux/10-Mar-2015
mac/10-Mar-2015
nocompile.gypi16-Dec-20143.2K
output_dll_copy.rules16-Dec-2014375
OWNERS16-Dec-20142
precompile.cc16-Dec-2014360
precompile.h10-Mar-20153.1K
protoc.gypi16-Dec-20144.2K
protoc_java.gypi10-Mar-20152.9K
protoc_java.py10-Mar-20151.5K
README.chromium16-Dec-2014892
release.gypi16-Dec-2014805
repack_action.gypi10-Mar-2015823
sanitize-mac-build-log.sed16-Dec-20141.2K
sanitize-mac-build-log.sh16-Dec-2014227
sanitize-win-build-log.sed16-Dec-2014491
sanitize-win-build-log.sh16-Dec-2014227
sanitizers/10-Mar-2015
secondary/10-Mar-2015
set_clang_warning_flags.gypi10-Mar-20152K
shim_headers.gypi16-Dec-20141.9K
slave/16-Dec-2014
some.gyp16-Dec-2014853
symlink.py16-Dec-20141,004
temp_gyp/16-Dec-2014
toolchain/10-Mar-2015
tree_truth.sh16-Dec-20142.8K
uiautomator_test.gypi16-Dec-2014967
update-linux-sandbox.sh10-Mar-20152.4K
util/10-Mar-2015
vs_toolchain.py10-Mar-20157.4K
whitespace_file.txt10-Mar-20155.6K
win/10-Mar-2015
win_precompile.gypi16-Dec-2014704

README.chromium

      1 List of property sheets to be included by projects:
      2   common.vsprops
      3     Not used anymore. No-op. Kept for compatibility with current projects.
      4 
      5   debug.vsprops
      6     Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops.
      7 
      8   external_code.vsprops
      9     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.
     10 
     11   output_dll_copy.rules
     12     Run to enable automatic copy of DLL when they are as an input file in a vcproj project.
     13 
     14   release.vsprops
     15     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.
     16