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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 | 590 |
591 # Enables support for background apps. | 591 # Enables support for background apps. |
592 'enable_background%': 1, | 592 'enable_background%': 1, |
593 | 593 |
594 # Enable the task manager by default. | 594 # Enable the task manager by default. |
595 'enable_task_manager%': 1, | 595 'enable_task_manager%': 1, |
596 | 596 |
597 # Enables used resource whitelist generation; disabled by default. | 597 # Enables used resource whitelist generation; disabled by default. |
598 'enable_resource_whitelist_generation%': 0, | 598 'enable_resource_whitelist_generation%': 0, |
599 | 599 |
| 600 # Enable BROTLI support by default. |
| 601 'disable_brotli_support%': 0, |
| 602 |
600 # Enable FILE support by default. | 603 # Enable FILE support by default. |
601 'disable_file_support%': 0, | 604 'disable_file_support%': 0, |
602 | 605 |
603 # Enable FTP support by default. | 606 # Enable FTP support by default. |
604 'disable_ftp_support%': 0, | 607 'disable_ftp_support%': 0, |
605 | 608 |
606 # Use of precompiled headers on Windows. | 609 # Use of precompiled headers on Windows. |
607 # | 610 # |
608 # This variable may be explicitly set to 1 (enabled) or 0 | 611 # This variable may be explicitly set to 1 (enabled) or 0 |
609 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. | 612 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 ['branding=="Chrome" and chromeos==1', { | 861 ['branding=="Chrome" and chromeos==1', { |
859 'enable_hotwording%': 1, | 862 'enable_hotwording%': 1, |
860 }], | 863 }], |
861 | 864 |
862 ['OS=="android"', { | 865 ['OS=="android"', { |
863 'enable_webrtc%': 1, | 866 'enable_webrtc%': 1, |
864 }], | 867 }], |
865 | 868 |
866 ['OS=="ios"', { | 869 ['OS=="ios"', { |
867 'configuration_policy%': 0, | 870 'configuration_policy%': 0, |
| 871 'disable_brotli_support%': 1, |
868 'disable_ftp_support%': 1, | 872 'disable_ftp_support%': 1, |
869 'enable_extensions%': 0, | 873 'enable_extensions%': 0, |
870 'cld2_table_size%': 0, | 874 'cld2_table_size%': 0, |
871 'enable_basic_printing%': 0, | 875 'enable_basic_printing%': 0, |
872 'enable_print_preview%': 0, | 876 'enable_print_preview%': 0, |
873 'enable_session_service%': 0, | 877 'enable_session_service%': 0, |
874 'enable_spellcheck%': 0, | 878 'enable_spellcheck%': 0, |
875 'enable_themes%': 0, | 879 'enable_themes%': 0, |
876 'enable_webrtc%': 0, | 880 'enable_webrtc%': 0, |
877 'notifications%': 0, | 881 'notifications%': 0, |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1219 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
1216 'use_canvas_skia%': '<(use_canvas_skia)', | 1220 'use_canvas_skia%': '<(use_canvas_skia)', |
1217 'test_isolation_mode%': '<(test_isolation_mode)', | 1221 'test_isolation_mode%': '<(test_isolation_mode)', |
1218 'enable_basic_printing%': '<(enable_basic_printing)', | 1222 'enable_basic_printing%': '<(enable_basic_printing)', |
1219 'enable_print_preview%': '<(enable_print_preview)', | 1223 'enable_print_preview%': '<(enable_print_preview)', |
1220 'enable_spellcheck%': '<(enable_spellcheck)', | 1224 'enable_spellcheck%': '<(enable_spellcheck)', |
1221 'use_browser_spellchecker%': '<(use_browser_spellchecker)', | 1225 'use_browser_spellchecker%': '<(use_browser_spellchecker)', |
1222 'cld_version%': '<(cld_version)', | 1226 'cld_version%': '<(cld_version)', |
1223 'cld2_table_size%': '<(cld2_table_size)', | 1227 'cld2_table_size%': '<(cld2_table_size)', |
1224 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1228 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
| 1229 'disable_brotli_support%': '<(disable_brotli_support)', |
1225 'disable_file_support%': '<(disable_file_support)', | 1230 'disable_file_support%': '<(disable_file_support)', |
1226 'disable_ftp_support%': '<(disable_ftp_support)', | 1231 'disable_ftp_support%': '<(disable_ftp_support)', |
1227 'enable_task_manager%': '<(enable_task_manager)', | 1232 'enable_task_manager%': '<(enable_task_manager)', |
1228 'sas_dll_path%': '<(sas_dll_path)', | 1233 'sas_dll_path%': '<(sas_dll_path)', |
1229 'wix_path%': '<(wix_path)', | 1234 'wix_path%': '<(wix_path)', |
1230 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1235 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1231 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1236 'use_system_libjpeg%': '<(use_system_libjpeg)', |
1232 'android_channel%': '<(android_channel)', | 1237 'android_channel%': '<(android_channel)', |
1233 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1238 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1234 'gyp_managed_install%': 0, | 1239 'gyp_managed_install%': 0, |
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 }], | 3034 }], |
3030 ['enable_captive_portal_detection==1', { | 3035 ['enable_captive_portal_detection==1', { |
3031 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 3036 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
3032 }], | 3037 }], |
3033 ['enable_app_list==1', { | 3038 ['enable_app_list==1', { |
3034 'defines': ['ENABLE_APP_LIST=1'], | 3039 'defines': ['ENABLE_APP_LIST=1'], |
3035 }], | 3040 }], |
3036 ['enable_settings_app==1', { | 3041 ['enable_settings_app==1', { |
3037 'defines': ['ENABLE_SETTINGS_APP=1'], | 3042 'defines': ['ENABLE_SETTINGS_APP=1'], |
3038 }], | 3043 }], |
| 3044 ['disable_brotli_support==1', { |
| 3045 'defines': ['DISABLE_BROTLI_SUPPORT=1'], |
| 3046 }], |
3039 ['disable_file_support==1', { | 3047 ['disable_file_support==1', { |
3040 'defines': ['DISABLE_FILE_SUPPORT=1'], | 3048 'defines': ['DISABLE_FILE_SUPPORT=1'], |
3041 }], | 3049 }], |
3042 ['disable_ftp_support==1', { | 3050 ['disable_ftp_support==1', { |
3043 'defines': ['DISABLE_FTP_SUPPORT=1'], | 3051 'defines': ['DISABLE_FTP_SUPPORT=1'], |
3044 }], | 3052 }], |
3045 ['enable_supervised_users==1', { | 3053 ['enable_supervised_users==1', { |
3046 'defines': ['ENABLE_SUPERVISED_USERS=1'], | 3054 'defines': ['ENABLE_SUPERVISED_USERS=1'], |
3047 }], | 3055 }], |
3048 ['enable_mdns==1', { | 3056 ['enable_mdns==1', { |
(...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6377 # settings in target dicts. SYMROOT is a special case, because many other | 6385 # settings in target dicts. SYMROOT is a special case, because many other |
6378 # Xcode variables depend on it, including variables such as | 6386 # Xcode variables depend on it, including variables such as |
6379 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6387 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6380 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6388 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6381 # files to appear (when present) in the UI as actual files and not red | 6389 # files to appear (when present) in the UI as actual files and not red |
6382 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6390 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6383 # and therefore SYMROOT, needs to be set at the project level. | 6391 # and therefore SYMROOT, needs to be set at the project level. |
6384 'SYMROOT': '<(DEPTH)/xcodebuild', | 6392 'SYMROOT': '<(DEPTH)/xcodebuild', |
6385 }, | 6393 }, |
6386 } | 6394 } |
OLD | NEW |