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

Unified Diff: components/web_cache/browser/BUILD.gn

Issue 1706603004: Replace web_cache_messages.h with Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 9 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: components/web_cache/browser/BUILD.gn
diff --git a/components/web_cache/browser/BUILD.gn b/components/web_cache/browser/BUILD.gn
index 0afff18cafbf4a3910dd70d9a3ca65f8455f1bc0..e304cdb1c2cde9fba89f44f1fcadb4fdb1fdea32 100644
--- a/components/web_cache/browser/BUILD.gn
+++ b/components/web_cache/browser/BUILD.gn
@@ -13,8 +13,9 @@ source_set("browser") {
deps = [
"//base",
"//components/prefs",
- "//components/web_cache/common",
+ "//components/web_cache/public/interfaces",
"//content/public/browser",
+ "//content/public/common",
Sam McNally 2016/03/10 22:59:34 Should there be a corresponding addition to the gy
leonhsl(Using Gerrit) 2016/03/11 02:56:24 In components/web_cache.gypi, 'web_cache_browser'
"//third_party/WebKit/public:blink_headers",
]
}

Powered by Google App Engine
This is Rietveld 408576698