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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 | 476 |
477 # Enable the task manager by default. | 477 # Enable the task manager by default. |
478 'enable_task_manager%': 1, | 478 'enable_task_manager%': 1, |
479 | 479 |
480 # Enables used resource whitelist generation; disabled by default. | 480 # Enables used resource whitelist generation; disabled by default. |
481 'enable_resource_whitelist_generation%': 0, | 481 'enable_resource_whitelist_generation%': 0, |
482 | 482 |
483 # Enable FTP support by default. | 483 # Enable FTP support by default. |
484 'disable_ftp_support%': 0, | 484 'disable_ftp_support%': 0, |
485 | 485 |
| 486 # Use native android functions in place of ICU. Not supported by most |
| 487 # components. |
| 488 'use_icu_alternatives_on_android%': 0, |
| 489 |
486 # XInput2 multitouch support is enabled by default (use_xi2_mt=2). | 490 # XInput2 multitouch support is enabled by default (use_xi2_mt=2). |
487 # Setting to zero value disables XI2 MT. When XI2 MT is enabled, | 491 # Setting to zero value disables XI2 MT. When XI2 MT is enabled, |
488 # the input value also defines the required XI2 minor minimum version. | 492 # the input value also defines the required XI2 minor minimum version. |
489 # For example, use_xi2_mt=2 means XI2.2 or above version is required. | 493 # For example, use_xi2_mt=2 means XI2.2 or above version is required. |
490 'use_xi2_mt%': 2, | 494 'use_xi2_mt%': 2, |
491 | 495 |
492 # Use of precompiled headers on Windows. | 496 # Use of precompiled headers on Windows. |
493 # | 497 # |
494 # This variable may be explicitly set to 1 (enabled) or 0 | 498 # This variable may be explicitly set to 1 (enabled) or 0 |
495 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. | 499 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 1036 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
1033 'enable_printing%': '<(enable_printing)', | 1037 'enable_printing%': '<(enable_printing)', |
1034 'enable_spellcheck%': '<(enable_spellcheck)', | 1038 'enable_spellcheck%': '<(enable_spellcheck)', |
1035 'enable_google_now%': '<(enable_google_now)', | 1039 'enable_google_now%': '<(enable_google_now)', |
1036 'cld_version%': '<(cld_version)', | 1040 'cld_version%': '<(cld_version)', |
1037 'cld2_table_size%': '<(cld2_table_size)', | 1041 'cld2_table_size%': '<(cld2_table_size)', |
1038 'cld2_dynamic%': '<(cld2_dynamic)', | 1042 'cld2_dynamic%': '<(cld2_dynamic)', |
1039 'cld2_is_component%': '<(cld2_is_component)', | 1043 'cld2_is_component%': '<(cld2_is_component)', |
1040 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1044 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1041 'disable_ftp_support%': '<(disable_ftp_support)', | 1045 'disable_ftp_support%': '<(disable_ftp_support)', |
| 1046 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
1042 'enable_task_manager%': '<(enable_task_manager)', | 1047 'enable_task_manager%': '<(enable_task_manager)', |
1043 'sas_dll_path%': '<(sas_dll_path)', | 1048 'sas_dll_path%': '<(sas_dll_path)', |
1044 'wix_path%': '<(wix_path)', | 1049 'wix_path%': '<(wix_path)', |
1045 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1050 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1046 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1051 'use_system_libjpeg%': '<(use_system_libjpeg)', |
1047 'android_webview_build%': '<(android_webview_build)', | 1052 'android_webview_build%': '<(android_webview_build)', |
1048 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1053 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1049 'gyp_managed_install%': 0, | 1054 'gyp_managed_install%': 0, |
1050 'create_standalone_apk%': 1, | 1055 'create_standalone_apk%': 1, |
1051 'enable_app_list%': '<(enable_app_list)', | 1056 'enable_app_list%': '<(enable_app_list)', |
(...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2603 }], | 2608 }], |
2604 ['enable_app_list==1', { | 2609 ['enable_app_list==1', { |
2605 'defines': ['ENABLE_APP_LIST=1'], | 2610 'defines': ['ENABLE_APP_LIST=1'], |
2606 }], | 2611 }], |
2607 ['enable_settings_app==1', { | 2612 ['enable_settings_app==1', { |
2608 'defines': ['ENABLE_SETTINGS_APP=1'], | 2613 'defines': ['ENABLE_SETTINGS_APP=1'], |
2609 }], | 2614 }], |
2610 ['disable_ftp_support==1', { | 2615 ['disable_ftp_support==1', { |
2611 'defines': ['DISABLE_FTP_SUPPORT=1'], | 2616 'defines': ['DISABLE_FTP_SUPPORT=1'], |
2612 }], | 2617 }], |
| 2618 ['use_icu_alternatives_on_android==1', { |
| 2619 'defines': ['USE_ICU_ALTERNATIVES_ON_ANDROID=1'], |
| 2620 }], |
2613 ['enable_managed_users==1', { | 2621 ['enable_managed_users==1', { |
2614 'defines': ['ENABLE_MANAGED_USERS=1'], | 2622 'defines': ['ENABLE_MANAGED_USERS=1'], |
2615 }], | 2623 }], |
2616 ['data_reduction_fallback_host != ""', { | 2624 ['data_reduction_fallback_host != ""', { |
2617 'defines': [ | 2625 'defines': [ |
2618 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], | 2626 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], |
2619 }], | 2627 }], |
2620 ['data_reduction_dev_host != ""', { | 2628 ['data_reduction_dev_host != ""', { |
2621 'defines': [ | 2629 'defines': [ |
2622 'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'], | 2630 'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'], |
(...skipping 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5261 # settings in target dicts. SYMROOT is a special case, because many other | 5269 # settings in target dicts. SYMROOT is a special case, because many other |
5262 # Xcode variables depend on it, including variables such as | 5270 # Xcode variables depend on it, including variables such as |
5263 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5271 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5264 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5272 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5265 # files to appear (when present) in the UI as actual files and not red | 5273 # files to appear (when present) in the UI as actual files and not red |
5266 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5274 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5267 # and therefore SYMROOT, needs to be set at the project level. | 5275 # and therefore SYMROOT, needs to be set at the project level. |
5268 'SYMROOT': '<(DEPTH)/xcodebuild', | 5276 'SYMROOT': '<(DEPTH)/xcodebuild', |
5269 }, | 5277 }, |
5270 } | 5278 } |
OLD | NEW |