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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/example.dsc

Issue 23075013: [NaCl SDK] Enable select/poll on TTY nodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_test/example.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/example.dsc b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
index 3c1226e7a85a80a0b816400ae8fcf1b392eed09d..7ef3cc3a5557fde4f970775e83c241ed322caa12 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/example.dsc
+++ b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
@@ -17,6 +17,7 @@
'kernel_wrap_test.cc',
'main.cc',
'mock_util.h',
+ 'mount_dev_mock.h',
'mount_html5fs_test.cc',
'mount_http_test.cc',
'mount_mock.cc',
@@ -24,11 +25,12 @@
'mount_node_mock.cc',
'mount_node_mock.h',
'mount_node_test.cc',
+ 'mount_node_tty_test.cc',
'mount_test.cc',
'path_test.cc',
'pepper_interface_mock.cc',
'pepper_interface_mock.h',
- 'socket_test.cc',
+ 'socket_test.cc'
],
'DEPS': ['ppapi_simple', 'nacl_io'],
# Order matters here: gtest has a "main" function that will be used if

Powered by Google App Engine
This is Rietveld 408576698