| 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 }, | 529 }, |
| 530 "interactive_ui_tests": { | 530 "interactive_ui_tests": { |
| 531 "label": "//chrome/test:interactive_ui_tests", | 531 "label": "//chrome/test:interactive_ui_tests", |
| 532 "type": "windowed_test_launcher", | 532 "type": "windowed_test_launcher", |
| 533 }, | 533 }, |
| 534 "ios_chrome_integration_egtests": { | 534 "ios_chrome_integration_egtests": { |
| 535 "label": "//ios/chrome/test/earl_grey:ios_chrome_integration_egtests", | 535 "label": "//ios/chrome/test/earl_grey:ios_chrome_integration_egtests", |
| 536 "type": "raw", | 536 "type": "raw", |
| 537 "args": [], | 537 "args": [], |
| 538 }, | 538 }, |
| 539 "ios_chrome_reading_list_egtests": { |
| 540 "label": "//ios/chrome/test/earl_grey:ios_chrome_reading_list_egtests", |
| 541 "type": "raw", |
| 542 "args": [], |
| 543 }, |
| 539 "ios_chrome_settings_egtests": { | 544 "ios_chrome_settings_egtests": { |
| 540 "label": "//ios/chrome/test/earl_grey:ios_chrome_settings_egtests", | 545 "label": "//ios/chrome/test/earl_grey:ios_chrome_settings_egtests", |
| 541 "type": "raw", | 546 "type": "raw", |
| 542 "args": [], | 547 "args": [], |
| 543 }, | 548 }, |
| 544 "ios_chrome_smoke_egtests": { | 549 "ios_chrome_smoke_egtests": { |
| 545 "label": "//ios/chrome/test/earl_grey:ios_chrome_smoke_egtests", | 550 "label": "//ios/chrome/test/earl_grey:ios_chrome_smoke_egtests", |
| 546 "type": "raw", | 551 "type": "raw", |
| 547 "args": [], | 552 "args": [], |
| 548 }, | 553 }, |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 }, | 1097 }, |
| 1093 "wm_unittests": { | 1098 "wm_unittests": { |
| 1094 "label": "//ui/wm:wm_unittests", | 1099 "label": "//ui/wm:wm_unittests", |
| 1095 "type": "windowed_test_launcher", | 1100 "type": "windowed_test_launcher", |
| 1096 }, | 1101 }, |
| 1097 "wtf_unittests": { | 1102 "wtf_unittests": { |
| 1098 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 1103 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1099 "type": "console_test_launcher", | 1104 "type": "console_test_launcher", |
| 1100 }, | 1105 }, |
| 1101 } | 1106 } |
| OLD | NEW |