summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi18
1 files changed, 0 insertions, 18 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a18f871..0e9cdea 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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'],
}],