| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "type": "additional_compile_target", | 269 "type": "additional_compile_target", |
| 270 }, | 270 }, |
| 271 "chrome_public_apk": { | 271 "chrome_public_apk": { |
| 272 "label": "//chrome/android:chrome_public_apk", | 272 "label": "//chrome/android:chrome_public_apk", |
| 273 "type": "additional_compile_target", | 273 "type": "additional_compile_target", |
| 274 }, | 274 }, |
| 275 "chrome_public_test_apk": { | 275 "chrome_public_test_apk": { |
| 276 "label": "//chrome/android:chrome_public_test_apk", | 276 "label": "//chrome/android:chrome_public_test_apk", |
| 277 "type": "console_test_launcher", | 277 "type": "console_test_launcher", |
| 278 }, | 278 }, |
| 279 "chrome_public_test_vr_apk": { |
| 280 "label": "//chrome/android:chrome_public_test_vr_apk", |
| 281 "type": "console_test_launcher", |
| 282 }, |
| 279 "chrome_sync_shell_test_apk": { | 283 "chrome_sync_shell_test_apk": { |
| 280 "label": "//chrome/android:chrome_sync_shell_test_apk", | 284 "label": "//chrome/android:chrome_sync_shell_test_apk", |
| 281 "type": "console_test_launcher", | 285 "type": "console_test_launcher", |
| 282 }, | 286 }, |
| 283 "chromedriver_unittests": { | 287 "chromedriver_unittests": { |
| 284 "label": "//chrome/test/chromedriver:chromedriver_unittests", | 288 "label": "//chrome/test/chromedriver:chromedriver_unittests", |
| 285 "type": "windowed_test_launcher", | 289 "type": "windowed_test_launcher", |
| 286 }, | 290 }, |
| 287 "chromeos_unittests": { | 291 "chromeos_unittests": { |
| 288 "label": "//chromeos:chromeos_unittests", | 292 "label": "//chromeos:chromeos_unittests", |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 }, | 1049 }, |
| 1046 "wm_unittests": { | 1050 "wm_unittests": { |
| 1047 "label": "//ui/wm:wm_unittests", | 1051 "label": "//ui/wm:wm_unittests", |
| 1048 "type": "windowed_test_launcher", | 1052 "type": "windowed_test_launcher", |
| 1049 }, | 1053 }, |
| 1050 "wtf_unittests": { | 1054 "wtf_unittests": { |
| 1051 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 1055 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1052 "type": "console_test_launcher", | 1056 "type": "console_test_launcher", |
| 1053 }, | 1057 }, |
| 1054 } | 1058 } |
| OLD | NEW |