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

Side by Side Diff: build/common.gypi

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 544
545 # Platform sends memory pressure signals natively. 545 # Platform sends memory pressure signals natively.
546 'native_memory_pressure_signals%': 0, 546 'native_memory_pressure_signals%': 0,
547 547
548 'data_reduction_fallback_host%' : '', 548 'data_reduction_fallback_host%' : '',
549 'data_reduction_dev_host%' : '', 549 'data_reduction_dev_host%' : '',
550 'spdy_proxy_auth_origin%' : '', 550 'spdy_proxy_auth_origin%' : '',
551 'spdy_proxy_auth_property%' : '', 551 'spdy_proxy_auth_property%' : '',
552 'spdy_proxy_auth_value%' : '', 552 'spdy_proxy_auth_value%' : '',
553 'data_reduction_proxy_probe_url%' : '', 553 'data_reduction_proxy_probe_url%' : '',
554 'data_reduction_proxy_ssl_origin%' : '',
555 'data_reduction_proxy_alt_origin%' : '',
556 'data_reduction_proxy_alt_fallback_origin%' : '',
Lei Zhang 2014/05/21 19:41:28 I'm a little concerned by the number of gyp variab
554 'enable_mdns%' : 0, 557 'enable_mdns%' : 0,
555 'enable_service_discovery%': 0, 558 'enable_service_discovery%': 0,
556 'enable_hangout_services_extension%': 0, 559 'enable_hangout_services_extension%': 0,
557 560
558 # Enable the Syzygy optimization step. 561 # Enable the Syzygy optimization step.
559 'syzygy_optimize%': 0, 562 'syzygy_optimize%': 0,
560 563
561 # Enable hole punching for the protected video. 564 # Enable hole punching for the protected video.
562 'video_hole%': 0, 565 'video_hole%': 0,
563 566
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'google_default_client_secret%': '<(google_default_client_secret)', 1080 'google_default_client_secret%': '<(google_default_client_secret)',
1078 'enable_managed_users%': '<(enable_managed_users)', 1081 'enable_managed_users%': '<(enable_managed_users)',
1079 'native_discardable_memory%': '<(native_discardable_memory)', 1082 'native_discardable_memory%': '<(native_discardable_memory)',
1080 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', 1083 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
1081 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', 1084 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)',
1082 'data_reduction_dev_host%': '<(data_reduction_dev_host)', 1085 'data_reduction_dev_host%': '<(data_reduction_dev_host)',
1083 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', 1086 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
1084 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', 1087 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
1085 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 1088 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
1086 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', 1089 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
1090 'data_reduction_proxy_ssl_origin%' : '<(data_reduction_proxy_ssl_origin)',
1091 'data_reduction_proxy_alt_origin%' : '<(data_reduction_proxy_alt_origin)',
1092 'data_reduction_proxy_alt_fallback_origin%' : '<(data_reduction_proxy_alt_fa llback_origin)',
1087 'enable_mdns%' : '<(enable_mdns)', 1093 'enable_mdns%' : '<(enable_mdns)',
1088 'enable_service_discovery%' : '<(enable_service_discovery)', 1094 'enable_service_discovery%' : '<(enable_service_discovery)',
1089 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension) ', 1095 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension) ',
1090 'v8_optimized_debug%': '<(v8_optimized_debug)', 1096 'v8_optimized_debug%': '<(v8_optimized_debug)',
1091 'proprietary_codecs%': '<(proprietary_codecs)', 1097 'proprietary_codecs%': '<(proprietary_codecs)',
1092 'use_goma%': '<(use_goma)', 1098 'use_goma%': '<(use_goma)',
1093 'gomadir%': '<(gomadir)', 1099 'gomadir%': '<(gomadir)',
1094 'video_hole%': '<(video_hole)', 1100 'video_hole%': '<(video_hole)',
1095 1101
1096 # Use system protobuf instead of bundled one. 1102 # Use system protobuf instead of bundled one.
(...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
2656 ['spdy_proxy_auth_property != ""', { 2662 ['spdy_proxy_auth_property != ""', {
2657 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], 2663 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'],
2658 }], 2664 }],
2659 ['spdy_proxy_auth_value != ""', { 2665 ['spdy_proxy_auth_value != ""', {
2660 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], 2666 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'],
2661 }], 2667 }],
2662 ['data_reduction_proxy_probe_url != ""', { 2668 ['data_reduction_proxy_probe_url != ""', {
2663 'defines': [ 2669 'defines': [
2664 'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'], 2670 'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'],
2665 }], 2671 }],
2672 ['data_reduction_proxy_ssl_origin != ""', {
2673 'defines': [
2674 'DATA_REDUCTION_PROXY_SSL_ORIGIN="<(data_reduction_proxy_ssl_origin)"' ],
2675 }],
2676 ['data_reduction_proxy_alt_origin != ""', {
2677 'defines': [
2678 'DATA_REDUCTION_PROXY_ALT_ORIGIN="<(data_reduction_proxy_alt_origin)"' ],
2679 }],
2680 ['data_reduction_proxy_alt_fallback_origin != ""', {
2681 'defines': [
2682 'DATA_REDUCTION_PROXY_ALT_FALLBACK_ORIGIN="<(data_reduction_proxy_alt_ fallback_origin)"'],
2683 }],
2666 ['enable_mdns==1', { 2684 ['enable_mdns==1', {
2667 'defines': ['ENABLE_MDNS=1'], 2685 'defines': ['ENABLE_MDNS=1'],
2668 }], 2686 }],
2669 ['enable_service_discovery==1', { 2687 ['enable_service_discovery==1', {
2670 'defines' : [ 'ENABLE_SERVICE_DISCOVERY=1' ], 2688 'defines' : [ 'ENABLE_SERVICE_DISCOVERY=1' ],
2671 }], 2689 }],
2672 ['enable_hangout_services_extension==1', { 2690 ['enable_hangout_services_extension==1', {
2673 'defines': ['ENABLE_HANGOUT_SERVICES_EXTENSION=1'], 2691 'defines': ['ENABLE_HANGOUT_SERVICES_EXTENSION=1'],
2674 }], 2692 }],
2675 ['enable_ipc_fuzzer==1', { 2693 ['enable_ipc_fuzzer==1', {
(...skipping 2605 matching lines...) Expand 10 before | Expand all | Expand 10 after
5281 # settings in target dicts. SYMROOT is a special case, because many other 5299 # settings in target dicts. SYMROOT is a special case, because many other
5282 # Xcode variables depend on it, including variables such as 5300 # Xcode variables depend on it, including variables such as
5283 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5301 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5284 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5302 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5285 # files to appear (when present) in the UI as actual files and not red 5303 # files to appear (when present) in the UI as actual files and not red
5286 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5304 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5287 # and therefore SYMROOT, needs to be set at the project level. 5305 # and therefore SYMROOT, needs to be set at the project level.
5288 'SYMROOT': '<(DEPTH)/xcodebuild', 5306 'SYMROOT': '<(DEPTH)/xcodebuild',
5289 }, 5307 },
5290 } 5308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698