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

Unified Diff: content/child/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Address review issues. 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: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 93caaaae3e416a79dd31357805e522853ed2b2ec..d9b2655523201644335d4597f3b903b44ca2b2dd 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -221,6 +221,7 @@ target(link_target_type, "child") {
deps = [
"//base",
"//components/discardable_memory/client",
+ "//components/discardable_memory/public/interfaces",
"//components/mime_util",
"//components/tracing",
"//components/tracing:startup_tracing",

Powered by Google App Engine
This is Rietveld 408576698