| OLD | NEW |
| 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1569 }, | 1569 }, |
| 1570 { | 1570 { |
| 1571 "test": "resource_provider_unittests" | 1571 "test": "resource_provider_unittests" |
| 1572 }, | 1572 }, |
| 1573 { | 1573 { |
| 1574 "test": "ui_touch_selection_unittests" | 1574 "test": "ui_touch_selection_unittests" |
| 1575 }, | 1575 }, |
| 1576 { | 1576 { |
| 1577 "test": "window_manager_unittests" | 1577 "test": "window_manager_unittests" |
| 1578 } | 1578 } |
| 1579 ], | |
| 1580 "scripts": [ | |
| 1581 { | |
| 1582 "name": "mojo_apptests", | |
| 1583 "script": "mojo_apptests.py" | |
| 1584 } | |
| 1585 ] | 1579 ] |
| 1586 }, | 1580 }, |
| 1587 "Win8 GN": { | 1581 "Win8 GN": { |
| 1588 "additional_compile_targets": [ | 1582 "additional_compile_targets": [ |
| 1589 "accessibility_unittests", | 1583 "accessibility_unittests", |
| 1590 "app_list_unittests", | 1584 "app_list_unittests", |
| 1591 "app_shell_unittests", | 1585 "app_shell_unittests", |
| 1592 "ash_unittests", | 1586 "ash_unittests", |
| 1593 "aura_unittests", | 1587 "aura_unittests", |
| 1594 "cacheinvalidation_unittests", | 1588 "cacheinvalidation_unittests", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 "name": "telemetry_perf_unittests", | 1998 "name": "telemetry_perf_unittests", |
| 2005 "script": "telemetry_perf_unittests.py" | 1999 "script": "telemetry_perf_unittests.py" |
| 2006 }, | 2000 }, |
| 2007 { | 2001 { |
| 2008 "name": "nacl_integration", | 2002 "name": "nacl_integration", |
| 2009 "script": "nacl_integration.py" | 2003 "script": "nacl_integration.py" |
| 2010 } | 2004 } |
| 2011 ] | 2005 ] |
| 2012 } | 2006 } |
| 2013 } | 2007 } |
| OLD | NEW |