Chromium Code Reviews| 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..189d800709ecb52990d4c0399237cf6c6bda1583 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/library.dsc |
| +++ b/native_client_sdk/src/libraries/nacl_io/library.dsc |
| @@ -8,11 +8,13 @@ |
| ], |
| 'TARGETS': [ |
| { |
| + 'DEFINES': ['NACL_IO_LOGGING=0'], |
| 'NAME' : 'nacl_io', |
| 'TYPE' : 'lib', |
| 'SOURCES' : [ |
| "devfs/dev_fs.cc", |
| "devfs/jspipe_node.cc", |
| + "devfs/jspipe_event_emitter.cc", |
|
binji
2014/05/01 20:22:31
alphabetize
Sam Clegg
2014/05/01 22:16:55
Done.
|
| "devfs/tty_event_emitter.cc", |
| "devfs/tty_node.cc", |
| "dir_node.cc", |
| @@ -163,6 +165,7 @@ |
| "char_node.h", |
| "devfs/dev_fs.h", |
| "devfs/jspipe_node.h", |
| + "devfs/jspipe_event_emitter.h", |
| "devfs/tty_event_emitter.h", |
| "devfs/tty_node.h", |
| "dir_node.h", |