| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 # | 10 # |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'interactive_ui_tests', | 94 'interactive_ui_tests', |
| 95 'ipc_fuzzer', | 95 'ipc_fuzzer', |
| 96 'ipc_fuzzer_replay', | 96 'ipc_fuzzer_replay', |
| 97 'ipc_message_dump.so', | 97 'ipc_message_dump.so', |
| 98 'ipc_message_list', | 98 'ipc_message_list', |
| 99 'ipc_message_util', | 99 'ipc_message_util', |
| 100 'ipc_tests', | 100 'ipc_tests', |
| 101 'it2me_standalone_host_main', | 101 'it2me_standalone_host_main', |
| 102 'jingle_unittests', | 102 'jingle_unittests', |
| 103 'khronos_glcts_test', | 103 'khronos_glcts_test', |
| 104 'latency_unittests', |
| 104 'leveldb_service_unittests', | 105 'leveldb_service_unittests', |
| 105 'libaddressinput_unittests', | 106 'libaddressinput_unittests', |
| 106 'libapp_shell_framework.dylib', | 107 'libapp_shell_framework.dylib', |
| 107 'libcommand_buffer_gles2.dylib', | 108 'libcommand_buffer_gles2.dylib', |
| 108 'libmedia_library.dylib', | 109 'libmedia_library.dylib', |
| 109 'libphonenumber_unittests', | 110 'libphonenumber_unittests', |
| 110 'mac_installer_unittests', | 111 'mac_installer_unittests', |
| 111 'macviews_interactive_ui_tests', | 112 'macviews_interactive_ui_tests', |
| 112 'media_blink_unittests', | 113 'media_blink_unittests', |
| 113 'media_service_unittests', | 114 'media_service_unittests', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'gpu_unittests.exe', | 255 'gpu_unittests.exe', |
| 255 'image_operations_bench.exe', | 256 'image_operations_bench.exe', |
| 256 'input_device_unittests.exe', | 257 'input_device_unittests.exe', |
| 257 'interactive_ui_tests.exe', | 258 'interactive_ui_tests.exe', |
| 258 'ipc_perftests.exe', | 259 'ipc_perftests.exe', |
| 259 'ipc_tests.exe', | 260 'ipc_tests.exe', |
| 260 'it2me_standalone_host_main.exe', | 261 'it2me_standalone_host_main.exe', |
| 261 'jingle_unittests.exe', | 262 'jingle_unittests.exe', |
| 262 'keyboard_unittests.exe', | 263 'keyboard_unittests.exe', |
| 263 'khronos_glcts_test.exe', | 264 'khronos_glcts_test.exe', |
| 265 'latency_unittests.exe', |
| 264 'leveldb_service_unittests.exe', | 266 'leveldb_service_unittests.exe', |
| 265 'libaddressinput_unittests.exe', | 267 'libaddressinput_unittests.exe', |
| 266 'login_library.dll', | 268 'login_library.dll', |
| 267 'mash_init_library.dll', | 269 'mash_init_library.dll', |
| 268 'media_blink_unittests.exe', | 270 'media_blink_unittests.exe', |
| 269 'media_library.dll', | 271 'media_library.dll', |
| 270 'media_service_unittests.exe', | 272 'media_service_unittests.exe', |
| 271 'media_mojo_unittests.exe', | 273 'media_mojo_unittests.exe', |
| 272 'media_perftests.exe', | 274 'media_perftests.exe', |
| 273 'media_pipeline_integration_unittests.exe', | 275 'media_pipeline_integration_unittests.exe', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'views_mus_interactive_ui_tests.exe', | 365 'views_mus_interactive_ui_tests.exe', |
| 364 'views_mus_unittests.exe', | 366 'views_mus_unittests.exe', |
| 365 'views_unittests.exe', | 367 'views_unittests.exe', |
| 366 'webkit_unit_tests.exe', | 368 'webkit_unit_tests.exe', |
| 367 'webtest_library.dll', | 369 'webtest_library.dll', |
| 368 'window_type_launcher_library.dll', | 370 'window_type_launcher_library.dll', |
| 369 'wm_unittests.exe', | 371 'wm_unittests.exe', |
| 370 'wtf_unittests.exe', | 372 'wtf_unittests.exe', |
| 371 ], | 373 ], |
| 372 } | 374 } |
| OLD | NEW |