| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_list_unittests", | 5 "app_list_unittests", |
| 6 "aura_unittests", | 6 "aura_unittests", |
| 7 "browser_tests", | 7 "browser_tests", |
| 8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
| 9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
| 10 "chromeos_unittests", | 10 "chromeos_unittests", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 { | 185 { |
| 186 "test": "dbus_unittests" | 186 "test": "dbus_unittests" |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 "test": "device_unittests" | 189 "test": "device_unittests" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "test": "display_unittests" | 192 "test": "display_unittests" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "swarming": { |
| 196 "can_use_on_swarming_builders": true |
| 197 }, |
| 195 "test": "events_unittests" | 198 "test": "events_unittests" |
| 196 }, | 199 }, |
| 197 { | 200 { |
| 198 "swarming": { | 201 "swarming": { |
| 199 "can_use_on_swarming_builders": true | 202 "can_use_on_swarming_builders": true |
| 200 }, | 203 }, |
| 201 "test": "extensions_browsertests" | 204 "test": "extensions_browsertests" |
| 202 }, | 205 }, |
| 203 { | 206 { |
| 204 "test": "extensions_unittests" | 207 "test": "extensions_unittests" |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 { | 389 { |
| 387 "test": "dbus_unittests" | 390 "test": "dbus_unittests" |
| 388 }, | 391 }, |
| 389 { | 392 { |
| 390 "test": "device_unittests" | 393 "test": "device_unittests" |
| 391 }, | 394 }, |
| 392 { | 395 { |
| 393 "test": "display_unittests" | 396 "test": "display_unittests" |
| 394 }, | 397 }, |
| 395 { | 398 { |
| 399 "swarming": { |
| 400 "can_use_on_swarming_builders": true |
| 401 }, |
| 396 "test": "events_unittests" | 402 "test": "events_unittests" |
| 397 }, | 403 }, |
| 398 { | 404 { |
| 399 "swarming": { | 405 "swarming": { |
| 400 "can_use_on_swarming_builders": true | 406 "can_use_on_swarming_builders": true |
| 401 }, | 407 }, |
| 402 "test": "extensions_browsertests" | 408 "test": "extensions_browsertests" |
| 403 }, | 409 }, |
| 404 { | 410 { |
| 405 "test": "extensions_unittests" | 411 "test": "extensions_unittests" |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 { | 587 { |
| 582 "test": "dbus_unittests" | 588 "test": "dbus_unittests" |
| 583 }, | 589 }, |
| 584 { | 590 { |
| 585 "test": "device_unittests" | 591 "test": "device_unittests" |
| 586 }, | 592 }, |
| 587 { | 593 { |
| 588 "test": "display_unittests" | 594 "test": "display_unittests" |
| 589 }, | 595 }, |
| 590 { | 596 { |
| 597 "swarming": { |
| 598 "can_use_on_swarming_builders": true |
| 599 }, |
| 591 "test": "events_unittests" | 600 "test": "events_unittests" |
| 592 }, | 601 }, |
| 593 { | 602 { |
| 594 "swarming": { | 603 "swarming": { |
| 595 "can_use_on_swarming_builders": true | 604 "can_use_on_swarming_builders": true |
| 596 }, | 605 }, |
| 597 "test": "extensions_browsertests" | 606 "test": "extensions_browsertests" |
| 598 }, | 607 }, |
| 599 { | 608 { |
| 600 "test": "extensions_unittests" | 609 "test": "extensions_unittests" |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 }, | 704 }, |
| 696 { | 705 { |
| 697 "test": "views_unittests" | 706 "test": "views_unittests" |
| 698 }, | 707 }, |
| 699 { | 708 { |
| 700 "test": "wm_unittests" | 709 "test": "wm_unittests" |
| 701 } | 710 } |
| 702 ] | 711 ] |
| 703 } | 712 } |
| 704 } | 713 } |
| OLD | NEW |