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

Unified Diff: build/common.gypi

Issue 105833010: Added Dev host for data reduction proxy controlled by Finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments from bengr Created 7 years 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 70f22d5e45941339e61919409f7bd64f79494caa..4441b93fde3899cbc7ee4416f536c4133588df56 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -500,6 +500,7 @@
'native_memory_pressure_signals%': 0,
'data_reduction_fallback_host%' : '',
+ 'data_reduction_dev_host%' : '',
'spdy_proxy_auth_origin%' : '',
'spdy_proxy_auth_property%' : '',
'spdy_proxy_auth_value%' : '',
@@ -975,6 +976,7 @@
'native_discardable_memory%': '<(native_discardable_memory)',
'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
'data_reduction_fallback_host%': '<(data_reduction_fallback_host)',
+ 'data_reduction_dev_host%': '<(data_reduction_dev_host)',
'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
@@ -2433,6 +2435,10 @@
'defines': [
'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'],
}],
+ ['data_reduction_dev_host != ""', {
+ 'defines': [
+ 'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'],
+ }],
['spdy_proxy_auth_origin != ""', {
'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'],
}],
« no previous file with comments | « no previous file | chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc » ('j') | chrome/common/chrome_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698