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

Unified Diff: components/discardable_memory/service/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Fix bot issues 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
Index: components/discardable_memory/service/BUILD.gn
diff --git a/components/discardable_memory/service/BUILD.gn b/components/discardable_memory/service/BUILD.gn
index 4061d7208dfa794332e57ecbe33b5f86b7f527cf..6ac608b78df8e014a6246de9ee687638ba63bf35 100644
--- a/components/discardable_memory/service/BUILD.gn
+++ b/components/discardable_memory/service/BUILD.gn
@@ -17,6 +17,7 @@ component("service") {
deps = [
"//base",
"//components/discardable_memory/common",
+ "//components/discardable_memory/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698