| OLD | NEW |
| 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:x86', 'newlib:x64', '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.cc', | 13 'kernel_proxy_mock.cc', |
| 14 'kernel_proxy_mock.h', | 14 'kernel_proxy_mock.h', |
| 15 'kernel_proxy_test.cc', | 15 'kernel_proxy_test.cc', |
| 16 'kernel_wrap_test.cc', | 16 'kernel_wrap_test.cc', |
| 17 'module.cc', | 17 'module.cc', |
| 18 'mount_node_test.cc', | 18 'mount_node_test.cc', |
| 19 'mount_html5fs_test.cc', | 19 'mount_html5fs_test.cc', |
| 20 'mount_test.cc', | 20 'mount_test.cc', |
| 21 'path_test.cc', | 21 'path_test.cc', |
| 22 'pepper_interface_mock.cc', | 22 'pepper_interface_mock.cc', |
| 23 'pepper_interface_mock.h', | 23 'pepper_interface_mock.h', |
| 24 ], | 24 ], |
| 25 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp',
'gtest_ppapi'] | 25 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp',
'gtest_ppapi'] |
| 26 } | 26 } |
| 27 ], | 27 ], |
| 28 'DATA': [ | 28 'DATA': [ |
| 29 'Makefile', |
| 29 'example.js' | 30 'example.js' |
| 30 ], | 31 ], |
| 31 'DEST': 'tests', | 32 'DEST': 'tests', |
| 32 'NAME': 'nacl_mounts_test', | 33 'NAME': 'nacl_mounts_test', |
| 33 'TITLE': 'NaCl Mounts test', | 34 'TITLE': 'NaCl Mounts test', |
| 34 } | 35 } |
| OLD | NEW |