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

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

Issue 242533005: [NaCl SDK] nacl_io: Add flow control the JavaScript pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « native_client_sdk/src/libraries/nacl_io/ioctl.h ('k') | native_client_sdk/src/libraries/nacl_io/log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5861e0232cc43e20fc5e3f4952d334bf62d171b1..4676004438eb01b45bb62287e201c0cdea64339e 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -8,10 +8,12 @@
],
'TARGETS': [
{
+ 'DEFINES': ['NACL_IO_LOGGING=0'],
'NAME' : 'nacl_io',
'TYPE' : 'lib',
'SOURCES' : [
"devfs/dev_fs.cc",
+ "devfs/jspipe_event_emitter.cc",
"devfs/jspipe_node.cc",
"devfs/tty_event_emitter.cc",
"devfs/tty_node.cc",
@@ -162,6 +164,7 @@
'FILES': [
"char_node.h",
"devfs/dev_fs.h",
+ "devfs/jspipe_event_emitter.h",
"devfs/jspipe_node.h",
"devfs/tty_event_emitter.h",
"devfs/tty_node.h",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/ioctl.h ('k') | native_client_sdk/src/libraries/nacl_io/log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698