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

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: Addressed Anand's comments Created 4 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
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..5a773631f0b6a48d86c0bda6226d46f6cec4ec36 100644
--- a/components/web_cache/renderer/BUILD.gn
+++ b/components/web_cache/renderer/BUILD.gn
@@ -10,7 +10,7 @@ source_set("renderer") {
deps = [
"//base",
- "//components/web_cache/common",
+ "//components/web_cache/public/interfaces",
"//content/public/renderer",
"//third_party/WebKit/public:blink",
]

Powered by Google App Engine
This is Rietveld 408576698