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

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

Issue 2455973003: [NaCl SDK] Refactor FakeFileSystemInterface. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_file_system_interface.h » ('j') | 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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
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 'dev_fs_for_testing.h', 10 'dev_fs_for_testing.h',
11 'event_test.cc', 11 'event_test.cc',
12 'fake_ppapi/fake_core_interface.cc', 12 'fake_ppapi/fake_core_interface.cc',
13 'fake_ppapi/fake_core_interface.h', 13 'fake_ppapi/fake_core_interface.h',
14 'fake_ppapi/fake_file_io_interface.cc', 14 'fake_ppapi/fake_file_io_interface.cc',
15 'fake_ppapi/fake_file_io_interface.h', 15 'fake_ppapi/fake_file_io_interface.h',
16 'fake_ppapi/fake_file_ref_interface.cc', 16 'fake_ppapi/fake_file_ref_interface.cc',
17 'fake_ppapi/fake_file_ref_interface.h', 17 'fake_ppapi/fake_file_ref_interface.h',
18 'fake_ppapi/fake_file_system_interface.cc',
19 'fake_ppapi/fake_file_system_interface.h',
18 'fake_ppapi/fake_host_resolver_interface.cc', 20 'fake_ppapi/fake_host_resolver_interface.cc',
19 'fake_ppapi/fake_host_resolver_interface.h', 21 'fake_ppapi/fake_host_resolver_interface.h',
20 'fake_ppapi/fake_messaging_interface.cc', 22 'fake_ppapi/fake_messaging_interface.cc',
21 'fake_ppapi/fake_messaging_interface.h', 23 'fake_ppapi/fake_messaging_interface.h',
22 'fake_ppapi/fake_net_address_interface.cc', 24 'fake_ppapi/fake_net_address_interface.cc',
23 'fake_ppapi/fake_net_address_interface.h', 25 'fake_ppapi/fake_net_address_interface.h',
24 'fake_ppapi/fake_pepper_interface.cc', 26 'fake_ppapi/fake_pepper_interface.cc',
25 'fake_ppapi/fake_pepper_interface.h', 27 'fake_ppapi/fake_pepper_interface.h',
26 'fake_ppapi/fake_pepper_interface_html5_fs.cc', 28 'fake_ppapi/fake_pepper_interface_html5_fs.cc',
27 'fake_ppapi/fake_pepper_interface_html5_fs.h', 29 'fake_ppapi/fake_pepper_interface_html5_fs.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 } 86 }
85 ], 87 ],
86 'DATA': [ 88 'DATA': [
87 'example.js' 89 'example.js'
88 ], 90 ],
89 91
90 'DEST': 'tests', 92 'DEST': 'tests',
91 'NAME': 'nacl_io_test', 93 'NAME': 'nacl_io_test',
92 'TITLE': 'NaCl IO test', 94 'TITLE': 'NaCl IO test',
93 } 95 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_file_system_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698