Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f7cdc91f8ccc672a452dd0079bc49680348e35b8..9b345bc94493854b53999f553bbef7ddd8fb04c9 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -505,6 +505,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%' : '', |
@@ -971,6 +972,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)', |
@@ -2447,6 +2449,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)"'], |
}], |