Mypal/media/webrtc/trunk/build
Fedor 74bd1d375d Junk captive portal and directory ping 2019-03-12 19:35:44 +03:00
..
android ooops, some files where missed 2019-03-12 18:31:25 +03:00
internal basic source 2019-03-11 13:26:37 +03:00
ios basic source 2019-03-11 13:26:37 +03:00
linux ooops, some files where missed 2019-03-12 18:31:25 +03:00
mac ooops, some files where missed 2019-03-12 18:31:25 +03:00
temp_gyp basic source 2019-03-11 13:26:37 +03:00
util basic source 2019-03-11 13:26:37 +03:00
win basic source 2019-03-11 13:26:37 +03:00
OWNERS ooops, some files where missed 2019-03-12 18:31:25 +03:00
README.chromium basic source 2019-03-11 13:26:37 +03:00
all.gyp basic source 2019-03-11 13:26:37 +03:00
all_android.gyp basic source 2019-03-11 13:26:37 +03:00
apk_test.gypi basic source 2019-03-11 13:26:37 +03:00
apply_locales.py basic source 2019-03-11 13:26:37 +03:00
asan.saves basic source 2019-03-11 13:26:37 +03:00
branding_value.sh basic source 2019-03-11 13:26:37 +03:00
build_config.h basic source 2019-03-11 13:26:37 +03:00
common.croc basic source 2019-03-11 13:26:37 +03:00
common.gypi Junk captive portal and directory ping 2019-03-12 19:35:44 +03:00
common_untrusted.gypi basic source 2019-03-11 13:26:37 +03:00
compiler_version.py basic source 2019-03-11 13:26:37 +03:00
copy_test_data_ios.gypi basic source 2019-03-11 13:26:37 +03:00
copy_test_data_ios.py basic source 2019-03-11 13:26:37 +03:00
cp.py basic source 2019-03-11 13:26:37 +03:00
dir_exists.py basic source 2019-03-11 13:26:37 +03:00
download_nacl_toolchains.py basic source 2019-03-11 13:26:37 +03:00
escape_unicode.py basic source 2019-03-11 13:26:37 +03:00
extract_from_cab.py basic source 2019-03-11 13:26:37 +03:00
filename_rules.gypi basic source 2019-03-11 13:26:37 +03:00
gdb-add-index ooops, some files where missed 2019-03-12 18:31:25 +03:00
grit_action.gypi basic source 2019-03-11 13:26:37 +03:00
grit_target.gypi basic source 2019-03-11 13:26:37 +03:00
gyp_chromium ooops, some files where missed 2019-03-12 18:31:25 +03:00
install-build-deps-android.sh basic source 2019-03-11 13:26:37 +03:00
install-build-deps.sh basic source 2019-03-11 13:26:37 +03:00
install-chroot.sh basic source 2019-03-11 13:26:37 +03:00
jar_file_jni_generator.gypi basic source 2019-03-11 13:26:37 +03:00
java.gypi basic source 2019-03-11 13:26:37 +03:00
java_aidl.gypi basic source 2019-03-11 13:26:37 +03:00
jni_generator.gypi basic source 2019-03-11 13:26:37 +03:00
json_schema_bundle_compile.gypi basic source 2019-03-11 13:26:37 +03:00
json_schema_compile.gypi basic source 2019-03-11 13:26:37 +03:00
nocompile.gypi basic source 2019-03-11 13:26:37 +03:00
output_dll_copy.rules basic source 2019-03-11 13:26:37 +03:00
precompile.cc basic source 2019-03-11 13:26:37 +03:00
precompile.h basic source 2019-03-11 13:26:37 +03:00
protoc.gypi basic source 2019-03-11 13:26:37 +03:00
release.gypi basic source 2019-03-11 13:26:37 +03:00
sanitize-mac-build-log.sed basic source 2019-03-11 13:26:37 +03:00
sanitize-mac-build-log.sh basic source 2019-03-11 13:26:37 +03:00
sanitize-win-build-log.sed basic source 2019-03-11 13:26:37 +03:00
sanitize-win-build-log.sh basic source 2019-03-11 13:26:37 +03:00
some.gyp basic source 2019-03-11 13:26:37 +03:00
update-linux-sandbox.sh basic source 2019-03-11 13:26:37 +03:00
whitespace_file.txt basic source 2019-03-11 13:26:37 +03:00
win_precompile.gypi basic source 2019-03-11 13:26:37 +03:00

README.chromium

List of property sheets to be included by projects:
  common.vsprops
    Not used anymore. No-op. Kept for compatibility with current projects.

  debug.vsprops
    Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops.

  external_code.vsprops
    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.

  output_dll_copy.rules
    Run to enable automatic copy of DLL when they are as an input file in a vcproj project.

  release.vsprops
    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.