| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl'], |
| 3 'SEL_LDR': True, | 3 'SEL_LDR': True, |
| 4 | 4 |
| 5 # Need to add ../../examples for common.js | |
| 6 'SEARCH': ['.', '../../examples'], | |
| 7 'TARGETS': [ | 5 'TARGETS': [ |
| 8 { | 6 { |
| 9 'NAME' : 'nacl_io_test', | 7 'NAME' : 'nacl_io_test', |
| 10 'TYPE' : 'main', | 8 'TYPE' : 'main', |
| 11 'SOURCES' : [ | 9 'SOURCES' : [ |
| 12 'event_test.cc', | 10 'event_test.cc', |
| 13 'fake_core_interface.cc', | 11 'fake_core_interface.cc', |
| 14 'fake_core_interface.h', | 12 'fake_core_interface.h', |
| 15 'fake_pepper_interface_html5fs.cc', | 13 'fake_pepper_interface_html5fs.cc', |
| 16 'fake_pepper_interface_html5fs.h', | 14 'fake_pepper_interface_html5fs.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], | 48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], |
| 51 } | 49 } |
| 52 ], | 50 ], |
| 53 'DATA': [ | 51 'DATA': [ |
| 54 'example.js' | 52 'example.js' |
| 55 ], | 53 ], |
| 56 'DEST': 'tests', | 54 'DEST': 'tests', |
| 57 'NAME': 'nacl_io_test', | 55 'NAME': 'nacl_io_test', |
| 58 'TITLE': 'NaCl IO test', | 56 'TITLE': 'NaCl IO test', |
| 59 } | 57 } |
| OLD | NEW |