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