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

Unified Diff: content/common/BUILD.gn

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: . 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 87e95eeacac2c224d8ca56d9d1149a67d4d94fc6..1626ad6686551badd3c60296ea793cb01193e5a3 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -372,7 +372,6 @@ source_set("common") {
"//gpu/ipc/common",
"//gpu/skia_bindings",
"//ipc",
- "//ipc:mojom",
"//media",
"//media:shared_memory_support",
"//media/base/ipc",
@@ -621,6 +620,9 @@ mojom("mojo_bindings") {
"//url/mojo:url_mojom_origin",
]
+ overridden_deps = [ "//ipc:mojom" ]
+ component_deps = [ "//ipc" ]
+
export_class_attribute = "CONTENT_EXPORT"
export_define = "CONTENT_IMPLEMENTATION=1"
export_header = "content/common/content_export.h"

Powered by Google App Engine
This is Rietveld 408576698