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

Unified Diff: ipc/ipc.gyp

Issue 2137353002: Adds associated interface support to IPC::Channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel-bindings-1
Patch Set: rebase 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 | « ipc/BUILD.gn ('k') | ipc/ipc.mojom » ('j') | ipc/ipc_channel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 3226899d9969005e8fec3680cf85be57cf5c599f..8f14d7fc08d7f265980d471c6244c06cef16e934 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -61,6 +61,14 @@
],
},
{
+ 'target_name': 'ipc_test_interfaces',
+ 'type': 'static_library',
+ 'sources': [
+ 'ipc_test.mojom',
+ ],
+ 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
+ },
+ {
'target_name': 'ipc_run_all_unittests',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc.mojom » ('j') | ipc/ipc_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698