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

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

Issue 11280256: [NaCl SDK] Add arm gcc toolchain support to the SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_handle.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 # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet. 2 # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
3 'TOOLS': ['newlib', 'glibc', 'win'], 3 'TOOLS': ['newlib:x86', 'newlib:x64', 'glibc', 'win'],
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_mounts_test', 9 'NAME' : 'nacl_mounts_test',
10 'TYPE' : 'main', 10 'TYPE' : 'main',
11 'SOURCES' : [ 11 'SOURCES' : [
12 'kernel_object_test.cc', 12 'kernel_object_test.cc',
13 'kernel_proxy_mock.h', 13 'kernel_proxy_mock.h',
14 'kernel_proxy_test.cc', 14 'kernel_proxy_test.cc',
15 'kernel_wrap_test.cc', 15 'kernel_wrap_test.cc',
16 'module.cc', 16 'module.cc',
17 'mount_node_test.cc', 17 'mount_node_test.cc',
18 'mount_test.cc', 18 'mount_test.cc',
19 'path_test.cc', 19 'path_test.cc',
20 ], 20 ],
21 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi'] 21 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
22 } 22 }
23 ], 23 ],
24 'DATA': [ 24 'DATA': [
25 'example.js' 25 'example.js'
26 ], 26 ],
27 'DEST': 'tests', 27 'DEST': 'tests',
28 'NAME': 'nacl_mounts_test', 28 'NAME': 'nacl_mounts_test',
29 'TITLE': 'NaCl Mounts test', 29 'TITLE': 'NaCl Mounts test',
30 } 30 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698