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

Unified Diff: mojo/mojo.gyp

Issue 66193007: Implementation of MessagePump for Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and cleanup 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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 72e6477a521f07a7457cd8365cf9bcd4e12551e2..fc8d8c0ba61091ec9129007b35c79b2aa50360f9 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -57,6 +57,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',
],
@@ -74,6 +77,7 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_message_loop_tests',
'../base/base.gyp:run_all_unittests',
'../testing/gtest.gyp:gtest',
'mojo_common_lib',
@@ -81,6 +85,7 @@
],
'sources': [
'common/handle_watcher_unittest.cc',
+ 'common/message_pump_mojo_unittest.cc',
'common/test/run_all_unittests.cc',
],
'conditions': [
« mojo/common/message_pump_mojo_handler.h ('K') | « 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