OLD | NEW |
---|---|
(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 } | |
OLD | NEW |