| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'sync_listen_notifications.exe', | 327 'sync_listen_notifications.exe', |
| 328 'sync_performance_tests.exe', | 328 'sync_performance_tests.exe', |
| 329 'sync_unit_tests.exe', | 329 'sync_unit_tests.exe', |
| 330 'task_viewer_library.dll', | 330 'task_viewer_library.dll', |
| 331 'test_ime_driver_library.dll', | 331 'test_ime_driver_library.dll', |
| 332 'test_wm_library.dll', | 332 'test_wm_library.dll', |
| 333 'touch_hud_library.dll', | 333 'touch_hud_library.dll', |
| 334 'udp_proxy.exe', | 334 'udp_proxy.exe', |
| 335 'ui_base_unittests.exe', | 335 'ui_base_unittests.exe', |
| 336 'ui_library.dll', | 336 'ui_library.dll', |
| 337 'ui_service_unittests.exe', | |
| 338 'ui_struct_traits_unittests.exe', | 337 'ui_struct_traits_unittests.exe', |
| 339 'ui_touch_selection_unittests.exe', | 338 'ui_touch_selection_unittests.exe', |
| 340 'unit_tests.exe', | 339 'unit_tests.exe', |
| 341 'unittests.exe', | 340 'unittests.exe', |
| 342 'url_unittests.exe', | 341 'url_unittests.exe', |
| 343 'v8_hello_world.exe', | 342 'v8_hello_world.exe', |
| 344 'v8_parser_shell.exe', | 343 'v8_parser_shell.exe', |
| 345 'v8_sample_process.exe', | 344 'v8_sample_process.exe', |
| 346 'v8_shell.exe', | 345 'v8_shell.exe', |
| 347 'v8_simple_json_fuzzer.exe', | 346 'v8_simple_json_fuzzer.exe', |
| 348 'v8_simple_parser_fuzzer.exe', | 347 'v8_simple_parser_fuzzer.exe', |
| 349 'v8_simple_regexp_fuzzer.exe', | 348 'v8_simple_regexp_fuzzer.exe', |
| 350 'v8_simple_wasm_asmjs_fuzzer.exe', | 349 'v8_simple_wasm_asmjs_fuzzer.exe', |
| 351 'v8_simple_wasm_fuzzer.exe', | 350 'v8_simple_wasm_fuzzer.exe', |
| 352 'video_decode_accelerator_unittest.exe', | 351 'video_decode_accelerator_unittest.exe', |
| 353 'video_encode_accelerator_unittest.exe', | 352 'video_encode_accelerator_unittest.exe', |
| 354 'views_examples_exe.exe', | 353 'views_examples_exe.exe', |
| 355 'views_examples_library.dll', | 354 'views_examples_library.dll', |
| 356 'views_examples_with_content_exe.exe', | 355 'views_examples_with_content_exe.exe', |
| 357 'views_mus_interactive_ui_tests.exe', | 356 'views_mus_interactive_ui_tests.exe', |
| 358 'views_mus_unittests.exe', | 357 'views_mus_unittests.exe', |
| 359 'views_unittests.exe', | 358 'views_unittests.exe', |
| 360 'webkit_unit_tests.exe', | 359 'webkit_unit_tests.exe', |
| 361 'webtest_library.dll', | 360 'webtest_library.dll', |
| 362 'window_type_launcher_library.dll', | 361 'window_type_launcher_library.dll', |
| 363 'wm_unittests.exe', | 362 'wm_unittests.exe', |
| 364 'wtf_unittests.exe', | 363 'wtf_unittests.exe', |
| 365 ], | 364 ], |
| 366 } | 365 } |
| OLD | NEW |