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

Unified Diff: mojo/mojo.gyp

Issue 66193007: Implementation of MessagePump for Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 7 years, 1 month 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/message_pump_mojo_unittest.cc ('k') | no next file » | 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 4f806cbf9b93e7736f42f348685b15f92a773867..c52d5495ea17663ee149791441edeb421987e04e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -69,6 +69,9 @@
'sources': [
'common/handle_watcher.cc',
'common/handle_watcher.h',
+ 'common/message_pump_mojo.cc',
+ 'common/message_pump_mojo.h',
+ 'common/message_pump_mojo_handler.h',
'common/scoped_message_pipe.cc',
'common/scoped_message_pipe.h',
],
@@ -86,6 +89,7 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_message_loop_tests',
'../testing/gtest.gyp:gtest',
'mojo_common_lib',
'mojo_run_all_unittests',
@@ -93,6 +97,7 @@
],
'sources': [
'common/handle_watcher_unittest.cc',
+ 'common/message_pump_mojo_unittest.cc',
],
'conditions': [
['OS == "win"', {
« no previous file with comments | « mojo/common/message_pump_mojo_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698