Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp20-Jun-201440K
all_android.gyp20-Jun-20147.8K
android/20-Jun-2014
apk_fake_jar.gypi20-Jun-2014754
apk_test.gypi20-Jun-20141.5K
apply_locales.py20-Jun-20141.4K
asan.saves20-Jun-2014689
branding_value.sh20-Jun-20141.1K
build-ctags.sh20-Jun-20141.3K
build_config.h20-Jun-20144.7K
chrome_settings.gypi20-Jun-20141.1K
common.croc20-Jun-20143.3K
common.gypi20-Jun-2014180K
common_untrusted.gypi20-Jun-2014824
compiler_version.py20-Jun-20141.5K
config/20-Jun-2014
copy_test_data_ios.gypi20-Jun-20141.6K
copy_test_data_ios.py20-Jun-20143.2K
cp.py20-Jun-2014592
dir_exists.py20-Jun-2014388
download_nacl_toolchains.py20-Jun-20142.3K
env_dump.py20-Jun-20141.7K
escape_unicode.py20-Jun-20141.4K
extract_from_cab.py20-Jun-20142K
filename_rules.gypi20-Jun-20144.6K
gdb-add-index20-Jun-20143.8K
get_landmines.py20-Jun-20142.1K
git-hooks/20-Jun-2014
grit_action.gypi20-Jun-20141.7K
grit_target.gypi20-Jun-20141K
gyp_chromium20-Jun-201412K
gyp_chromium.py20-Jun-2014767
gyp_helper.py20-Jun-20141.6K
install-build-deps-android.sh20-Jun-20143.5K
install-build-deps.sh20-Jun-201421.8K
install-chroot.sh20-Jun-201429.8K
internal/20-Jun-2014
intsafe_workaround.h20-Jun-2014778
ios/20-Jun-2014
isolate.gypi20-Jun-20143.6K
jar_file_jni_generator.gypi20-Jun-20141.8K
java.gypi20-Jun-201415.2K
java_aidl.gypi20-Jun-20142.3K
java_apk.gypi20-Jun-201429.8K
java_prebuilt.gypi20-Jun-20143.2K
jni_generator.gypi20-Jun-20142.1K
json_schema_bundle_compile.gypi20-Jun-20142.2K
json_schema_compile.gypi20-Jun-20143.6K
json_to_struct.gypi20-Jun-20141.6K
landmine_utils.py20-Jun-20142.7K
landmines.py20-Jun-20144.4K
linux/20-Jun-2014
mac/20-Jun-2014
nocompile.gypi20-Jun-20143.2K
output_dll_copy.rules20-Jun-2014375
OWNERS20-Jun-20142
precompile.cc20-Jun-2014360
precompile.h20-Jun-20143.2K
protoc.gypi20-Jun-20144.2K
protoc_java.gypi20-Jun-20142.8K
protoc_java.py20-Jun-20141.3K
README.chromium20-Jun-2014892
release.gypi20-Jun-2014387
sanitize-mac-build-log.sed20-Jun-20141.2K
sanitize-mac-build-log.sh20-Jun-2014227
sanitize-win-build-log.sed20-Jun-2014609
sanitize-win-build-log.sh20-Jun-2014227
shim_headers.gypi20-Jun-20141.9K
slave/20-Jun-2014
some.gyp20-Jun-2014853
symlink.py20-Jun-20141,004
temp_gyp/20-Jun-2014
toolchain/20-Jun-2014
tree_truth.sh20-Jun-20142.8K
uiautomator_test.gypi20-Jun-20141.3K
update-linux-sandbox.sh20-Jun-20142.4K
util/20-Jun-2014
whitespace_file.txt20-Jun-20143.1K
win/20-Jun-2014
win_precompile.gypi20-Jun-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