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

Unified Diff: ipc/BUILD.gn

Issue 2137353002: Adds associated interface support to IPC::Channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel-bindings-1
Patch Set: . Created 4 years, 5 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 | « no previous file | ipc/ipc.gyp » ('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 34cab687770f70256f4f100a1dad636542e491ff..8dba71da667800c90c63c64e67214ec1a0bee1fb 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -167,6 +167,13 @@ mojom("mojom") {
]
}
+mojom("test_interfaces") {
+ testonly = true
+ sources = [
+ "ipc_test.mojom",
+ ]
+}
+
# This is provided as a separate target so other targets can provide param
# traits implementations without necessarily linking to all of IPC.
source_set("param_traits") {
@@ -235,6 +242,7 @@ if (!is_ios) {
":ipc",
":mojom",
":run_all_unittests",
+ ":test_interfaces",
":test_support",
"//base",
"//base:i18n",
« no previous file with comments | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698