Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 "ash_unittests", 1551 "ash_unittests",
1552 "aura_unittests", 1552 "aura_unittests",
1553 "cacheinvalidation_unittests", 1553 "cacheinvalidation_unittests",
1554 "cast_unittests", 1554 "cast_unittests",
1555 "cc_unittests", 1555 "cc_unittests",
1556 "chrome", 1556 "chrome",
1557 "chrome_elf_unittests", 1557 "chrome_elf_unittests",
1558 "chromedriver_unittests", 1558 "chromedriver_unittests",
1559 "components_browsertests", 1559 "components_browsertests",
1560 "components_unittests", 1560 "components_unittests",
1561 "components/mus/example:all",
1562 "compositor_unittests", 1561 "compositor_unittests",
1563 "content_unittests", 1562 "content_unittests",
1564 "courgette_unittests", 1563 "courgette_unittests",
1565 "crypto_unittests", 1564 "crypto_unittests",
1566 "device_unittests", 1565 "device_unittests",
1567 "extensions_browsertests", 1566 "extensions_browsertests",
1568 "extensions_unittests", 1567 "extensions_unittests",
1569 "gcm_unit_tests", 1568 "gcm_unit_tests",
1570 "gfx_unittests", 1569 "gfx_unittests",
1571 "google_apis_unittests", 1570 "google_apis_unittests",
1572 "gpu_unittests", 1571 "gpu_unittests",
1573 "interactive_ui_tests", 1572 "interactive_ui_tests",
1574 "ipc_mojo_unittests", 1573 "ipc_mojo_unittests",
1575 "ipc_tests", 1574 "ipc_tests",
1576 "jingle_unittests", 1575 "jingle_unittests",
1577 "keyboard_unittests", 1576 "keyboard_unittests",
1578 "mandoline:all", 1577 "mandoline:all",
1578 "mash:all",
1579 "media_unittests", 1579 "media_unittests",
1580 "media_blink_unittests", 1580 "media_blink_unittests",
1581 "message_center_unittests", 1581 "message_center_unittests",
1582 "ppapi_unittests", 1582 "ppapi_unittests",
1583 "printing_unittests", 1583 "printing_unittests",
1584 "remoting_all", 1584 "remoting_all",
1585 "sbox_integration_tests", 1585 "sbox_integration_tests",
1586 "sbox_unittests", 1586 "sbox_unittests",
1587 "sbox_validation_tests", 1587 "sbox_validation_tests",
1588 "skia_unittests", 1588 "skia_unittests",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 { 1634 {
1635 "test": "mojo_surfaces_lib_unittests" 1635 "test": "mojo_surfaces_lib_unittests"
1636 }, 1636 },
1637 { 1637 {
1638 "test": "mojo_system_unittests" 1638 "test": "mojo_system_unittests"
1639 }, 1639 },
1640 { 1640 {
1641 "test": "mojo_view_manager_lib_unittests" 1641 "test": "mojo_view_manager_lib_unittests"
1642 }, 1642 },
1643 { 1643 {
1644 "test": "mustash_unittests" 1644 "test": "mash_unittests"
1645 }, 1645 },
1646 { 1646 {
1647 "test": "resource_provider_unittests" 1647 "test": "resource_provider_unittests"
1648 }, 1648 },
1649 { 1649 {
1650 "test": "ui_touch_selection_unittests" 1650 "test": "ui_touch_selection_unittests"
1651 }, 1651 },
1652 { 1652 {
1653 "test": "window_manager_unittests" 1653 "test": "window_manager_unittests"
1654 } 1654 }
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2020 } 2020 }
2021 ], 2021 ],
2022 "scripts": [ 2022 "scripts": [
2023 { 2023 {
2024 "name": "nacl_integration", 2024 "name": "nacl_integration",
2025 "script": "nacl_integration.py" 2025 "script": "nacl_integration.py"
2026 } 2026 }
2027 ] 2027 ]
2028 } 2028 }
2029 } 2029 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698