| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "type": "additional_compile_target", | 392 "type": "additional_compile_target", |
| 393 }, | 393 }, |
| 394 "crypto_unittests": { | 394 "crypto_unittests": { |
| 395 "label": "//crypto:crypto_unittests", | 395 "label": "//crypto:crypto_unittests", |
| 396 "type": "console_test_launcher", | 396 "type": "console_test_launcher", |
| 397 }, | 397 }, |
| 398 "dbus_unittests": { | 398 "dbus_unittests": { |
| 399 "label": "//dbus:dbus_unittests", | 399 "label": "//dbus:dbus_unittests", |
| 400 "type": "windowed_test_launcher", | 400 "type": "windowed_test_launcher", |
| 401 }, | 401 }, |
| 402 "device_junit_tests": { |
| 403 "label": "//device:device_junit_tests", |
| 404 "type": "junit_test", |
| 405 }, |
| 402 "device_unittests": { | 406 "device_unittests": { |
| 403 "label": "//device:device_unittests", | 407 "label": "//device:device_unittests", |
| 404 "type": "console_test_launcher", | 408 "type": "console_test_launcher", |
| 405 }, | 409 }, |
| 406 "devtools_closure_compile": { | 410 "devtools_closure_compile": { |
| 407 "label": "//third_party/WebKit/Source/devtools:devtools_closure_compile", | 411 "label": "//third_party/WebKit/Source/devtools:devtools_closure_compile", |
| 408 "type": "script", | 412 "type": "script", |
| 409 "script": "//testing/scripts/run_devtools_check.py", | 413 "script": "//testing/scripts/run_devtools_check.py", |
| 410 "args": [ | 414 "args": [ |
| 411 "../../third_party/WebKit/Source/devtools/scripts/compile_frontend.py", | 415 "../../third_party/WebKit/Source/devtools/scripts/compile_frontend.py", |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 }, | 1115 }, |
| 1112 "wm_unittests": { | 1116 "wm_unittests": { |
| 1113 "label": "//ui/wm:wm_unittests", | 1117 "label": "//ui/wm:wm_unittests", |
| 1114 "type": "windowed_test_launcher", | 1118 "type": "windowed_test_launcher", |
| 1115 }, | 1119 }, |
| 1116 "wtf_unittests": { | 1120 "wtf_unittests": { |
| 1117 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1121 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1118 "type": "console_test_launcher", | 1122 "type": "console_test_launcher", |
| 1119 }, | 1123 }, |
| 1120 } | 1124 } |
| OLD | NEW |