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

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
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 dbc2bb24d8c06a1203146976b9c7913d24efaa16..8c76c8a6d77da83bf1244a9e5704b304e86725f4 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",

Powered by Google App Engine
This is Rietveld 408576698