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

Unified Diff: components/web_cache/renderer/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/renderer/BUILD.gn
diff --git a/components/web_cache/renderer/BUILD.gn b/components/web_cache/renderer/BUILD.gn
index a9e896831367749d2f6993fbdefa7467b51ec4da..c803783f0ca8087ff080ad78e6cee41a034e27b7 100644
--- a/components/web_cache/renderer/BUILD.gn
+++ b/components/web_cache/renderer/BUILD.gn
@@ -10,7 +10,8 @@ source_set("renderer") {
deps = [
"//base",
- "//components/web_cache/common",
+ "//components/web_cache/public/interfaces",
+ "//content/public/common",
Sam McNally 2016/03/10 22:59:34 Same with this.
leonhsl(Using Gerrit) 2016/03/11 02:56:24 The same reason with components/web_cache/browser/
"//content/public/renderer",
"//third_party/WebKit/public:blink",
]

Powered by Google App Engine
This is Rietveld 408576698