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

Unified Diff: content/ppapi_plugin/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Fix build bots. 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/ppapi_plugin/BUILD.gn
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn
index d60abd7729b8dd50aa2a5e08a63e0aeb6397c000..71c59f26f8b1fe3e5db9b3f8958719df86d7d4d1 100644
--- a/content/ppapi_plugin/BUILD.gn
+++ b/content/ppapi_plugin/BUILD.gn
@@ -23,6 +23,7 @@ source_set("ppapi_plugin_sources") {
"//content", # For the component build.
"//content/app:*",
"//gin",
+ "//services/service_manager/public/cpp",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698