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

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

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Update Created 4 years, 1 month 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..4a75d95b05f35740f3ce5d34d72ec29d81c2bfe1 100644
--- a/components/discardable_memory/service/BUILD.gn
+++ b/components/discardable_memory/service/BUILD.gn
@@ -12,11 +12,14 @@ component("service") {
sources = [
"discardable_shared_memory_manager.cc",
"discardable_shared_memory_manager.h",
+ "discardable_shared_memory_manager_proxy.cc",
+ "discardable_shared_memory_manager_proxy.h",
]
deps = [
"//base",
"//components/discardable_memory/common",
+ "//components/discardable_memory/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698