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

Unified Diff: chrome/chrome_android.gypi

Issue 14994003: Remove round trip from data reduction proxy authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added data reduction proxy initialization logic 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
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 1d4de15ed7691fec32de390668550222e769c113..7e1169e5964e7245b2ae30a9242507675d58c286 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -24,6 +24,8 @@
# JNI_OnLoad is exported.
'app/android/chrome_jni_onload.cc',
+ 'android/testshell/chrome_data_reduction_proxy_testshell_android.cc',
+ 'android/testshell/chrome_data_reduction_proxy_testshell_android.h',
'android/testshell/chrome_main_delegate_testshell_android.cc',
'android/testshell/chrome_main_delegate_testshell_android.h',
"android/testshell/testshell_google_location_settings_helper.cc",
@@ -112,6 +114,8 @@
'sources': [
'app/android/chrome_android_initializer.cc',
'app/android/chrome_android_initializer.h',
+ 'app/android/chrome_data_reduction_proxy_android.cc',
+ 'app/android/chrome_data_reduction_proxy_android.h',
'app/android/chrome_main_delegate_android.cc',
'app/android/chrome_main_delegate_android.h',
'app/chrome_main_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698