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

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 19271009: [NaCl SDK} Add EventListener and EventEmitter to support epoll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge Created 7 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
Index: native_client_sdk/src/libraries/nacl_io/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
index a4e85ecde15b44a26202259425097815818f10ee..217a93da2412d9ef893d8c01ad511a3c72f005a0 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -9,6 +9,8 @@
'NAME' : 'nacl_io',
'TYPE' : 'lib',
'SOURCES' : [
+ "event_emitter.cc",
+ "event_listener.cc",
"kernel_handle.cc",
"kernel_intercept.cc",
"kernel_object.cc",
@@ -37,6 +39,8 @@
'HEADERS': [
{
'FILES': [
+ "event_emitter.h",
+ "event_listener.h",
"error.h",
"inode_pool.h",
"ioctl.h",
@@ -63,6 +67,7 @@
"osinttypes.h",
"osmman.h",
"osstat.h",
+ "ostime.h",
"ostypes.h",
"osunistd.h",
"osutime.h",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc ('k') | native_client_sdk/src/libraries/nacl_io/osstat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698