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

Unified Diff: content/common/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/child/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 2e169434f352e34f1b9980043bbd173c00bd282d..7a76a91dd5d82b2ac9c947f5aca7f1fb8bf39e82 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",
@@ -620,6 +619,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"
« no previous file with comments | « content/child/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698