| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # IMPORTANT: | 5 # IMPORTANT: |
| 6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
| 7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
| 8 { | 8 { |
| 9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
| 10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 # This needs to be enabled with kasko_hang_reports. | 1071 # This needs to be enabled with kasko_hang_reports. |
| 1072 'kasko%': 0, | 1072 'kasko%': 0, |
| 1073 }, { | 1073 }, { |
| 1074 'kasko%': 0, | 1074 'kasko%': 0, |
| 1075 }], | 1075 }], |
| 1076 ], | 1076 ], |
| 1077 | 1077 |
| 1078 # Enable hang reports in Kasko. Requires Kasko to be enabled. | 1078 # Enable hang reports in Kasko. Requires Kasko to be enabled. |
| 1079 'kasko_hang_reports%': 0, | 1079 'kasko_hang_reports%': 0, |
| 1080 | 1080 |
| 1081 # Enable failed rendez-vous reports in Kasko. Requires Kasko to be |
| 1082 # enabled. |
| 1083 'kasko_failed_rdv_reports%': 0, |
| 1084 |
| 1081 # Setting this to '0' will cause V8's startup snapshot to be | 1085 # Setting this to '0' will cause V8's startup snapshot to be |
| 1082 # embedded in the binary instead of being a external files. | 1086 # embedded in the binary instead of being a external files. |
| 1083 'v8_use_external_startup_data%': 1, | 1087 'v8_use_external_startup_data%': 1, |
| 1084 | 1088 |
| 1085 # Set this to 1 to enable use of concatenated impulse responses | 1089 # Set this to 1 to enable use of concatenated impulse responses |
| 1086 # for the HRTF panner in WebAudio. | 1090 # for the HRTF panner in WebAudio. |
| 1087 'use_concatenated_impulse_responses': 1, | 1091 'use_concatenated_impulse_responses': 1, |
| 1088 | 1092 |
| 1089 # You can set the variable 'use_official_google_api_keys' to 1 | 1093 # You can set the variable 'use_official_google_api_keys' to 1 |
| 1090 # to use the Google-internal file containing official API keys | 1094 # to use the Google-internal file containing official API keys |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 1225 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
| 1222 'mac_want_real_dsym%': '<(mac_want_real_dsym)', | 1226 'mac_want_real_dsym%': '<(mac_want_real_dsym)', |
| 1223 'asan%': '<(asan)', | 1227 'asan%': '<(asan)', |
| 1224 'asan_blacklist%': '<(asan_blacklist)', | 1228 'asan_blacklist%': '<(asan_blacklist)', |
| 1225 'sanitizer_coverage%': '<(sanitizer_coverage)', | 1229 'sanitizer_coverage%': '<(sanitizer_coverage)', |
| 1226 'asan_field_padding%': '<(asan_field_padding)', | 1230 'asan_field_padding%': '<(asan_field_padding)', |
| 1227 'use_sanitizer_options%': '<(use_sanitizer_options)', | 1231 'use_sanitizer_options%': '<(use_sanitizer_options)', |
| 1228 'syzyasan%': '<(syzyasan)', | 1232 'syzyasan%': '<(syzyasan)', |
| 1229 'kasko%': '<(kasko)', | 1233 'kasko%': '<(kasko)', |
| 1230 'kasko_hang_reports%': '<(kasko_hang_reports)', | 1234 'kasko_hang_reports%': '<(kasko_hang_reports)', |
| 1235 'kasko_failed_rdv_reports%': '<(kasko_failed_rdv_reports)', |
| 1231 'syzygy_optimize%': '<(syzygy_optimize)', | 1236 'syzygy_optimize%': '<(syzygy_optimize)', |
| 1232 'lsan%': '<(lsan)', | 1237 'lsan%': '<(lsan)', |
| 1233 'msan%': '<(msan)', | 1238 'msan%': '<(msan)', |
| 1234 'msan_blacklist%': '<(msan_blacklist)', | 1239 'msan_blacklist%': '<(msan_blacklist)', |
| 1235 'msan_track_origins%': '<(msan_track_origins)', | 1240 'msan_track_origins%': '<(msan_track_origins)', |
| 1236 'tsan%': '<(tsan)', | 1241 'tsan%': '<(tsan)', |
| 1237 'tsan_blacklist%': '<(tsan_blacklist)', | 1242 'tsan_blacklist%': '<(tsan_blacklist)', |
| 1238 'ubsan%': '<(ubsan)', | 1243 'ubsan%': '<(ubsan)', |
| 1239 'ubsan_blacklist%': '<(ubsan_blacklist)', | 1244 'ubsan_blacklist%': '<(ubsan_blacklist)', |
| 1240 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)', | 1245 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)', |
| (...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2034 # out stuff on stderr. | 2039 # out stuff on stderr. |
| 2035 ['asan==1', { | 2040 ['asan==1', { |
| 2036 'win_console_app%': 1, | 2041 'win_console_app%': 1, |
| 2037 }, { | 2042 }, { |
| 2038 'win_console_app%': 0, | 2043 'win_console_app%': 0, |
| 2039 }], | 2044 }], |
| 2040 ['syzyasan==1', { | 2045 ['syzyasan==1', { |
| 2041 'kasko%': 1, | 2046 'kasko%': 1, |
| 2042 # Disable hang reports for SyzyASAN builds. | 2047 # Disable hang reports for SyzyASAN builds. |
| 2043 'kasko_hang_reports': 0, | 2048 'kasko_hang_reports': 0, |
| 2049 # Disable failed rendez-vous reports for SyzyASAN builds. |
| 2050 'kasko_failed_rdv_reports': 0, |
| 2044 }], | 2051 }], |
| 2045 ['component=="shared_library" and "<(GENERATOR)"=="ninja"', { | 2052 ['component=="shared_library" and "<(GENERATOR)"=="ninja"', { |
| 2046 # Only enabled by default for ninja because it's buggy in VS. | 2053 # Only enabled by default for ninja because it's buggy in VS. |
| 2047 # Not enabled for component=static_library because some targets | 2054 # Not enabled for component=static_library because some targets |
| 2048 # are too large and the toolchain fails due to the size of the | 2055 # are too large and the toolchain fails due to the size of the |
| 2049 # .obj files. | 2056 # .obj files. |
| 2050 'incremental_chrome_dll%': 1, | 2057 'incremental_chrome_dll%': 1, |
| 2051 }], | 2058 }], |
| 2052 # Don't do incremental linking for large modules on 32-bit or when | 2059 # Don't do incremental linking for large modules on 32-bit or when |
| 2053 # component=static_library as the toolchain fails due to the size of | 2060 # component=static_library as the toolchain fails due to the size of |
| (...skipping 4322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6376 # settings in target dicts. SYMROOT is a special case, because many other | 6383 # settings in target dicts. SYMROOT is a special case, because many other |
| 6377 # Xcode variables depend on it, including variables such as | 6384 # Xcode variables depend on it, including variables such as |
| 6378 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6385 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6379 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6386 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6380 # files to appear (when present) in the UI as actual files and not red | 6387 # files to appear (when present) in the UI as actual files and not red |
| 6381 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6388 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6382 # and therefore SYMROOT, needs to be set at the project level. | 6389 # and therefore SYMROOT, needs to be set at the project level. |
| 6383 'SYMROOT': '<(DEPTH)/xcodebuild', | 6390 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6384 }, | 6391 }, |
| 6385 } | 6392 } |
| OLD | NEW |