Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: build/common.gypi

Issue 1459793002: Android: Allow compiling browser without Java UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | build/config/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'toolkit_views%': 0, 221 'toolkit_views%': 0,
222 }], 222 }],
223 223
224 # Embedded builds use aura without ash or views. 224 # Embedded builds use aura without ash or views.
225 ['embedded==1', { 225 ['embedded==1', {
226 'use_aura%': 1, 226 'use_aura%': 1,
227 'use_ash%': 0, 227 'use_ash%': 0,
228 'toolkit_views%': 0, 228 'toolkit_views%': 0,
229 }], 229 }],
230 230
231 ['OS=="android"', {
232 # Whether the Java UI is being used (Java infobars and popups, Java native
233 # settings and first run experience, sign-in etc.).
234 'android_java_ui%': 1,
235 }],
236
231 # Enable HiDPI on Mac OS, Windows and Linux (including Chrome OS). 237 # Enable HiDPI on Mac OS, Windows and Linux (including Chrome OS).
232 ['OS=="mac" or OS=="win" or OS=="linux"', { 238 ['OS=="mac" or OS=="win" or OS=="linux"', {
233 'enable_hidpi%': 1, 239 'enable_hidpi%': 1,
234 }], 240 }],
235 241
236 # Enable Top Chrome Material Design on Chrome OS, Windows, and Linux. 242 # Enable Top Chrome Material Design on Chrome OS, Windows, and Linux.
237 ['chromeos==1 or OS=="win" or OS=="linux"', { 243 ['chromeos==1 or OS=="win" or OS=="linux"', {
238 'enable_topchrome_md%': 1, 244 'enable_topchrome_md%': 1,
239 }], 245 }],
240 246
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'use_ozone%': '<(use_ozone)', 337 'use_ozone%': '<(use_ozone)',
332 'use_ozone_evdev%': '<(use_ozone_evdev)', 338 'use_ozone_evdev%': '<(use_ozone_evdev)',
333 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', 339 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
334 'embedded%': '<(embedded)', 340 'embedded%': '<(embedded)',
335 'use_openssl%': '<(use_openssl)', 341 'use_openssl%': '<(use_openssl)',
336 'use_openssl_certs%': '<(use_openssl_certs)', 342 'use_openssl_certs%': '<(use_openssl_certs)',
337 'enable_viewport%': '<(enable_viewport)', 343 'enable_viewport%': '<(enable_viewport)',
338 'enable_hidpi%': '<(enable_hidpi)', 344 'enable_hidpi%': '<(enable_hidpi)',
339 'enable_topchrome_md%': '<(enable_topchrome_md)', 345 'enable_topchrome_md%': '<(enable_topchrome_md)',
340 'android_channel%': '<(android_channel)', 346 'android_channel%': '<(android_channel)',
347 'android_java_ui%': '<(android_java_ui)',
341 'use_goma%': '<(use_goma)', 348 'use_goma%': '<(use_goma)',
342 'gomadir%': '<(gomadir)', 349 'gomadir%': '<(gomadir)',
343 'enable_app_list%': '<(enable_app_list)', 350 'enable_app_list%': '<(enable_app_list)',
344 'use_default_render_theme%': '<(use_default_render_theme)', 351 'use_default_render_theme%': '<(use_default_render_theme)',
345 'buildtype%': '<(buildtype)', 352 'buildtype%': '<(buildtype)',
346 'branding%': '<(branding)', 353 'branding%': '<(branding)',
347 'branding_path_component%': '<(branding_path_component)', 354 'branding_path_component%': '<(branding_path_component)',
348 'arm_version%': '<(arm_version)', 355 'arm_version%': '<(arm_version)',
349 'sysroot%': '<(sysroot)', 356 'sysroot%': '<(sysroot)',
350 'chroot_cmd%': '<(chroot_cmd)', 357 'chroot_cmd%': '<(chroot_cmd)',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'cld2_table_size%': '<(cld2_table_size)', 1215 'cld2_table_size%': '<(cld2_table_size)',
1209 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1216 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1210 'disable_file_support%': '<(disable_file_support)', 1217 'disable_file_support%': '<(disable_file_support)',
1211 'disable_ftp_support%': '<(disable_ftp_support)', 1218 'disable_ftp_support%': '<(disable_ftp_support)',
1212 'enable_task_manager%': '<(enable_task_manager)', 1219 'enable_task_manager%': '<(enable_task_manager)',
1213 'sas_dll_path%': '<(sas_dll_path)', 1220 'sas_dll_path%': '<(sas_dll_path)',
1214 'wix_path%': '<(wix_path)', 1221 'wix_path%': '<(wix_path)',
1215 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 1222 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1216 'use_system_libjpeg%': '<(use_system_libjpeg)', 1223 'use_system_libjpeg%': '<(use_system_libjpeg)',
1217 'android_channel%': '<(android_channel)', 1224 'android_channel%': '<(android_channel)',
1225 'android_java_ui%': '<(android_java_ui)',
1218 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', 1226 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1219 'gyp_managed_install%': 0, 1227 'gyp_managed_install%': 0,
1220 'create_standalone_apk%': 1, 1228 'create_standalone_apk%': 1,
1221 'enable_app_list%': '<(enable_app_list)', 1229 'enable_app_list%': '<(enable_app_list)',
1222 'use_default_render_theme%': '<(use_default_render_theme)', 1230 'use_default_render_theme%': '<(use_default_render_theme)',
1223 'enable_settings_app%': '<(enable_settings_app)', 1231 'enable_settings_app%': '<(enable_settings_app)',
1224 'google_api_key%': '<(google_api_key)', 1232 'google_api_key%': '<(google_api_key)',
1225 'google_default_client_id%': '<(google_default_client_id)', 1233 'google_default_client_id%': '<(google_default_client_id)',
1226 'google_default_client_secret%': '<(google_default_client_secret)', 1234 'google_default_client_secret%': '<(google_default_client_secret)',
1227 'enable_supervised_users%': '<(enable_supervised_users)', 1235 'enable_supervised_users%': '<(enable_supervised_users)',
(...skipping 5129 matching lines...) Expand 10 before | Expand all | Expand 10 after
6357 # settings in target dicts. SYMROOT is a special case, because many other 6365 # settings in target dicts. SYMROOT is a special case, because many other
6358 # Xcode variables depend on it, including variables such as 6366 # Xcode variables depend on it, including variables such as
6359 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6367 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6360 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6368 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6361 # files to appear (when present) in the UI as actual files and not red 6369 # files to appear (when present) in the UI as actual files and not red
6362 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6370 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6363 # and therefore SYMROOT, needs to be set at the project level. 6371 # and therefore SYMROOT, needs to be set at the project level.
6364 'SYMROOT': '<(DEPTH)/xcodebuild', 6372 'SYMROOT': '<(DEPTH)/xcodebuild',
6365 }, 6373 },
6366 } 6374 }
OLDNEW
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | build/config/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698