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

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

Issue 1620513002: Add isolate for content_browsertests with --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp declaration Created 4 years, 10 months 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 | « content/test/BUILD.gn ('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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 }, 630 },
631 "test": "compositor_unittests" 631 "test": "compositor_unittests"
632 }, 632 },
633 { 633 {
634 "swarming": { 634 "swarming": {
635 "can_use_on_swarming_builders": true 635 "can_use_on_swarming_builders": true
636 }, 636 },
637 "test": "content_browsertests" 637 "test": "content_browsertests"
638 }, 638 },
639 { 639 {
640 "override_compile_targets": [
641 "content_site_isolation_browsertests"
642 ],
643 "swarming": {
644 "can_use_on_swarming_builders": true
645 },
646 "test": "content_site_isolation_browsertests"
647 },
648 {
640 "swarming": { 649 "swarming": {
641 "can_use_on_swarming_builders": true 650 "can_use_on_swarming_builders": true
642 }, 651 },
643 "test": "content_unittests" 652 "test": "content_unittests"
644 }, 653 },
645 { 654 {
646 "swarming": { 655 "swarming": {
647 "can_use_on_swarming_builders": true 656 "can_use_on_swarming_builders": true
648 }, 657 },
649 "test": "crypto_unittests" 658 "test": "crypto_unittests"
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 } 1677 }
1669 ], 1678 ],
1670 "scripts": [ 1679 "scripts": [
1671 { 1680 {
1672 "name": "nacl_integration", 1681 "name": "nacl_integration",
1673 "script": "nacl_integration.py" 1682 "script": "nacl_integration.py"
1674 } 1683 }
1675 ] 1684 ]
1676 } 1685 }
1677 } 1686 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698