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

Unified Diff: trunk/src/build/common.gypi

Issue 307013003: Revert 273810 "Added alternative configuration for the data redu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/build/common.gypi
===================================================================
--- trunk/src/build/common.gypi (revision 273823)
+++ trunk/src/build/common.gypi (working copy)
@@ -550,9 +550,6 @@
'spdy_proxy_auth_property%' : '',
'spdy_proxy_auth_value%' : '',
'data_reduction_proxy_probe_url%' : '',
- 'data_reduction_proxy_ssl_origin%' : '',
- 'data_reduction_proxy_alt_origin%' : '',
- 'data_reduction_proxy_alt_fallback_origin%' : '',
'enable_mdns%' : 0,
'enable_service_discovery%': 0,
'enable_wifi_bootstrapping%': 0,
@@ -1102,9 +1099,6 @@
'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
- 'data_reduction_proxy_ssl_origin%' : '<(data_reduction_proxy_ssl_origin)',
- 'data_reduction_proxy_alt_origin%' : '<(data_reduction_proxy_alt_origin)',
- 'data_reduction_proxy_alt_fallback_origin%' : '<(data_reduction_proxy_alt_fallback_origin)',
'enable_mdns%' : '<(enable_mdns)',
'enable_service_discovery%' : '<(enable_service_discovery)',
'enable_wifi_bootstrapping%': '<(enable_wifi_bootstrapping)',
@@ -2724,18 +2718,6 @@
'defines': [
'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'],
}],
- ['data_reduction_proxy_ssl_origin != ""', {
- 'defines': [
- 'DATA_REDUCTION_PROXY_SSL_ORIGIN="<(data_reduction_proxy_ssl_origin)"'],
- }],
- ['data_reduction_proxy_alt_origin != ""', {
- 'defines': [
- 'DATA_REDUCTION_PROXY_ALT_ORIGIN="<(data_reduction_proxy_alt_origin)"'],
- }],
- ['data_reduction_proxy_alt_fallback_origin != ""', {
- 'defines': [
- 'DATA_REDUCTION_PROXY_ALT_FALLBACK_ORIGIN="<(data_reduction_proxy_alt_fallback_origin)"'],
- }],
['enable_mdns==1', {
'defines': ['ENABLE_MDNS=1'],
}],

Powered by Google App Engine
This is Rietveld 408576698