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

Unified Diff: mojo/mojo.gyp

Issue 140403002: Mojo: Add the ability to hook up a channel to the embedder API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 6 years, 11 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 | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/public/system/core_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 2f7d73a86051578b71fc99e704ed89f5f6a0e706..2643d10e2e91050e3c5f51634bef11538c80d44f 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -158,6 +158,7 @@
'system/core_test_base.h',
'system/data_pipe_unittest.cc',
'system/dispatcher_unittest.cc',
+ 'system/embedder_unittest.cc',
'system/local_data_pipe_unittest.cc',
'system/message_pipe_dispatcher_unittest.cc',
'system/message_pipe_unittest.cc',
@@ -165,6 +166,8 @@
'system/raw_channel_posix_unittest.cc',
'system/remote_message_pipe_posix_unittest.cc',
'system/simple_dispatcher_unittest.cc',
+ 'system/test_embedder.cc',
+ 'system/test_embedder.h',
'system/test_utils.cc',
'system/test_utils.h',
'system/waiter_list_unittest.cc',
« no previous file with comments | « mojo/common/test/multiprocess_test_base_unittest.cc ('k') | mojo/public/system/core_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698