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 # Enables BidrectionalSteam; disabled by default. | |
601 'enable_bidirectional_stream': 0, | |
mef
2015/12/17 22:42:09
do we need to explicitly enable it in cronet?
xunjieli
2015/12/18 15:15:23
In Cronet, we can use the preprocessor define ENAB
mef
2015/12/18 15:45:03
Hrm, just setting the define ENABLE_BIDIRECTIONAL_
xunjieli
2015/12/18 15:59:29
Ah, yes, you are right! The ENABLE_BIDIRECTIONAL_S
| |
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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1213 'test_isolation_mode%': '<(test_isolation_mode)', | 1216 'test_isolation_mode%': '<(test_isolation_mode)', |
1214 'enable_basic_printing%': '<(enable_basic_printing)', | 1217 'enable_basic_printing%': '<(enable_basic_printing)', |
1215 'enable_print_preview%': '<(enable_print_preview)', | 1218 'enable_print_preview%': '<(enable_print_preview)', |
1216 'enable_spellcheck%': '<(enable_spellcheck)', | 1219 'enable_spellcheck%': '<(enable_spellcheck)', |
1217 'use_browser_spellchecker%': '<(use_browser_spellchecker)', | 1220 'use_browser_spellchecker%': '<(use_browser_spellchecker)', |
1218 'cld_version%': '<(cld_version)', | 1221 'cld_version%': '<(cld_version)', |
1219 'cld2_table_size%': '<(cld2_table_size)', | 1222 'cld2_table_size%': '<(cld2_table_size)', |
1220 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1223 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
1221 'disable_file_support%': '<(disable_file_support)', | 1224 'disable_file_support%': '<(disable_file_support)', |
1222 'disable_ftp_support%': '<(disable_ftp_support)', | 1225 'disable_ftp_support%': '<(disable_ftp_support)', |
1226 'enable_bidirectional_stream%': '<(enable_bidirectional_stream)', | |
1223 'enable_task_manager%': '<(enable_task_manager)', | 1227 'enable_task_manager%': '<(enable_task_manager)', |
1224 'sas_dll_path%': '<(sas_dll_path)', | 1228 'sas_dll_path%': '<(sas_dll_path)', |
1225 'wix_path%': '<(wix_path)', | 1229 'wix_path%': '<(wix_path)', |
1226 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 1230 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
1227 'use_system_libjpeg%': '<(use_system_libjpeg)', | 1231 'use_system_libjpeg%': '<(use_system_libjpeg)', |
1228 'android_channel%': '<(android_channel)', | 1232 'android_channel%': '<(android_channel)', |
1229 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', | 1233 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
1230 'gyp_managed_install%': 0, | 1234 'gyp_managed_install%': 0, |
1231 'create_standalone_apk%': 1, | 1235 'create_standalone_apk%': 1, |
1232 'enable_app_list%': '<(enable_app_list)', | 1236 'enable_app_list%': '<(enable_app_list)', |
(...skipping 5176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6409 # settings in target dicts. SYMROOT is a special case, because many other | 6413 # settings in target dicts. SYMROOT is a special case, because many other |
6410 # Xcode variables depend on it, including variables such as | 6414 # Xcode variables depend on it, including variables such as |
6411 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6415 # 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 | 6416 # 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 | 6417 # 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, | 6418 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6415 # and therefore SYMROOT, needs to be set at the project level. | 6419 # and therefore SYMROOT, needs to be set at the project level. |
6416 'SYMROOT': '<(DEPTH)/xcodebuild', | 6420 'SYMROOT': '<(DEPTH)/xcodebuild', |
6417 }, | 6421 }, |
6418 } | 6422 } |
OLD | NEW |