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

Side by Side Diff: build/common.gypi

Issue 1550843002: Convert enable_bidirectional_stream into build flag local to net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 4 years, 11 months 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 | net/BUILD.gn » ('j') | no next file with comments »
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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 601
602 # Enables support for background apps. 602 # Enables support for background apps.
603 'enable_background%': 1, 603 'enable_background%': 1,
604 604
605 # Enable the task manager by default. 605 # Enable the task manager by default.
606 'enable_task_manager%': 1, 606 'enable_task_manager%': 1,
607 607
608 # Enables used resource whitelist generation; disabled by default. 608 # Enables used resource whitelist generation; disabled by default.
609 'enable_resource_whitelist_generation%': 0, 609 'enable_resource_whitelist_generation%': 0,
610 610
611 # Enables BidrectionalSteam; disabled by default.
612 'enable_bidirectional_stream': 0,
613
614 # Enable FILE support by default. 611 # Enable FILE support by default.
615 'disable_file_support%': 0, 612 'disable_file_support%': 0,
616 613
617 # Enable FTP support by default. 614 # Enable FTP support by default.
618 'disable_ftp_support%': 0, 615 'disable_ftp_support%': 0,
619 616
620 # Use of precompiled headers on Windows. 617 # Use of precompiled headers on Windows.
621 # 618 #
622 # This variable may be explicitly set to 1 (enabled) or 0 619 # This variable may be explicitly set to 1 (enabled) or 0
623 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. 620 # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 'test_isolation_mode%': '<(test_isolation_mode)', 1226 'test_isolation_mode%': '<(test_isolation_mode)',
1230 'enable_basic_printing%': '<(enable_basic_printing)', 1227 'enable_basic_printing%': '<(enable_basic_printing)',
1231 'enable_print_preview%': '<(enable_print_preview)', 1228 'enable_print_preview%': '<(enable_print_preview)',
1232 'enable_spellcheck%': '<(enable_spellcheck)', 1229 'enable_spellcheck%': '<(enable_spellcheck)',
1233 'use_browser_spellchecker%': '<(use_browser_spellchecker)', 1230 'use_browser_spellchecker%': '<(use_browser_spellchecker)',
1234 'cld_version%': '<(cld_version)', 1231 'cld_version%': '<(cld_version)',
1235 'cld2_table_size%': '<(cld2_table_size)', 1232 'cld2_table_size%': '<(cld2_table_size)',
1236 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1233 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1237 'disable_file_support%': '<(disable_file_support)', 1234 'disable_file_support%': '<(disable_file_support)',
1238 'disable_ftp_support%': '<(disable_ftp_support)', 1235 'disable_ftp_support%': '<(disable_ftp_support)',
1239 'enable_bidirectional_stream%': '<(enable_bidirectional_stream)',
1240 'enable_task_manager%': '<(enable_task_manager)', 1236 'enable_task_manager%': '<(enable_task_manager)',
1241 'sas_dll_path%': '<(sas_dll_path)', 1237 'sas_dll_path%': '<(sas_dll_path)',
1242 'wix_path%': '<(wix_path)', 1238 'wix_path%': '<(wix_path)',
1243 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 1239 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1244 'use_system_libjpeg%': '<(use_system_libjpeg)', 1240 'use_system_libjpeg%': '<(use_system_libjpeg)',
1245 'android_channel%': '<(android_channel)', 1241 'android_channel%': '<(android_channel)',
1246 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', 1242 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1247 'gyp_managed_install%': 0, 1243 'gyp_managed_install%': 0,
1248 'create_standalone_apk%': 1, 1244 'create_standalone_apk%': 1,
1249 'enable_app_list%': '<(enable_app_list)', 1245 'enable_app_list%': '<(enable_app_list)',
(...skipping 5152 matching lines...) Expand 10 before | Expand all | Expand 10 after
6402 # settings in target dicts. SYMROOT is a special case, because many other 6398 # settings in target dicts. SYMROOT is a special case, because many other
6403 # Xcode variables depend on it, including variables such as 6399 # Xcode variables depend on it, including variables such as
6404 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6400 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6405 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6401 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6406 # files to appear (when present) in the UI as actual files and not red 6402 # files to appear (when present) in the UI as actual files and not red
6407 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6403 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6408 # and therefore SYMROOT, needs to be set at the project level. 6404 # and therefore SYMROOT, needs to be set at the project level.
6409 'SYMROOT': '<(DEPTH)/xcodebuild', 6405 'SYMROOT': '<(DEPTH)/xcodebuild',
6410 }, 6406 },
6411 } 6407 }
OLDNEW
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698