| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'macviews_interactive_ui_tests', | 112 'macviews_interactive_ui_tests', |
| 113 'media_blink_unittests', | 113 'media_blink_unittests', |
| 114 'media_service_unittests', | 114 'media_service_unittests', |
| 115 'media_mojo_unittests', | 115 'media_mojo_unittests', |
| 116 'media_perftests', | 116 'media_perftests', |
| 117 'media_pipeline_integration_unittests', | 117 'media_pipeline_integration_unittests', |
| 118 'media_unittests', | 118 'media_unittests', |
| 119 'message_center_unittests', | 119 'message_center_unittests', |
| 120 'midi_unittests', | 120 'midi_unittests', |
| 121 'mojo_common_unittests', | 121 'mojo_common_unittests', |
| 122 'mojo_js_integration_tests', | |
| 123 'mojo_js_unittests', | 122 'mojo_js_unittests', |
| 124 'mojo_public_bindings_unittests', | 123 'mojo_public_bindings_unittests', |
| 125 'mojo_public_system_unittests', | 124 'mojo_public_system_unittests', |
| 126 'mojo_system_unittests', | 125 'mojo_system_unittests', |
| 127 'nacl_loader_unittests', | 126 'nacl_loader_unittests', |
| 128 'native_theme_unittests', | 127 'native_theme_unittests', |
| 129 'net_unittests', | 128 'net_unittests', |
| 130 'osmesa.so', | 129 'osmesa.so', |
| 131 'performance_browser_tests', | 130 'performance_browser_tests', |
| 132 'ppapi_perftests', | 131 'ppapi_perftests', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'media_library.dll', | 268 'media_library.dll', |
| 270 'media_service_unittests.exe', | 269 'media_service_unittests.exe', |
| 271 'media_mojo_unittests.exe', | 270 'media_mojo_unittests.exe', |
| 272 'media_perftests.exe', | 271 'media_perftests.exe', |
| 273 'media_pipeline_integration_unittests.exe', | 272 'media_pipeline_integration_unittests.exe', |
| 274 'media_unittests.exe', | 273 'media_unittests.exe', |
| 275 'message_center_unittests.exe', | 274 'message_center_unittests.exe', |
| 276 'midi_unittests.exe', | 275 'midi_unittests.exe', |
| 277 'mini_installer.exe', | 276 'mini_installer.exe', |
| 278 'mksnapshot.exe', | 277 'mksnapshot.exe', |
| 279 'mojo_js_integration_tests.exe', | |
| 280 'mojo_js_unittests.exe', | 278 'mojo_js_unittests.exe', |
| 281 'mojo_message_pipe_perftests.exe', | 279 'mojo_message_pipe_perftests.exe', |
| 282 'mojo_public_bindings_perftests.exe', | 280 'mojo_public_bindings_perftests.exe', |
| 283 'mojo_public_bindings_unittests.exe', | 281 'mojo_public_bindings_unittests.exe', |
| 284 'mojo_public_system_perftests.exe', | 282 'mojo_public_system_perftests.exe', |
| 285 'mojo_public_system_unittests.exe', | 283 'mojo_public_system_unittests.exe', |
| 286 'mojo_system_unittests.exe', | 284 'mojo_system_unittests.exe', |
| 287 'mus_demo_library.dll', | 285 'mus_demo_library.dll', |
| 288 'nacl_irt_x86_32.nexe', | 286 'nacl_irt_x86_32.nexe', |
| 289 'nacl_irt_x86_64.nexe', | 287 'nacl_irt_x86_64.nexe', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 'views_mus_interactive_ui_tests.exe', | 354 'views_mus_interactive_ui_tests.exe', |
| 357 'views_mus_unittests.exe', | 355 'views_mus_unittests.exe', |
| 358 'views_unittests.exe', | 356 'views_unittests.exe', |
| 359 'webkit_unit_tests.exe', | 357 'webkit_unit_tests.exe', |
| 360 'webtest_library.dll', | 358 'webtest_library.dll', |
| 361 'window_type_launcher_library.dll', | 359 'window_type_launcher_library.dll', |
| 362 'wm_unittests.exe', | 360 'wm_unittests.exe', |
| 363 'wtf_unittests.exe', | 361 'wtf_unittests.exe', |
| 364 ], | 362 ], |
| 365 } | 363 } |
| OLD | NEW |