| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "type": "additional_compile_target", | 318 "type": "additional_compile_target", |
| 319 }, | 319 }, |
| 320 "chromium_swarm_tests": { | 320 "chromium_swarm_tests": { |
| 321 "label": "//:chromium_swarm_tests", | 321 "label": "//:chromium_swarm_tests", |
| 322 "type": "additional_compile_target", | 322 "type": "additional_compile_target", |
| 323 }, | 323 }, |
| 324 "chromiumos_preflight": { | 324 "chromiumos_preflight": { |
| 325 "label": "//:chromiumos_preflight", | 325 "label": "//:chromiumos_preflight", |
| 326 "type": "additional_compile_target", | 326 "type": "additional_compile_target", |
| 327 }, | 327 }, |
| 328 "components_background_task_scheduler_junit_tests": { |
| 329 "label": "//components/background_task_scheduler:components_background_task_
scheduler_junit_tests", |
| 330 "type": "junit_test", |
| 331 }, |
| 328 "components_browsertests": { | 332 "components_browsertests": { |
| 329 "label": "//components:components_browsertests", | 333 "label": "//components:components_browsertests", |
| 330 "type": "windowed_test_launcher", | 334 "type": "windowed_test_launcher", |
| 331 }, | 335 }, |
| 332 "components_gcm_driver_junit_tests": { | 336 "components_gcm_driver_junit_tests": { |
| 333 "label": "//components/gcm_driver/android:components_gcm_driver_junit_tests"
, | 337 "label": "//components/gcm_driver/android:components_gcm_driver_junit_tests"
, |
| 334 "type": "junit_test", | 338 "type": "junit_test", |
| 335 }, | 339 }, |
| 336 "components_invalidation_impl_junit_tests": { | 340 "components_invalidation_impl_junit_tests": { |
| 337 "label": "//components/invalidation/impl:components_invalidation_impl_junit_
tests", | 341 "label": "//components/invalidation/impl:components_invalidation_impl_junit_
tests", |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 }, | 1129 }, |
| 1126 "wm_unittests": { | 1130 "wm_unittests": { |
| 1127 "label": "//ui/wm:wm_unittests", | 1131 "label": "//ui/wm:wm_unittests", |
| 1128 "type": "windowed_test_launcher", | 1132 "type": "windowed_test_launcher", |
| 1129 }, | 1133 }, |
| 1130 "wtf_unittests": { | 1134 "wtf_unittests": { |
| 1131 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1135 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1132 "type": "console_test_launcher", | 1136 "type": "console_test_launcher", |
| 1133 }, | 1137 }, |
| 1134 } | 1138 } |
| OLD | NEW |