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

Unified Diff: build/common.gypi

Issue 279633003: Use non-static set_key interface on DataReductionProxySettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 2154fadb36516ed07c170b66dd6d03c2f0f72ed1..ab8a388cebf13c538bb517d3ad80d6efeecfcc97 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -895,10 +895,19 @@
# By default, use ICU data file (icudtl.dat) on all platforms
# except when building Android WebView.
# TODO(jshin): Handle 'use_system_icu' on Linux (Chromium).
+ # Set the data reduction proxy origin for Android Webview.
['android_webview_build==0', {
'icu_use_data_file_flag%' : 1,
+ 'spdy_proxy_auth_origin%': '',
+ 'data_reduction_proxy_probe_url%': '',
+ 'data_reduction_dev_host%': '',
+ 'data_reduction_fallback_host%': '',
}, {
'icu_use_data_file_flag%' : 0,
+ 'spdy_proxy_auth_origin%': 'https://proxy.googlezip.net:443/',
+ 'data_reduction_proxy_probe_url%': 'http://check.googlezip.net/connect',
+ 'data_reduction_dev_host%': 'http://proxy-dev.googlezip.net:80/',
+ 'data_reduction_fallback_host%': 'http://compress.googlezip.net:80/',
}],
],
« no previous file with comments | « android_webview/native/aw_contents_statics.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698