Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp03-Dec-201450.6K
android/03-Dec-2014
apk_fake_jar.gypi03-Dec-2014453
apk_test.gypi03-Dec-20141.3K
apply_locales.py03-Dec-20141.4K
asan.saves03-Dec-2014689
branding_value.sh03-Dec-20141.1K
build-ctags.sh03-Dec-20141.3K
build_config.h03-Dec-20144.8K
check_return_value.py03-Dec-2014449
chrome_settings.gypi03-Dec-20141.1K
common.croc03-Dec-20143.3K
common.gypi03-Dec-2014209.5K
common_untrusted.gypi03-Dec-2014824
compiled_action.gni03-Dec-20145.1K
compiler_version.py03-Dec-20144.4K
config/03-Dec-2014
copy_test_data_ios.gypi03-Dec-20142K
copy_test_data_ios.py03-Dec-20143.2K
cp.py03-Dec-2014592
detect_host_arch.py03-Dec-20141.1K
dir_exists.py03-Dec-2014569
download_nacl_toolchains.py03-Dec-20142.7K
env_dump.py03-Dec-20141.7K
escape_unicode.py03-Dec-20141.4K
extract_from_cab.py03-Dec-20142K
filename_rules.gypi03-Dec-20144.4K
find_isolated_tests.py03-Dec-20142.2K
gdb-add-index03-Dec-20144.4K
get_landmines.py03-Dec-20142.5K
get_syzygy_binaries.py03-Dec-201414.7K
git-hooks/03-Dec-2014
gn_helpers.py03-Dec-20141.3K
gn_run_binary.py03-Dec-2014669
grit_action.gypi03-Dec-20141.7K
grit_target.gypi03-Dec-20141K
gyp_chromium03-Dec-201412.2K
gyp_chromium.py03-Dec-2014767
gyp_helper.py03-Dec-20141.6K
gypi_to_gn.py03-Dec-20145.7K
install-build-deps-android.sh03-Dec-20142.8K
install-build-deps.sh03-Dec-201423.3K
install-chroot.sh03-Dec-201429.8K
internal/03-Dec-2014
intsafe_workaround.h03-Dec-2014778
inverse_depth.py03-Dec-2014491
ios/03-Dec-2014
isolate.gypi03-Dec-20144.4K
jar_file_jni_generator.gypi03-Dec-20142.3K
java.gypi03-Dec-201411.7K
java_aidl.gypi03-Dec-20142.3K
java_apk.gypi03-Dec-201430.1K
java_prebuilt.gypi03-Dec-20142.7K
java_strings_grd.gypi03-Dec-20141.9K
jni_generator.gypi03-Dec-20142.8K
json_schema.gni03-Dec-20143.8K
json_schema_bundle_compile.gypi03-Dec-20142.5K
json_schema_compile.gypi03-Dec-20144K
json_to_struct.gypi03-Dec-20141.6K
landmine_utils.py03-Dec-20142.7K
landmines.py03-Dec-20144.5K
linker_script_copy.target.darwin-arm.mk03-Dec-20141.7K
linker_script_copy.target.darwin-arm64.mk03-Dec-20141.7K
linker_script_copy.target.darwin-mips.mk03-Dec-20141.7K
linker_script_copy.target.darwin-x86.mk03-Dec-20141.7K
linker_script_copy.target.darwin-x86_64.mk03-Dec-20141.7K
linker_script_copy.target.linux-arm.mk03-Dec-20141.7K
linker_script_copy.target.linux-arm64.mk03-Dec-20141.7K
linker_script_copy.target.linux-mips.mk03-Dec-20141.7K
linker_script_copy.target.linux-x86.mk03-Dec-20141.7K
linker_script_copy.target.linux-x86_64.mk03-Dec-20141.7K
linux/03-Dec-2014
mac/03-Dec-2014
nocompile.gypi03-Dec-20143.2K
output_dll_copy.rules03-Dec-2014375
OWNERS03-Dec-20142
precompile.cc03-Dec-2014360
precompile.h03-Dec-20143.2K
protoc.gypi03-Dec-20144.2K
protoc_java.gypi03-Dec-20142.8K
protoc_java.py03-Dec-20141.3K
README.chromium03-Dec-2014892
release.gypi03-Dec-2014805
repack_action.gypi03-Dec-2014783
sanitize-mac-build-log.sed03-Dec-20141.2K
sanitize-mac-build-log.sh03-Dec-2014227
sanitize-win-build-log.sed03-Dec-2014491
sanitize-win-build-log.sh03-Dec-2014227
secondary/03-Dec-2014
shim_headers.gypi03-Dec-20141.9K
slave/03-Dec-2014
some.gyp03-Dec-2014853
symlink.py03-Dec-20141,004
temp_gyp/03-Dec-2014
toolchain/03-Dec-2014
toolchain_vs2013.hash03-Dec-201482
tree_truth.sh03-Dec-20142.8K
uiautomator_test.gypi03-Dec-2014967
update-linux-sandbox.sh03-Dec-20142.4K
util/03-Dec-2014
vs_toolchain.py03-Dec-20146.5K
whitespace_file.txt03-Dec-20145.2K
win/03-Dec-2014
win_precompile.gypi03-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