| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'mini_installer.exe', | 279 'mini_installer.exe', |
| 280 'mksnapshot.exe', | 280 'mksnapshot.exe', |
| 281 'mojo_js_integration_tests.exe', | 281 'mojo_js_integration_tests.exe', |
| 282 'mojo_js_unittests.exe', | 282 'mojo_js_unittests.exe', |
| 283 'mojo_message_pipe_perftests.exe', | 283 'mojo_message_pipe_perftests.exe', |
| 284 'mojo_public_bindings_perftests.exe', | 284 'mojo_public_bindings_perftests.exe', |
| 285 'mojo_public_bindings_unittests.exe', | 285 'mojo_public_bindings_unittests.exe', |
| 286 'mojo_public_system_perftests.exe', | 286 'mojo_public_system_perftests.exe', |
| 287 'mojo_public_system_unittests.exe', | 287 'mojo_public_system_unittests.exe', |
| 288 'mojo_system_unittests.exe', | 288 'mojo_system_unittests.exe', |
| 289 'mus_clipboard_unittests.exe', | |
| 290 'mus_demo_library.dll', | 289 'mus_demo_library.dll', |
| 291 'mus_demo_unittests.exe', | 290 'mus_demo_unittests.exe', |
| 292 'mus_gpu_unittests.exe', | 291 'mus_gpu_unittests.exe', |
| 293 'mus_ime_unittests.exe', | 292 'mus_ime_unittests.exe', |
| 294 'mus_public_unittests.exe', | 293 'mus_public_unittests.exe', |
| 295 'mus_ws_unittests.exe', | 294 'mus_ws_unittests.exe', |
| 296 'nacl_irt_x86_32.nexe', | 295 'nacl_irt_x86_32.nexe', |
| 297 'nacl_irt_x86_64.nexe', | 296 'nacl_irt_x86_64.nexe', |
| 298 'nacl_loader_unittests.exe', | 297 'nacl_loader_unittests.exe', |
| 299 'native_theme_unittests.exe', | 298 'native_theme_unittests.exe', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'views_mus_interactive_ui_tests.exe', | 364 'views_mus_interactive_ui_tests.exe', |
| 366 'views_mus_unittests.exe', | 365 'views_mus_unittests.exe', |
| 367 'views_unittests.exe', | 366 'views_unittests.exe', |
| 368 'webkit_unit_tests.exe', | 367 'webkit_unit_tests.exe', |
| 369 'webtest_library.dll', | 368 'webtest_library.dll', |
| 370 'window_type_launcher_library.dll', | 369 'window_type_launcher_library.dll', |
| 371 'wm_unittests.exe', | 370 'wm_unittests.exe', |
| 372 'wtf_unittests.exe', | 371 'wtf_unittests.exe', |
| 373 ], | 372 ], |
| 374 } | 373 } |
| OLD | NEW |