Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp23-Apr-201554.8K
android/23-Apr-2015
apk_fake_jar.gypi23-Apr-2015453
apk_test.gypi23-Apr-20151.3K
apply_locales.py23-Apr-20151.4K
asan.saves23-Apr-2015689
branding_value.sh23-Apr-20151.1K
build-ctags.sh23-Apr-20151.3K
build_config.h23-Apr-20155K
check_return_value.py23-Apr-2015449
chrome_settings.gypi23-Apr-20151.1K
common.croc23-Apr-20153.3K
common.gypi23-Apr-2015222.8K
common_untrusted.gypi23-Apr-20151.1K
compiled_action.gni23-Apr-20155.7K
compiler_version.py23-Apr-20154.4K
config/23-Apr-2015
copy_test_data_ios.gypi23-Apr-20152K
copy_test_data_ios.py23-Apr-20153.2K
cp.py23-Apr-2015592
detect_host_arch.py23-Apr-20151.2K
dir_exists.py23-Apr-2015569
download_nacl_toolchains.py23-Apr-20152.7K
env_dump.py23-Apr-20151.7K
escape_unicode.py23-Apr-20151.4K
extract_from_cab.py23-Apr-20152K
filename_rules.gypi23-Apr-20154.4K
find_isolated_tests.py23-Apr-20152.2K
gdb-add-index23-Apr-20154.4K
get_landmines.py23-Apr-20152.4K
get_syzygy_binaries.py23-Apr-201516.4K
git-hooks/23-Apr-2015
gn_helpers.py23-Apr-20151.3K
gn_run_binary.py23-Apr-2015669
go/23-Apr-2015
grit_action.gypi23-Apr-20151.7K
grit_target.gypi23-Apr-20151.1K
gyp_chromium23-Apr-201511.7K
gyp_chromium.py23-Apr-2015767
gyp_environment.py23-Apr-20151.3K
gyp_helper.py23-Apr-20151.6K
gypi_to_gn.py23-Apr-20155.7K
host_jar.gypi23-Apr-20153.2K
host_prebuilt_jar.gypi23-Apr-20151.2K
install-build-deps-android.sh23-Apr-20153.1K
install-build-deps.sh23-Apr-201515.1K
install-chroot.sh23-Apr-201529.8K
internal/23-Apr-2015
inverse_depth.py23-Apr-2015491
ios/23-Apr-2015
isolate.gypi23-Apr-20154.9K
jar_file_jni_generator.gypi23-Apr-20152.3K
java.gypi23-Apr-201511.2K
java_aidl.gypi23-Apr-20152.3K
java_apk.gypi23-Apr-201533.6K
java_prebuilt.gypi23-Apr-20152.7K
java_strings_grd.gypi23-Apr-20151.9K
jni_generator.gypi23-Apr-20152.8K
json_schema_bundle_compile.gypi23-Apr-20152.8K
json_schema_bundle_registration_compile.gypi23-Apr-20152.6K
json_schema_compile.gypi23-Apr-20154.3K
json_to_struct.gypi23-Apr-20151.7K
landmine_utils.py23-Apr-20152.7K
landmines.py23-Apr-20154.3K
linux/23-Apr-2015
mac/23-Apr-2015
nocompile.gypi23-Apr-20153.2K
output_dll_copy.rules23-Apr-2015375
OWNERS23-Apr-20152
precompile.cc23-Apr-2015360
precompile.h23-Apr-20153.1K
protoc.gypi23-Apr-20154.2K
protoc_java.gypi23-Apr-20152.9K
protoc_java.py23-Apr-20151.5K
README.chromium23-Apr-2015892
release.gypi23-Apr-2015805
repack_action.gypi23-Apr-2015823
sanitize-mac-build-log.sed23-Apr-20151.2K
sanitize-mac-build-log.sh23-Apr-2015227
sanitize-win-build-log.sed23-Apr-2015491
sanitize-win-build-log.sh23-Apr-2015227
sanitizers/23-Apr-2015
secondary/23-Apr-2015
set_clang_warning_flags.gypi23-Apr-20152K
shim_headers.gypi23-Apr-20151.9K
slave/23-Apr-2015
some.gyp23-Apr-2015853
symlink.py23-Apr-20151,004
temp_gyp/23-Apr-2015
toolchain/23-Apr-2015
tree_truth.sh23-Apr-20152.8K
uiautomator_test.gypi23-Apr-2015967
update-linux-sandbox.sh23-Apr-20152.4K
util/23-Apr-2015
vs_toolchain.py23-Apr-20157.4K
whitespace_file.txt23-Apr-20155.6K
win/23-Apr-2015
win_precompile.gypi23-Apr-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