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

Unified Diff: content/test/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 | « content/renderer/render_thread_impl.cc ('k') | ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4c72abf3a8506004ac27287b5b565035ea5e1a42..d39cc9cccadc2184acfc31320cc890cceb27cb42 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -719,7 +719,7 @@ test("content_browsertests") {
"//gin",
"//gpu",
"//gpu/ipc/host",
- "//ipc:mojom",
+ "//ipc",
"//ipc:test_support",
"//media",
"//media:test_support",
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698