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

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

Issue 2538163003: [NaCl SDK] Implement FakePepperInterfaceGoogleDriveFs (Closed)
Patch Set: Created 4 years 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_pepper_interface_googledrivefs.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',
(...skipping 11 matching lines...) Expand all
22 'fake_ppapi/fake_host_resolver_interface.cc', 22 'fake_ppapi/fake_host_resolver_interface.cc',
23 'fake_ppapi/fake_host_resolver_interface.h', 23 'fake_ppapi/fake_host_resolver_interface.h',
24 'fake_ppapi/fake_messaging_interface.cc', 24 'fake_ppapi/fake_messaging_interface.cc',
25 'fake_ppapi/fake_messaging_interface.h', 25 'fake_ppapi/fake_messaging_interface.h',
26 'fake_ppapi/fake_net_address_interface.cc', 26 'fake_ppapi/fake_net_address_interface.cc',
27 'fake_ppapi/fake_net_address_interface.h', 27 'fake_ppapi/fake_net_address_interface.h',
28 'fake_ppapi/fake_node.cc', 28 'fake_ppapi/fake_node.cc',
29 'fake_ppapi/fake_node.h', 29 'fake_ppapi/fake_node.h',
30 'fake_ppapi/fake_pepper_interface.cc', 30 'fake_ppapi/fake_pepper_interface.cc',
31 'fake_ppapi/fake_pepper_interface.h', 31 'fake_ppapi/fake_pepper_interface.h',
32 'fake_ppapi/fake_pepper_interface_googledrivefs.cc',
33 'fake_ppapi/fake_pepper_interface_googledrivefs.h',
32 'fake_ppapi/fake_pepper_interface_html5_fs.cc', 34 'fake_ppapi/fake_pepper_interface_html5_fs.cc',
33 'fake_ppapi/fake_pepper_interface_html5_fs.h', 35 'fake_ppapi/fake_pepper_interface_html5_fs.h',
34 'fake_ppapi/fake_pepper_interface_url_loader.cc', 36 'fake_ppapi/fake_pepper_interface_url_loader.cc',
35 'fake_ppapi/fake_pepper_interface_url_loader.h', 37 'fake_ppapi/fake_pepper_interface_url_loader.h',
36 'fake_ppapi/fake_resource_manager.cc', 38 'fake_ppapi/fake_resource_manager.cc',
37 'fake_ppapi/fake_resource_manager.h', 39 'fake_ppapi/fake_resource_manager.h',
38 'fake_ppapi/fake_util.cc', 40 'fake_ppapi/fake_util.cc',
39 'fake_ppapi/fake_util.h', 41 'fake_ppapi/fake_util.h',
40 'fake_ppapi/fake_var_array_buffer_interface.cc', 42 'fake_ppapi/fake_var_array_buffer_interface.cc',
41 'fake_ppapi/fake_var_array_buffer_interface.h', 43 'fake_ppapi/fake_var_array_buffer_interface.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 } 92 }
91 ], 93 ],
92 'DATA': [ 94 'DATA': [
93 'example.js' 95 'example.js'
94 ], 96 ],
95 97
96 'DEST': 'tests', 98 'DEST': 'tests',
97 'NAME': 'nacl_io_test', 99 'NAME': 'nacl_io_test',
98 'TITLE': 'NaCl IO test', 100 'TITLE': 'NaCl IO test',
99 } 101 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_googledrivefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698