| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'
], | 2 'TOOLS': ['bionic', 'clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], |
| 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 'dev_fs_for_testing.h', | 10 'dev_fs_for_testing.h', |
| 11 'event_test.cc', | 11 'event_test.cc', |
| 12 'fake_ppapi/fake_core_interface.cc', | 12 'fake_ppapi/fake_core_interface.cc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'CXXFLAGS': ['-Wno-sign-compare'], | 69 'CXXFLAGS': ['-Wno-sign-compare'], |
| 70 } | 70 } |
| 71 ], | 71 ], |
| 72 'DATA': [ | 72 'DATA': [ |
| 73 'example.js' | 73 'example.js' |
| 74 ], | 74 ], |
| 75 'DEST': 'tests', | 75 'DEST': 'tests', |
| 76 'NAME': 'nacl_io_test', | 76 'NAME': 'nacl_io_test', |
| 77 'TITLE': 'NaCl IO test', | 77 'TITLE': 'NaCl IO test', |
| 78 } | 78 } |
| OLD | NEW |