| OLD | NEW |
| 1 ## Copyright 2015 The Chromium Authors. All rights reserved. | 1 ## Copyright 2015 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 }, | 861 }, |
| 862 "snapshot_unittests": { | 862 "snapshot_unittests": { |
| 863 "label": "//ui/snapshot:snapshot_unittests", | 863 "label": "//ui/snapshot:snapshot_unittests", |
| 864 "type": "windowed_test_launcher", | 864 "type": "windowed_test_launcher", |
| 865 }, | 865 }, |
| 866 "sql_unittests": { | 866 "sql_unittests": { |
| 867 "label": "//sql:sql_unittests", | 867 "label": "//sql:sql_unittests", |
| 868 "type": "console_test_launcher", | 868 "type": "console_test_launcher", |
| 869 }, | 869 }, |
| 870 "storage_unittests": { | 870 "storage_unittests": { |
| 871 "label": "//storage/browser:storage_unittests", | 871 "label": "//storage:storage_unittests", |
| 872 "type": "console_test_launcher", | 872 "type": "console_test_launcher", |
| 873 }, | 873 }, |
| 874 "swiftshader_unittests": { | 874 "swiftshader_unittests": { |
| 875 "label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests", | 875 "label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests", |
| 876 "type": "raw", | 876 "type": "raw", |
| 877 "args": [], | 877 "args": [], |
| 878 }, | 878 }, |
| 879 "sync_integration_tests": { | 879 "sync_integration_tests": { |
| 880 "label": "//chrome/test:sync_integration_tests", | 880 "label": "//chrome/test:sync_integration_tests", |
| 881 "type": "windowed_test_launcher", | 881 "type": "windowed_test_launcher", |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 }, | 1114 }, |
| 1115 "wm_unittests": { | 1115 "wm_unittests": { |
| 1116 "label": "//ui/wm:wm_unittests", | 1116 "label": "//ui/wm:wm_unittests", |
| 1117 "type": "windowed_test_launcher", | 1117 "type": "windowed_test_launcher", |
| 1118 }, | 1118 }, |
| 1119 "wtf_unittests": { | 1119 "wtf_unittests": { |
| 1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1121 "type": "console_test_launcher", | 1121 "type": "console_test_launcher", |
| 1122 }, | 1122 }, |
| 1123 } | 1123 } |
| OLD | NEW |