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

Unified Diff: ipc/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/test/BUILD.gn ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 07b878ae3f4748b27843bb8689e5a80a50afad6c..16959fbaecb175d4ee670ca3923bbd50265354b3 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -98,12 +98,12 @@ component("ipc") {
defines = [ "IPC_IMPLEMENTATION" ]
public_deps = [
+ ":mojom",
":param_traits",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
]
deps = [
- ":mojom",
"//base",
]
@@ -122,6 +122,9 @@ mojom("mojom") {
sources = [
"ipc.mojom",
]
+ export_class_attribute = "IPC_EXPORT"
+ export_define = "IPC_IMPLEMENTATION"
+ export_header = "ipc/ipc_export.h"
}
mojom("test_interfaces") {
@@ -180,7 +183,6 @@ if (!is_ios) {
deps = [
":ipc",
- ":mojom",
":run_all_unittests",
":test_interfaces",
":test_support",
« no previous file with comments | « content/test/BUILD.gn ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698