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

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

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « testing/android/junit/junit_test.gyp ('k') | testing/buildbot/chromium.perf.json » ('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 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 "ui_base_unittests", 1121 "ui_base_unittests",
1122 { 1122 {
1123 "test": "unit_tests", 1123 "test": "unit_tests",
1124 "swarming": { 1124 "swarming": {
1125 "can_use_on_swarming_builders": true, 1125 "can_use_on_swarming_builders": true,
1126 "shards": 2 1126 "shards": 2
1127 } 1127 }
1128 }, 1128 },
1129 "url_unittests" 1129 "url_unittests"
1130 ] 1130 ]
1131 },
1132 "Cast Linux": {
1133 "gtest_tests": [
1134 "base_unittests",
1135 "cacheinvalidation_unittests",
1136 "cast_media_unittests",
1137 "cast_shell_browser_test",
1138 "content_unittests",
1139 "crypto_unittests",
1140 "gpu_unittests",
1141 "ipc_tests",
1142 "jingle_unittests",
1143 "media_unittests",
1144 "net_unittests",
1145 "sandbox_linux_unittests",
1146 "sql_unittests",
1147 "sync_unit_tests",
1148 "ui_base_unittests",
1149 "url_unittests"
1150 ]
1131 } 1151 }
1132 } 1152 }
OLDNEW
« no previous file with comments | « testing/android/junit/junit_test.gyp ('k') | testing/buildbot/chromium.perf.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698