| 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 "nacl_helper_nonsfi_unittests": { | 773 "nacl_helper_nonsfi_unittests": { |
| 774 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", | 774 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", |
| 775 "type": "raw", | 775 "type": "raw", |
| 776 "args": [], | 776 "args": [], |
| 777 }, | 777 }, |
| 778 "nacl_loader_unittests": { | 778 "nacl_loader_unittests": { |
| 779 "label": "//components/nacl/loader:nacl_loader_unittests", | 779 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 780 "type": "raw", | 780 "type": "raw", |
| 781 "args": [], | 781 "args": [], |
| 782 }, | 782 }, |
| 783 "navigation_unittests": { | |
| 784 "label": "//services/navigation:navigation_unittests", | |
| 785 "type": "windowed_test_launcher", | |
| 786 }, | |
| 787 "net_junit_tests": { | 783 "net_junit_tests": { |
| 788 "label": "//net/android:net_junit_tests", | 784 "label": "//net/android:net_junit_tests", |
| 789 "type": "junit_test", | 785 "type": "junit_test", |
| 790 }, | 786 }, |
| 791 "net_unittests": { | 787 "net_unittests": { |
| 792 "label": "//net:net_unittests", | 788 "label": "//net:net_unittests", |
| 793 "type": "console_test_launcher", | 789 "type": "console_test_launcher", |
| 794 }, | 790 }, |
| 795 "next_version_mini_installer": { | 791 "next_version_mini_installer": { |
| 796 "label": "//chrome/installer/mini_installer:next_version_mini_installer", | 792 "label": "//chrome/installer/mini_installer:next_version_mini_installer", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 }, | 1127 }, |
| 1132 "wm_unittests": { | 1128 "wm_unittests": { |
| 1133 "label": "//ui/wm:wm_unittests", | 1129 "label": "//ui/wm:wm_unittests", |
| 1134 "type": "windowed_test_launcher", | 1130 "type": "windowed_test_launcher", |
| 1135 }, | 1131 }, |
| 1136 "wtf_unittests": { | 1132 "wtf_unittests": { |
| 1137 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1133 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1138 "type": "console_test_launcher", | 1134 "type": "console_test_launcher", |
| 1139 }, | 1135 }, |
| 1140 } | 1136 } |
| OLD | NEW |