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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'use_openssl_certs%': '<(use_openssl_certs)', | 140 'use_openssl_certs%': '<(use_openssl_certs)', |
141 'enable_viewport%': '<(enable_viewport)', | 141 'enable_viewport%': '<(enable_viewport)', |
142 'enable_hidpi%': '<(enable_hidpi)', | 142 'enable_hidpi%': '<(enable_hidpi)', |
143 'buildtype%': '<(buildtype)', | 143 'buildtype%': '<(buildtype)', |
144 'branding%': '<(branding)', | 144 'branding%': '<(branding)', |
145 'host_arch%': '<(host_arch)', | 145 'host_arch%': '<(host_arch)', |
146 'target_arch%': '<(target_arch)', | 146 'target_arch%': '<(target_arch)', |
147 | 147 |
148 'target_subarch%': '', | 148 'target_subarch%': '', |
149 | 149 |
| 150 # The channel to build on Android: stable, beta, dev, canary, or |
| 151 # default. "default" should be used on non-official builds. |
| 152 'android_channel%': 'default', |
| 153 |
150 # This is set when building the Android WebView inside the Android | 154 # This is set when building the Android WebView inside the Android |
151 # build system, using the 'android' gyp backend. The WebView code is | 155 # build system, using the 'android' gyp backend. The WebView code is |
152 # still built when this is unset, but builds using the normal chromium | 156 # still built when this is unset, but builds using the normal chromium |
153 # build system. | 157 # build system. |
154 'android_webview_build%': 0, | 158 'android_webview_build%': 0, |
155 | 159 |
156 # This is set when building the Android WebView in ninja for the | 160 # This is set when building the Android WebView in ninja for the |
157 # telemetry bot. | 161 # telemetry bot. |
158 'android_webview_telemetry_build%': 0, | 162 'android_webview_telemetry_build%': 0, |
159 | 163 |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'use_ash%': '<(use_ash)', | 282 'use_ash%': '<(use_ash)', |
279 'use_cras%': '<(use_cras)', | 283 'use_cras%': '<(use_cras)', |
280 'use_ozone%': '<(use_ozone)', | 284 'use_ozone%': '<(use_ozone)', |
281 'use_ozone_evdev%': '<(use_ozone_evdev)', | 285 'use_ozone_evdev%': '<(use_ozone_evdev)', |
282 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', | 286 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', |
283 'embedded%': '<(embedded)', | 287 'embedded%': '<(embedded)', |
284 'use_openssl%': '<(use_openssl)', | 288 'use_openssl%': '<(use_openssl)', |
285 'use_openssl_certs%': '<(use_openssl_certs)', | 289 'use_openssl_certs%': '<(use_openssl_certs)', |
286 'enable_viewport%': '<(enable_viewport)', | 290 'enable_viewport%': '<(enable_viewport)', |
287 'enable_hidpi%': '<(enable_hidpi)', | 291 'enable_hidpi%': '<(enable_hidpi)', |
| 292 'android_channel%': '<(android_channel)', |
288 'android_webview_build%': '<(android_webview_build)', | 293 'android_webview_build%': '<(android_webview_build)', |
289 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)', | 294 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)', |
290 'use_goma%': '<(use_goma)', | 295 'use_goma%': '<(use_goma)', |
291 'gomadir%': '<(gomadir)', | 296 'gomadir%': '<(gomadir)', |
292 'enable_app_list%': '<(enable_app_list)', | 297 'enable_app_list%': '<(enable_app_list)', |
293 'use_default_render_theme%': '<(use_default_render_theme)', | 298 'use_default_render_theme%': '<(use_default_render_theme)', |
294 'buildtype%': '<(buildtype)', | 299 'buildtype%': '<(buildtype)', |
295 'branding%': '<(branding)', | 300 'branding%': '<(branding)', |
296 'arm_version%': '<(arm_version)', | 301 'arm_version%': '<(arm_version)', |
297 'sysroot%': '<(sysroot)', | 302 'sysroot%': '<(sysroot)', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1148 'cld2_data_source%': '<(cld2_data_source)', | 1153 'cld2_data_source%': '<(cld2_data_source)', |
1149 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1154 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1150 'disable_file_support%': '<(disable_file_support)', | 1155 'disable_file_support%': '<(disable_file_support)', |
1151 'disable_ftp_support%': '<(disable_ftp_support)', | 1156 'disable_ftp_support%': '<(disable_ftp_support)', |
1152 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', | 1157 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
1153 'enable_task_manager%': '<(enable_task_manager)', | 1158 'enable_task_manager%': '<(enable_task_manager)', |
1154 'sas_dll_path%': '<(sas_dll_path)', | 1159 'sas_dll_path%': '<(sas_dll_path)', |
1155 'wix_path%': '<(wix_path)', | 1160 'wix_path%': '<(wix_path)', |
1156 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1161 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1157 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1162 'use_system_libjpeg%': '<(use_system_libjpeg)', |
| 1163 'android_channel%': '<(android_channel)', |
1158 'android_webview_build%': '<(android_webview_build)', | 1164 'android_webview_build%': '<(android_webview_build)', |
1159 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)', | 1165 'android_webview_telemetry_build%': '<(android_webview_telemetry_build)', |
1160 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1166 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1161 'gyp_managed_install%': 0, | 1167 'gyp_managed_install%': 0, |
1162 'create_standalone_apk%': 1, | 1168 'create_standalone_apk%': 1, |
1163 'enable_app_list%': '<(enable_app_list)', | 1169 'enable_app_list%': '<(enable_app_list)', |
1164 'use_default_render_theme%': '<(use_default_render_theme)', | 1170 'use_default_render_theme%': '<(use_default_render_theme)', |
1165 'enable_settings_app%': '<(enable_settings_app)', | 1171 'enable_settings_app%': '<(enable_settings_app)', |
1166 'google_api_key%': '<(google_api_key)', | 1172 'google_api_key%': '<(google_api_key)', |
1167 'google_default_client_id%': '<(google_default_client_id)', | 1173 'google_default_client_id%': '<(google_default_client_id)', |
(...skipping 4574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5742 # settings in target dicts. SYMROOT is a special case, because many other | 5748 # settings in target dicts. SYMROOT is a special case, because many other |
5743 # Xcode variables depend on it, including variables such as | 5749 # Xcode variables depend on it, including variables such as |
5744 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5750 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5745 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5751 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5746 # files to appear (when present) in the UI as actual files and not red | 5752 # files to appear (when present) in the UI as actual files and not red |
5747 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5753 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5748 # and therefore SYMROOT, needs to be set at the project level. | 5754 # and therefore SYMROOT, needs to be set at the project level. |
5749 'SYMROOT': '<(DEPTH)/xcodebuild', | 5755 'SYMROOT': '<(DEPTH)/xcodebuild', |
5750 }, | 5756 }, |
5751 } | 5757 } |
OLD | NEW |