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

Unified Diff: mojo/mojo_edk.gyp

Issue 1504733002: Implementation of WaitSet for new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-waitset-implementation
Patch Set: Add gyp rules. Created 5 years 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/edk/system/wait_set_dispatcher_unittest.cc ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk.gyp
diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
index a8cbc8273915a148c8b6028e63670e518a8eff4e..5d265a68a59900370e0309076c3394f9bb9ac1e0 100644
--- a/mojo/mojo_edk.gyp
+++ b/mojo/mojo_edk.gyp
@@ -113,6 +113,8 @@
'edk/system/simple_dispatcher.h',
'edk/system/transport_data.cc',
'edk/system/transport_data.h',
+ 'edk/system/wait_set_dispatcher.cc',
+ 'edk/system/wait_set_dispatcher.h',
'edk/system/waiter.cc',
'edk/system/waiter.h',
# Test-only code:
« no previous file with comments | « mojo/edk/system/wait_set_dispatcher_unittest.cc ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698