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

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

Issue 19271009: [NaCl SDK} Add EventListener and EventEmitter to support epoll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge Created 7 years, 5 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/event_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 4
5 # Need to add ../../examples for common.js 5 # Need to add ../../examples for common.js
6 'SEARCH': ['.', '../../examples'], 6 'SEARCH': ['.', '../../examples'],
7 'TARGETS': [ 7 'TARGETS': [
8 { 8 {
9 'NAME' : 'nacl_io_test', 9 'NAME' : 'nacl_io_test',
10 'TYPE' : 'main', 10 'TYPE' : 'main',
11 'SOURCES' : [ 11 'SOURCES' : [
12 'event_test.cc',
12 'kernel_object_test.cc', 13 'kernel_object_test.cc',
13 'kernel_proxy_mock.cc', 14 'kernel_proxy_mock.cc',
14 'kernel_proxy_mock.h', 15 'kernel_proxy_mock.h',
15 'kernel_proxy_test.cc', 16 'kernel_proxy_test.cc',
16 'kernel_wrap_test.cc', 17 'kernel_wrap_test.cc',
17 'main.cc', 18 'main.cc',
18 'mock_util.h', 19 'mock_util.h',
19 'mount_html5fs_test.cc', 20 'mount_html5fs_test.cc',
20 'mount_http_test.cc', 21 'mount_http_test.cc',
21 'mount_mock.cc', 22 'mount_mock.cc',
(...skipping 15 matching lines...) Expand all
37 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], 38 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
38 } 39 }
39 ], 40 ],
40 'DATA': [ 41 'DATA': [
41 'example.js' 42 'example.js'
42 ], 43 ],
43 'DEST': 'tests', 44 'DEST': 'tests',
44 'NAME': 'nacl_io_test', 45 'NAME': 'nacl_io_test',
45 'TITLE': 'NaCl IO test', 46 'TITLE': 'NaCl IO test',
46 } 47 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/event_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698