| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 "type": "script", | 428 "type": "script", |
| 429 "script": "//testing/scripts/run_devtools_check.py", | 429 "script": "//testing/scripts/run_devtools_check.py", |
| 430 "args": [ | 430 "args": [ |
| 431 "../../third_party/WebKit/Source/devtools/scripts/buildbot/run_eslint.py
", | 431 "../../third_party/WebKit/Source/devtools/scripts/buildbot/run_eslint.py
", |
| 432 ], | 432 ], |
| 433 }, | 433 }, |
| 434 "display_unittests": { | 434 "display_unittests": { |
| 435 "label": "//ui/display:display_unittests", | 435 "label": "//ui/display:display_unittests", |
| 436 "type": "console_test_launcher", | 436 "type": "console_test_launcher", |
| 437 }, | 437 }, |
| 438 "display_service_unittests": { | |
| 439 "label": "//services/ui/display:display_service_unittests", | |
| 440 "type": "console_test_launcher", | |
| 441 }, | |
| 442 "dump_syms" : { | 438 "dump_syms" : { |
| 443 "label": "//breakpad:dump_syms", | 439 "label": "//breakpad:dump_syms", |
| 444 "type": "additional_compile_target", | 440 "type": "additional_compile_target", |
| 445 }, | 441 }, |
| 446 "events_unittests": { | 442 "events_unittests": { |
| 447 "label": "//ui/events:events_unittests", | 443 "label": "//ui/events:events_unittests", |
| 448 "type": "windowed_test_launcher", | 444 "type": "windowed_test_launcher", |
| 449 }, | 445 }, |
| 450 "exo_unittests": { | 446 "exo_unittests": { |
| 451 "label": "//components/exo:exo_unittests", | 447 "label": "//components/exo:exo_unittests", |
| (...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 }, | 1099 }, |
| 1104 "wm_unittests": { | 1100 "wm_unittests": { |
| 1105 "label": "//ui/wm:wm_unittests", | 1101 "label": "//ui/wm:wm_unittests", |
| 1106 "type": "windowed_test_launcher", | 1102 "type": "windowed_test_launcher", |
| 1107 }, | 1103 }, |
| 1108 "wtf_unittests": { | 1104 "wtf_unittests": { |
| 1109 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1105 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1110 "type": "console_test_launcher", | 1106 "type": "console_test_launcher", |
| 1111 }, | 1107 }, |
| 1112 } | 1108 } |
| OLD | NEW |