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

Unified Diff: content/child/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: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 5b96782e998144ad194d9936a758fae7f70eb046..19a0d9a328545e415c551b3bc64338a5f3d61b68 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -223,6 +223,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