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

Unified Diff: components/data_reduction_proxy/content/DEPS

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thestig comment and test fix Created 5 years, 10 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 | « components/data_reduction_proxy/DEPS ('k') | components/data_reduction_proxy/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/content/DEPS
diff --git a/components/precache/content/DEPS b/components/data_reduction_proxy/content/DEPS
similarity index 78%
copy from components/precache/content/DEPS
copy to components/data_reduction_proxy/content/DEPS
index 8a2bc75e7419dc7f0e1af83ab6a2c16f3fc5115f..774faa6d5a0152a5bfa18f1b0442f5570201a34f 100644
--- a/components/precache/content/DEPS
+++ b/components/data_reduction_proxy/content/DEPS
@@ -1,8 +1,10 @@
include_rules = [
+ "+components/data_reduction_proxy/core/browser",
"+components/data_reduction_proxy/core/common",
"+components/keyed_service",
"+components/user_prefs",
"+content/public/browser",
+ "+content/public/common",
"+net/base",
]
@@ -12,4 +14,4 @@ specific_include_rules = {
"+net/http",
"+net/url_request",
],
-}
+}
« no previous file with comments | « components/data_reduction_proxy/DEPS ('k') | components/data_reduction_proxy/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698