Home | History | Annotate | only in /external/chromium_org/build
Up to higher level directory
NameDateSize
all.gyp01-Nov-201336.1K
all_android.gyp01-Nov-20135.8K
android/01-Nov-2013
apk_fake_jar.gypi01-Nov-2013754
apk_test.gypi01-Nov-20131.6K
apply_locales.py01-Nov-20131.4K
asan.saves01-Nov-2013689
branding_value.sh01-Nov-20131.1K
build_config.h01-Nov-20134.6K
common.croc01-Nov-20133.3K
common.gypi01-Nov-2013178.7K
common_untrusted.gypi01-Nov-2013824
compiler_version.py01-Nov-20131.5K
copy_test_data_ios.gypi01-Nov-20131.6K
copy_test_data_ios.py01-Nov-20133.2K
cp.py01-Nov-2013592
dir_exists.py01-Nov-2013388
download_nacl_toolchains.py01-Nov-20132.3K
escape_unicode.py01-Nov-20131.4K
extract_from_cab.py01-Nov-20132K
filename_rules.gypi01-Nov-20133.8K
gdb-add-index01-Nov-20131.3K
git-hooks/01-Nov-2013
grit_action.gypi01-Nov-20131.7K
grit_target.gypi01-Nov-20131K
gyp_chromium01-Nov-20135.8K
gyp_chromium.py01-Nov-2013767
gyp_helper.py01-Nov-20131.6K
install-build-deps-android.sh01-Nov-20133.5K
install-build-deps.sh01-Nov-201319.2K
install-chroot.sh01-Nov-201329.8K
internal/01-Nov-2013
intsafe_workaround.h01-Nov-2013778
ios/01-Nov-2013
isolate.gypi01-Nov-20133.9K
jar_file_jni_generator.gypi01-Nov-20131.8K
java.gypi01-Nov-201312.1K
java_aidl.gypi01-Nov-20132.3K
java_apk.gypi01-Nov-201325K
java_prebuilt.gypi01-Nov-20131.6K
jni_generator.gypi01-Nov-20132.1K
json_schema_bundle_compile.gypi01-Nov-20132.1K
json_schema_compile.gypi01-Nov-20133.6K
json_to_struct.gypi01-Nov-20131.6K
landmines.py01-Nov-20137.2K
linux/01-Nov-2013
mac/01-Nov-2013
nocompile.gypi01-Nov-20133.2K
output_dll_copy.rules01-Nov-2013375
OWNERS01-Nov-20132
precompile.cc01-Nov-2013360
precompile.h01-Nov-20133.2K
protoc.gypi01-Nov-20134.2K
protoc_java.gypi01-Nov-20132.8K
protoc_java.py01-Nov-20131.3K
README.chromium01-Nov-2013892
release.gypi01-Nov-2013387
sanitize-mac-build-log.sed01-Nov-20131.2K
sanitize-mac-build-log.sh01-Nov-2013225
sanitize-png-files.sh01-Nov-201311.2K
sanitize-win-build-log.sed01-Nov-2013673
sanitize-win-build-log.sh01-Nov-2013225
shim_headers.gypi01-Nov-20131.9K
some.gyp01-Nov-2013853
symlink.py01-Nov-20131,004
temp_gyp/01-Nov-2013
uiautomator_test.gypi01-Nov-20131.3K
update-linux-sandbox.sh01-Nov-20132.4K
util/01-Nov-2013
whitespace_file.txt01-Nov-20132.9K
win/01-Nov-2013
win_precompile.gypi01-Nov-2013704

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