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

Unified Diff: content/child/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Rebase 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 69cfd85741c98318209899b45611151dd6bf1a6f..7ca22b6dbd18ea4c71dced02ab0c96bc8a1fa03c 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -220,6 +220,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