OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'], |
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 'event_test.cc', | 10 'event_test.cc', |
11 'fake_core_interface.cc', | 11 'fake_core_interface.cc', |
12 'fake_core_interface.h', | 12 'fake_core_interface.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], | 48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], |
49 } | 49 } |
50 ], | 50 ], |
51 'DATA': [ | 51 'DATA': [ |
52 'example.js' | 52 'example.js' |
53 ], | 53 ], |
54 'DEST': 'tests', | 54 'DEST': 'tests', |
55 'NAME': 'nacl_io_test', | 55 'NAME': 'nacl_io_test', |
56 'TITLE': 'NaCl IO test', | 56 'TITLE': 'NaCl IO test', |
57 } | 57 } |
OLD | NEW |