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

Unified Diff: build/common.gypi

Issue 14994003: Remove round trip from data reduction proxy authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp issues Created 7 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
« no previous file with comments | « no previous file | chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 95ce2db74bd0ea0fbc3abcf524fa3221fbd50879..5b11b55ad7d9dee337ecc0d8b67d8fccc74172cd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -408,6 +408,7 @@
'spdy_proxy_auth_origin%' : '',
'spdy_proxy_auth_property%' : '',
+ 'spdy_proxy_auth_value%' : '',
'conditions': [
# A flag for POSIX platforms
@@ -814,6 +815,7 @@
'enable_managed_users%': '<(enable_managed_users)',
'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
+ 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
# Use system mesa instead of bundled one.
'use_system_mesa%': 0,
@@ -2186,6 +2188,9 @@
['spdy_proxy_auth_property != ""', {
'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'],
}],
+ ['spdy_proxy_auth_value != ""', {
+ 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'],
+ }],
['enable_mdns==1', {
'defines': ['ENABLE_MDNS=1'],
}]
« no previous file with comments | « no previous file | chrome/android/testshell/chrome_data_reduction_proxy_testshell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698