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

Unified Diff: content/app/BUILD.gn

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 months 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
« no previous file with comments | « components/nacl/common/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index cdd9410bd2048e4ce3642d077cb17343f4a16dec..21d91f9bdde026a0a63cb57f818008043ca15e65 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -126,7 +126,10 @@ template("implement_content_app") {
}
configs += extra_configs
- deps = content_app_deps + [ ":$runner_target_name" ]
+ deps = content_app_deps + [
+ ":$runner_target_name",
+ "//ipc",
+ ]
forward_variables_from(invoker,
[
"defines",
« no previous file with comments | « components/nacl/common/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698