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

Unified Diff: chrome/chrome_browser.gypi

Issue 1424003006: DataReductionProxyNavigationThrottle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge-session-throttle
Patch Set: Created 5 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b7a5fad64306a34236c747f9d5d4e6a96745db96..c5bf13fb7c16f1808861ac2296c4a17a7939b451 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2452,8 +2452,12 @@
# "Safe Browsing Basic" files used for safe browsing in full mode
# (safe_browsing=1) and mobile (=2)
'chrome_browser_safe_browsing_basic_sources': [
+ 'browser/renderer_host/data_reduction_proxy_navigation_throttle_android.cc',
+ 'browser/renderer_host/data_reduction_proxy_navigation_throttle_android.cc',
'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc',
'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h',
+ 'browser/renderer_host/data_reduction_proxy_throttling_utils_android.cc',
+ 'browser/renderer_host/data_reduction_proxy_throttling_utils_android.h',
'browser/safe_browsing/hit_report.cc',
'browser/safe_browsing/hit_report.h',
'browser/safe_browsing/ping_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698