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

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

Issue 10825189: [NaCl SDK] Get nacl_mounts_tests building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows fixes Created 8 years, 4 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'TARGETS': [
4 {
5 'NAME' : 'nacl_mounts_test',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'kernel_intercept_test.cc',
9 'kernel_object_test.cc',
10 'kernel_proxy_test.cc',
11 'mount_node_test.cc',
12 'mount_test.cc',
13 'path_test.cc',
14 'test.cc',
15 ],
16 'LIBS': ['ppapi', 'pthread', 'gtest', 'nacl_mounts']
17 }
18 ],
19 'DEST': 'testing',
20 'NAME': 'nacl_mounts_test',
21 'EXPERIMENTAL': True,
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698