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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1192 'v8_optimized_debug%': '<(v8_optimized_debug)', | 1192 'v8_optimized_debug%': '<(v8_optimized_debug)', |
1193 'proprietary_codecs%': '<(proprietary_codecs)', | 1193 'proprietary_codecs%': '<(proprietary_codecs)', |
1194 'use_goma%': '<(use_goma)', | 1194 'use_goma%': '<(use_goma)', |
1195 'gomadir%': '<(gomadir)', | 1195 'gomadir%': '<(gomadir)', |
1196 'use_lto%': '<(use_lto)', | 1196 'use_lto%': '<(use_lto)', |
1197 'use_lto_o2%': '<(use_lto_o2)', | 1197 'use_lto_o2%': '<(use_lto_o2)', |
1198 'video_hole%': '<(video_hole)', | 1198 'video_hole%': '<(video_hole)', |
1199 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', | 1199 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', |
1200 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', | 1200 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', |
1201 | 1201 |
1202 # Whether or not we are building the Athena shell. | |
1203 'use_athena%': '0', | |
1204 | |
1205 # Use system protobuf instead of bundled one. | 1202 # Use system protobuf instead of bundled one. |
1206 'use_system_protobuf%': 0, | 1203 'use_system_protobuf%': 0, |
1207 | 1204 |
1208 # Use system yasm instead of bundled one. | 1205 # Use system yasm instead of bundled one. |
1209 'use_system_yasm%': 0, | 1206 'use_system_yasm%': 0, |
1210 | 1207 |
1211 # Use system ICU instead of bundled one. | 1208 # Use system ICU instead of bundled one. |
1212 'use_system_icu%' : 0, | 1209 'use_system_icu%' : 0, |
1213 | 1210 |
1214 # Default to enabled PIE; this is important for ASLR but we may need to be | 1211 # Default to enabled PIE; this is important for ASLR but we may need to be |
(...skipping 4639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5854 # settings in target dicts. SYMROOT is a special case, because many other | 5851 # settings in target dicts. SYMROOT is a special case, because many other |
5855 # Xcode variables depend on it, including variables such as | 5852 # Xcode variables depend on it, including variables such as |
5856 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5853 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5857 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5854 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5858 # files to appear (when present) in the UI as actual files and not red | 5855 # files to appear (when present) in the UI as actual files and not red |
5859 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5856 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5860 # and therefore SYMROOT, needs to be set at the project level. | 5857 # and therefore SYMROOT, needs to be set at the project level. |
5861 'SYMROOT': '<(DEPTH)/xcodebuild', | 5858 'SYMROOT': '<(DEPTH)/xcodebuild', |
5862 }, | 5859 }, |
5863 } | 5860 } |
OLD | NEW |