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

Unified Diff: components/discardable_memory/client/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/client/BUILD.gn
diff --git a/components/discardable_memory/client/BUILD.gn b/components/discardable_memory/client/BUILD.gn
index 583a8ee11b8632f0f7c5b11ac227211e2f0f8505..8cf73572b805bb9522199b9519518d6577ab88e5 100644
--- a/components/discardable_memory/client/BUILD.gn
+++ b/components/discardable_memory/client/BUILD.gn
@@ -17,5 +17,6 @@ component("client") {
deps = [
"//base",
"//components/discardable_memory/common",
+ "//components/discardable_memory/public/interfaces",
]
}
« no previous file with comments | « components/discardable_memory/DEPS ('k') | components/discardable_memory/client/client_discardable_shared_memory_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698