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

Side by Side Diff: build/common.gypi

Issue 253603004: Make it so net/ can be built without file:// support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add TODO, minor cleanups Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/BUILD.gn » ('J')
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 461
462 # Enables support for background apps. 462 # Enables support for background apps.
463 'enable_background%': 1, 463 'enable_background%': 1,
464 464
465 # Enable the task manager by default. 465 # Enable the task manager by default.
466 'enable_task_manager%': 1, 466 'enable_task_manager%': 1,
467 467
468 # Enables used resource whitelist generation; disabled by default. 468 # Enables used resource whitelist generation; disabled by default.
469 'enable_resource_whitelist_generation%': 0, 469 'enable_resource_whitelist_generation%': 0,
470 470
471 # Enable FILE support by default.
472 'disable_file_support%': 0,
473
471 # Enable FTP support by default. 474 # Enable FTP support by default.
472 'disable_ftp_support%': 0, 475 'disable_ftp_support%': 0,
473 476
474 # XInput2 multitouch support is enabled by default (use_xi2_mt=2). 477 # XInput2 multitouch support is enabled by default (use_xi2_mt=2).
475 # Setting to zero value disables XI2 MT. When XI2 MT is enabled, 478 # Setting to zero value disables XI2 MT. When XI2 MT is enabled,
476 # the input value also defines the required XI2 minor minimum version. 479 # the input value also defines the required XI2 minor minimum version.
477 # For example, use_xi2_mt=2 means XI2.2 or above version is required. 480 # For example, use_xi2_mt=2 means XI2.2 or above version is required.
478 'use_xi2_mt%': 2, 481 'use_xi2_mt%': 2,
479 482
480 # Use of precompiled headers on Windows. 483 # Use of precompiled headers on Windows.
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'test_isolation_mode%': '<(test_isolation_mode)', 1008 'test_isolation_mode%': '<(test_isolation_mode)',
1006 'test_isolation_outdir%': '<(test_isolation_outdir)', 1009 'test_isolation_outdir%': '<(test_isolation_outdir)',
1007 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', 1010 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
1008 'enable_printing%': '<(enable_printing)', 1011 'enable_printing%': '<(enable_printing)',
1009 'enable_spellcheck%': '<(enable_spellcheck)', 1012 'enable_spellcheck%': '<(enable_spellcheck)',
1010 'enable_google_now%': '<(enable_google_now)', 1013 'enable_google_now%': '<(enable_google_now)',
1011 'cld_version%': '<(cld_version)', 1014 'cld_version%': '<(cld_version)',
1012 'cld2_table_size%': '<(cld2_table_size)', 1015 'cld2_table_size%': '<(cld2_table_size)',
1013 'cld2_dynamic%': '<(cld2_dynamic)', 1016 'cld2_dynamic%': '<(cld2_dynamic)',
1014 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1017 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1018 'disable_file_support%': '<(disable_file_support)',
1015 'disable_ftp_support%': '<(disable_ftp_support)', 1019 'disable_ftp_support%': '<(disable_ftp_support)',
1016 'enable_task_manager%': '<(enable_task_manager)', 1020 'enable_task_manager%': '<(enable_task_manager)',
1017 'sas_dll_path%': '<(sas_dll_path)', 1021 'sas_dll_path%': '<(sas_dll_path)',
1018 'wix_path%': '<(wix_path)', 1022 'wix_path%': '<(wix_path)',
1019 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 1023 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1020 'use_system_libjpeg%': '<(use_system_libjpeg)', 1024 'use_system_libjpeg%': '<(use_system_libjpeg)',
1021 'android_webview_build%': '<(android_webview_build)', 1025 'android_webview_build%': '<(android_webview_build)',
1022 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', 1026 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1023 'gyp_managed_install%': 0, 1027 'gyp_managed_install%': 0,
1024 'create_standalone_apk%': 1, 1028 'create_standalone_apk%': 1,
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 }], 2558 }],
2555 ['enable_captive_portal_detection==1', { 2559 ['enable_captive_portal_detection==1', {
2556 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], 2560 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2557 }], 2561 }],
2558 ['enable_app_list==1', { 2562 ['enable_app_list==1', {
2559 'defines': ['ENABLE_APP_LIST=1'], 2563 'defines': ['ENABLE_APP_LIST=1'],
2560 }], 2564 }],
2561 ['enable_settings_app==1', { 2565 ['enable_settings_app==1', {
2562 'defines': ['ENABLE_SETTINGS_APP=1'], 2566 'defines': ['ENABLE_SETTINGS_APP=1'],
2563 }], 2567 }],
2568 ['disable_file_support==1', {
2569 'defines': ['DISABLE_FILE_SUPPORT=1'],
2570 }],
2564 ['disable_ftp_support==1', { 2571 ['disable_ftp_support==1', {
2565 'defines': ['DISABLE_FTP_SUPPORT=1'], 2572 'defines': ['DISABLE_FTP_SUPPORT=1'],
2566 }], 2573 }],
2567 ['enable_managed_users==1', { 2574 ['enable_managed_users==1', {
2568 'defines': ['ENABLE_MANAGED_USERS=1'], 2575 'defines': ['ENABLE_MANAGED_USERS=1'],
2569 }], 2576 }],
2570 ['data_reduction_fallback_host != ""', { 2577 ['data_reduction_fallback_host != ""', {
2571 'defines': [ 2578 'defines': [
2572 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], 2579 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'],
2573 }], 2580 }],
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5216 # settings in target dicts. SYMROOT is a special case, because many other 5223 # settings in target dicts. SYMROOT is a special case, because many other
5217 # Xcode variables depend on it, including variables such as 5224 # Xcode variables depend on it, including variables such as
5218 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5225 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5219 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5226 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5220 # files to appear (when present) in the UI as actual files and not red 5227 # files to appear (when present) in the UI as actual files and not red
5221 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5228 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5222 # and therefore SYMROOT, needs to be set at the project level. 5229 # and therefore SYMROOT, needs to be set at the project level.
5223 'SYMROOT': '<(DEPTH)/xcodebuild', 5230 'SYMROOT': '<(DEPTH)/xcodebuild',
5224 }, 5231 },
5225 } 5232 }
OLDNEW
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698