| 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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 'notifications%': '<(notifications)', | 1136 'notifications%': '<(notifications)', |
| 1137 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 1137 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
| 1138 'mac_want_real_dsym%': '<(mac_want_real_dsym)', | 1138 'mac_want_real_dsym%': '<(mac_want_real_dsym)', |
| 1139 'asan%': '<(asan)', | 1139 'asan%': '<(asan)', |
| 1140 'asan_blacklist%': '<(asan_blacklist)', | 1140 'asan_blacklist%': '<(asan_blacklist)', |
| 1141 'asan_coverage%': '<(asan_coverage)', | 1141 'asan_coverage%': '<(asan_coverage)', |
| 1142 'sanitizer_coverage%': '<(sanitizer_coverage)', | 1142 'sanitizer_coverage%': '<(sanitizer_coverage)', |
| 1143 'asan_field_padding%': '<(asan_field_padding)', | 1143 'asan_field_padding%': '<(asan_field_padding)', |
| 1144 'use_sanitizer_options%': '<(use_sanitizer_options)', | 1144 'use_sanitizer_options%': '<(use_sanitizer_options)', |
| 1145 'syzyasan%': '<(syzyasan)', | 1145 'syzyasan%': '<(syzyasan)', |
| 1146 'kasko': '<(kasko)', | 1146 'kasko%': '<(kasko)', |
| 1147 'syzygy_optimize%': '<(syzygy_optimize)', | 1147 'syzygy_optimize%': '<(syzygy_optimize)', |
| 1148 'lsan%': '<(lsan)', | 1148 'lsan%': '<(lsan)', |
| 1149 'msan%': '<(msan)', | 1149 'msan%': '<(msan)', |
| 1150 'msan_blacklist%': '<(msan_blacklist)', | 1150 'msan_blacklist%': '<(msan_blacklist)', |
| 1151 'msan_track_origins%': '<(msan_track_origins)', | 1151 'msan_track_origins%': '<(msan_track_origins)', |
| 1152 'tsan%': '<(tsan)', | 1152 'tsan%': '<(tsan)', |
| 1153 'tsan_blacklist%': '<(tsan_blacklist)', | 1153 'tsan_blacklist%': '<(tsan_blacklist)', |
| 1154 'ubsan%': '<(ubsan)', | 1154 'ubsan%': '<(ubsan)', |
| 1155 'ubsan_blacklist%': '<(ubsan_blacklist)', | 1155 'ubsan_blacklist%': '<(ubsan_blacklist)', |
| 1156 'ubsan_vptr%': '<(ubsan_vptr)', | 1156 'ubsan_vptr%': '<(ubsan_vptr)', |
| (...skipping 4842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5999 # settings in target dicts. SYMROOT is a special case, because many other | 5999 # settings in target dicts. SYMROOT is a special case, because many other |
| 6000 # Xcode variables depend on it, including variables such as | 6000 # Xcode variables depend on it, including variables such as |
| 6001 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6001 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6002 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6002 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6003 # files to appear (when present) in the UI as actual files and not red | 6003 # files to appear (when present) in the UI as actual files and not red |
| 6004 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6004 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6005 # and therefore SYMROOT, needs to be set at the project level. | 6005 # and therefore SYMROOT, needs to be set at the project level. |
| 6006 'SYMROOT': '<(DEPTH)/xcodebuild', | 6006 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6007 }, | 6007 }, |
| 6008 } | 6008 } |
| OLD | NEW |