Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], | 2 'TOOLS': ['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', |
| 13 'fake_ppapi/fake_core_interface.h', | 13 'fake_ppapi/fake_core_interface.h', |
| 14 'fake_ppapi/fake_file_io_interface.cc', | 14 'fake_ppapi/fake_file_io_interface.cc', |
| 15 'fake_ppapi/fake_file_io_interface.h', | 15 'fake_ppapi/fake_file_io_interface.h', |
| 16 'fake_ppapi/fake_file_ref_interface.cc', | 16 'fake_ppapi/fake_file_ref_interface.cc', |
| 17 'fake_ppapi/fake_file_ref_interface.h', | 17 'fake_ppapi/fake_file_ref_interface.h', |
| 18 'fake_ppapi/fake_file_system_interface.cc', | 18 'fake_ppapi/fake_file_system_interface.cc', |
| 19 'fake_ppapi/fake_file_system_interface.h', | 19 'fake_ppapi/fake_file_system_interface.h', |
| 20 'fake_ppapi/fake_filesystem.cc', | 20 'fake_ppapi/fake_filesystem.cc', |
| 21 'fake_ppapi/fake_filesystem.h', | 21 'fake_ppapi/fake_filesystem.h', |
| 22 'fake_ppapi/fake_pepper_interface_googledrivefs.cc', | |
| 23 'fake_ppapi/fake_pepper_interface_googledrivefs.h', | |
|
chanpatorikku
2016/12/02 13:23:33
My apology. That's weird that I was thinking fake
binji
2016/12/02 22:30:38
Yes, please keep it alphabetical.
chanpatorikku
2016/12/05 15:05:44
Done.
| |
| 22 'fake_ppapi/fake_host_resolver_interface.cc', | 24 'fake_ppapi/fake_host_resolver_interface.cc', |
| 23 'fake_ppapi/fake_host_resolver_interface.h', | 25 'fake_ppapi/fake_host_resolver_interface.h', |
| 24 'fake_ppapi/fake_messaging_interface.cc', | 26 'fake_ppapi/fake_messaging_interface.cc', |
| 25 'fake_ppapi/fake_messaging_interface.h', | 27 'fake_ppapi/fake_messaging_interface.h', |
| 26 'fake_ppapi/fake_net_address_interface.cc', | 28 'fake_ppapi/fake_net_address_interface.cc', |
| 27 'fake_ppapi/fake_net_address_interface.h', | 29 'fake_ppapi/fake_net_address_interface.h', |
| 28 'fake_ppapi/fake_node.cc', | 30 'fake_ppapi/fake_node.cc', |
| 29 'fake_ppapi/fake_node.h', | 31 'fake_ppapi/fake_node.h', |
| 30 'fake_ppapi/fake_pepper_interface.cc', | 32 'fake_ppapi/fake_pepper_interface.cc', |
| 31 'fake_ppapi/fake_pepper_interface.h', | 33 'fake_ppapi/fake_pepper_interface.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 90 } | 92 } |
| 91 ], | 93 ], |
| 92 'DATA': [ | 94 'DATA': [ |
| 93 'example.js' | 95 'example.js' |
| 94 ], | 96 ], |
| 95 | 97 |
| 96 'DEST': 'tests', | 98 'DEST': 'tests', |
| 97 'NAME': 'nacl_io_test', | 99 'NAME': 'nacl_io_test', |
| 98 'TITLE': 'NaCl IO test', | 100 'TITLE': 'NaCl IO test', |
| 99 } | 101 } |
| OLD | NEW |