Chromium Code Reviews| 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, | |
|
Ryan Sleevi
2015/12/17 01:04:40
There is strong resistance towards adding system-w
eustas
2015/12/17 16:44:54
This flag was added in response to a request to ma
Ryan Sleevi
2015/12/17 22:49:33
Right, we're generally trying not to add build fla
| |
| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 851 ['branding=="Chrome" and chromeos==1', { | 854 ['branding=="Chrome" and chromeos==1', { |
| 852 'enable_hotwording%': 1, | 855 'enable_hotwording%': 1, |
| 853 }], | 856 }], |
| 854 | 857 |
| 855 ['OS=="android"', { | 858 ['OS=="android"', { |
| 856 'enable_webrtc%': 1, | 859 'enable_webrtc%': 1, |
| 857 }], | 860 }], |
| 858 | 861 |
| 859 ['OS=="ios"', { | 862 ['OS=="ios"', { |
| 860 'configuration_policy%': 0, | 863 'configuration_policy%': 0, |
| 864 'disable_brotli_support%': 1, | |
| 861 'disable_ftp_support%': 1, | 865 'disable_ftp_support%': 1, |
| 862 'enable_extensions%': 0, | 866 'enable_extensions%': 0, |
| 863 'cld2_table_size%': 0, | 867 'cld2_table_size%': 0, |
| 864 'enable_basic_printing%': 0, | 868 'enable_basic_printing%': 0, |
| 865 'enable_print_preview%': 0, | 869 'enable_print_preview%': 0, |
| 866 'enable_session_service%': 0, | 870 'enable_session_service%': 0, |
| 867 'enable_spellcheck%': 0, | 871 'enable_spellcheck%': 0, |
| 868 'enable_themes%': 0, | 872 'enable_themes%': 0, |
| 869 'enable_webrtc%': 0, | 873 'enable_webrtc%': 0, |
| 870 'notifications%': 0, | 874 'notifications%': 0, |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1211 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1215 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
| 1212 'use_canvas_skia%': '<(use_canvas_skia)', | 1216 'use_canvas_skia%': '<(use_canvas_skia)', |
| 1213 'test_isolation_mode%': '<(test_isolation_mode)', | 1217 'test_isolation_mode%': '<(test_isolation_mode)', |
| 1214 'enable_basic_printing%': '<(enable_basic_printing)', | 1218 'enable_basic_printing%': '<(enable_basic_printing)', |
| 1215 'enable_print_preview%': '<(enable_print_preview)', | 1219 'enable_print_preview%': '<(enable_print_preview)', |
| 1216 'enable_spellcheck%': '<(enable_spellcheck)', | 1220 'enable_spellcheck%': '<(enable_spellcheck)', |
| 1217 'use_browser_spellchecker%': '<(use_browser_spellchecker)', | 1221 'use_browser_spellchecker%': '<(use_browser_spellchecker)', |
| 1218 'cld_version%': '<(cld_version)', | 1222 'cld_version%': '<(cld_version)', |
| 1219 'cld2_table_size%': '<(cld2_table_size)', | 1223 'cld2_table_size%': '<(cld2_table_size)', |
| 1220 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1224 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
| 1225 'disable_brotli_support%': '<(disable_brotli_support)', | |
| 1221 'disable_file_support%': '<(disable_file_support)', | 1226 'disable_file_support%': '<(disable_file_support)', |
| 1222 'disable_ftp_support%': '<(disable_ftp_support)', | 1227 'disable_ftp_support%': '<(disable_ftp_support)', |
| 1223 'enable_task_manager%': '<(enable_task_manager)', | 1228 'enable_task_manager%': '<(enable_task_manager)', |
| 1224 'sas_dll_path%': '<(sas_dll_path)', | 1229 'sas_dll_path%': '<(sas_dll_path)', |
| 1225 'wix_path%': '<(wix_path)', | 1230 'wix_path%': '<(wix_path)', |
| 1226 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1231 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
| 1227 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1232 'use_system_libjpeg%': '<(use_system_libjpeg)', |
| 1228 'android_channel%': '<(android_channel)', | 1233 'android_channel%': '<(android_channel)', |
| 1229 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1234 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
| 1230 'gyp_managed_install%': 0, | 1235 'gyp_managed_install%': 0, |
| (...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3030 }], | 3035 }], |
| 3031 ['enable_captive_portal_detection==1', { | 3036 ['enable_captive_portal_detection==1', { |
| 3032 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 3037 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
| 3033 }], | 3038 }], |
| 3034 ['enable_app_list==1', { | 3039 ['enable_app_list==1', { |
| 3035 'defines': ['ENABLE_APP_LIST=1'], | 3040 'defines': ['ENABLE_APP_LIST=1'], |
| 3036 }], | 3041 }], |
| 3037 ['enable_settings_app==1', { | 3042 ['enable_settings_app==1', { |
| 3038 'defines': ['ENABLE_SETTINGS_APP=1'], | 3043 'defines': ['ENABLE_SETTINGS_APP=1'], |
| 3039 }], | 3044 }], |
| 3045 ['disable_brotli_support==1', { | |
| 3046 'defines': ['DISABLE_BROTLI_SUPPORT=1'], | |
| 3047 }], | |
| 3040 ['disable_file_support==1', { | 3048 ['disable_file_support==1', { |
| 3041 'defines': ['DISABLE_FILE_SUPPORT=1'], | 3049 'defines': ['DISABLE_FILE_SUPPORT=1'], |
| 3042 }], | 3050 }], |
| 3043 ['disable_ftp_support==1', { | 3051 ['disable_ftp_support==1', { |
| 3044 'defines': ['DISABLE_FTP_SUPPORT=1'], | 3052 'defines': ['DISABLE_FTP_SUPPORT=1'], |
| 3045 }], | 3053 }], |
| 3046 ['enable_supervised_users==1', { | 3054 ['enable_supervised_users==1', { |
| 3047 'defines': ['ENABLE_SUPERVISED_USERS=1'], | 3055 'defines': ['ENABLE_SUPERVISED_USERS=1'], |
| 3048 }], | 3056 }], |
| 3049 ['enable_mdns==1', { | 3057 ['enable_mdns==1', { |
| (...skipping 3359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6409 # settings in target dicts. SYMROOT is a special case, because many other | 6417 # settings in target dicts. SYMROOT is a special case, because many other |
| 6410 # Xcode variables depend on it, including variables such as | 6418 # Xcode variables depend on it, including variables such as |
| 6411 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6419 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6412 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6420 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6413 # files to appear (when present) in the UI as actual files and not red | 6421 # files to appear (when present) in the UI as actual files and not red |
| 6414 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6422 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6415 # and therefore SYMROOT, needs to be set at the project level. | 6423 # and therefore SYMROOT, needs to be set at the project level. |
| 6416 'SYMROOT': '<(DEPTH)/xcodebuild', | 6424 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6417 }, | 6425 }, |
| 6418 } | 6426 } |
| OLD | NEW |