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

Unified Diff: components/precache/content/BUILD.gn

Issue 2544613003: Disable precache if data_reduction_proxy enabled. (Closed)
Patch Set: Rebase. Created 4 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
« no previous file with comments | « chrome/browser/precache/precache_manager_factory.cc ('k') | components/precache/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/BUILD.gn
diff --git a/components/precache/content/BUILD.gn b/components/precache/content/BUILD.gn
index 53f9b519e360293ce4d8b7ffc48b852d34f9d1bf..54eed60b80f553d74786e48da34b054425db95fa 100644
--- a/components/precache/content/BUILD.gn
+++ b/components/precache/content/BUILD.gn
@@ -12,6 +12,7 @@ static_library("content") {
deps = [
"//base",
+ "//components/data_reduction_proxy/core/browser",
"//components/history/core/browser",
"//components/keyed_service/core",
"//components/precache/core",
« no previous file with comments | « chrome/browser/precache/precache_manager_factory.cc ('k') | components/precache/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698