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

Side by Side Diff: native_client_sdk/src/tests/nacl_io_test/example.dsc

Issue 23498015: [NaCl SDK] Support non blocking TCP/UDP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 4
5 'TARGETS': [ 5 'TARGETS': [
6 { 6 {
7 'NAME' : 'nacl_io_test', 7 'NAME' : 'nacl_io_test',
8 'TYPE' : 'main', 8 'TYPE' : 'main',
9 'SOURCES' : [ 9 'SOURCES' : [
10 'event_test.cc', 10 'event_test.cc',
11 'fake_core_interface.cc', 11 'fake_core_interface.cc',
12 'fake_core_interface.h', 12 'fake_core_interface.h',
13 'fake_pepper_interface_html5fs.cc', 13 'fake_pepper_interface_html5fs.cc',
14 'fake_pepper_interface_html5fs.h', 14 'fake_pepper_interface_html5fs.h',
15 'fake_resource_manager.cc', 15 'fake_resource_manager.cc',
16 'fake_resource_manager.h', 16 'fake_resource_manager.h',
17 'fake_var_interface.cc', 17 'fake_var_interface.cc',
18 'fake_var_interface.h', 18 'fake_var_interface.h',
19 'fifo_test.cc',
19 'kernel_object_test.cc', 20 'kernel_object_test.cc',
20 'kernel_proxy_mock.cc', 21 'kernel_proxy_mock.cc',
21 'kernel_proxy_mock.h', 22 'kernel_proxy_mock.h',
22 'kernel_proxy_test.cc', 23 'kernel_proxy_test.cc',
23 'kernel_wrap_test.cc', 24 'kernel_wrap_test.cc',
24 'main.cc', 25 'main.cc',
25 'mock_util.h', 26 'mock_util.h',
26 'mount_dev_mock.h', 27 'mount_dev_mock.h',
27 'mount_html5fs_test.cc', 28 'mount_html5fs_test.cc',
28 'mount_http_test.cc', 29 'mount_http_test.cc',
(...skipping 19 matching lines...) Expand all
48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], 49 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
49 } 50 }
50 ], 51 ],
51 'DATA': [ 52 'DATA': [
52 'example.js' 53 'example.js'
53 ], 54 ],
54 'DEST': 'tests', 55 'DEST': 'tests',
55 'NAME': 'nacl_io_test', 56 'NAME': 'nacl_io_test',
56 'TITLE': 'NaCl IO test', 57 'TITLE': 'NaCl IO test',
57 } 58 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/event_test.cc ('k') | native_client_sdk/src/tests/nacl_io_test/fifo_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698