Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp05-Aug-201554.8K
android/05-Aug-2015
apk_fake_jar.gypi05-Aug-2015453
apk_test.gypi05-Aug-20151.3K
apply_locales.py05-Aug-20151.4K
asan.saves05-Aug-2015689
branding_value.sh05-Aug-20151.1K
build-ctags.sh05-Aug-20151.3K
build_config.h05-Aug-20155K
check_return_value.py05-Aug-2015449
chrome_settings.gypi05-Aug-20151.1K
common.croc05-Aug-20153.3K
common.gypi05-Aug-2015222.8K
common_untrusted.gypi05-Aug-20151.1K
compiled_action.gni05-Aug-20155.7K
compiler_version.py05-Aug-20154.4K
config/05-Aug-2015
copy_test_data_ios.gypi05-Aug-20152K
copy_test_data_ios.py05-Aug-20153.2K
cp.py05-Aug-2015592
detect_host_arch.py05-Aug-20151.2K
dir_exists.py05-Aug-2015569
download_nacl_toolchains.py05-Aug-20152.7K
env_dump.py05-Aug-20151.7K
escape_unicode.py05-Aug-20151.4K
extract_from_cab.py05-Aug-20152K
filename_rules.gypi05-Aug-20154.4K
find_isolated_tests.py05-Aug-20152.2K
gdb-add-index05-Aug-20154.4K
get_landmines.py05-Aug-20152.4K
get_syzygy_binaries.py05-Aug-201516.4K
git-hooks/05-Aug-2015
gn_helpers.py05-Aug-20151.3K
gn_run_binary.py05-Aug-2015669
go/05-Aug-2015
grit_action.gypi05-Aug-20151.7K
grit_target.gypi05-Aug-20151.1K
gyp_chromium05-Aug-201511.7K
gyp_chromium.py05-Aug-2015767
gyp_environment.py05-Aug-20151.3K
gyp_helper.py05-Aug-20151.6K
gypi_to_gn.py05-Aug-20155.7K
host_jar.gypi05-Aug-20153.2K
host_prebuilt_jar.gypi05-Aug-20151.2K
install-build-deps-android.sh05-Aug-20153.1K
install-build-deps.sh05-Aug-201515.1K
install-chroot.sh05-Aug-201529.8K
internal/05-Aug-2015
inverse_depth.py05-Aug-2015491
ios/05-Aug-2015
isolate.gypi05-Aug-20154.9K
jar_file_jni_generator.gypi05-Aug-20152.3K
java.gypi05-Aug-201511.2K
java_aidl.gypi05-Aug-20152.3K
java_apk.gypi05-Aug-201533.6K
java_prebuilt.gypi05-Aug-20152.7K
java_strings_grd.gypi05-Aug-20151.9K
jni_generator.gypi05-Aug-20152.8K
json_schema_bundle_compile.gypi05-Aug-20152.8K
json_schema_bundle_registration_compile.gypi05-Aug-20152.6K
json_schema_compile.gypi05-Aug-20154.3K
json_to_struct.gypi05-Aug-20151.7K
landmine_utils.py05-Aug-20152.7K
landmines.py05-Aug-20154.3K
linux/05-Aug-2015
mac/05-Aug-2015
nocompile.gypi05-Aug-20153.2K
output_dll_copy.rules05-Aug-2015375
OWNERS05-Aug-20152
precompile.cc05-Aug-2015360
precompile.h05-Aug-20153.1K
protoc.gypi05-Aug-20154.2K
protoc_java.gypi05-Aug-20152.9K
protoc_java.py05-Aug-20151.5K
README.chromium05-Aug-2015892
release.gypi05-Aug-2015805
repack_action.gypi05-Aug-2015823
sanitize-mac-build-log.sed05-Aug-20151.2K
sanitize-mac-build-log.sh05-Aug-2015227
sanitize-win-build-log.sed05-Aug-2015491
sanitize-win-build-log.sh05-Aug-2015227
sanitizers/05-Aug-2015
secondary/05-Aug-2015
set_clang_warning_flags.gypi05-Aug-20152K
shim_headers.gypi05-Aug-20151.9K
slave/05-Aug-2015
some.gyp05-Aug-2015853
symlink.py05-Aug-20151,004
temp_gyp/05-Aug-2015
toolchain/05-Aug-2015
tree_truth.sh05-Aug-20152.8K
uiautomator_test.gypi05-Aug-2015967
update-linux-sandbox.sh05-Aug-20152.4K
util/05-Aug-2015
vs_toolchain.py05-Aug-20157.4K
whitespace_file.txt05-Aug-20155.6K
win/05-Aug-2015
win_precompile.gypi05-Aug-2015704

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