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

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

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « skia/skia_library.gypi ('k') | testing/buildbot/chromium.win.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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "app_shell_unittests", 7 "app_shell_unittests",
8 "aura_unittests", 8 "aura_unittests",
9 { 9 {
10 "test": "base_unittests", 10 "test": "base_unittests",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 } 90 }
91 }, 91 },
92 "url_unittests", 92 "url_unittests",
93 "views_unittests", 93 "views_unittests",
94 "wm_unittests" 94 "wm_unittests"
95 ], 95 ],
96 "scripts": [ 96 "scripts": [
97 { 97 {
98 "name": "telemetry_unittests", 98 "name": "telemetry_unittests",
99 "script": "telemetry_unittests.py" 99 "script": "telemetry_unittests.py"
100 },
101 {
102 "name": "telemetry_perf_unittests",
103 "script": "telemetry_perf_unittests.py"
100 } 104 }
101 ] 105 ]
102 }, 106 },
103 "Linux Tests (dbg)(1)(32)": { 107 "Linux Tests (dbg)(1)(32)": {
104 "gtest_tests": [ 108 "gtest_tests": [
105 "accessibility_unittests", 109 "accessibility_unittests",
106 "app_list_unittests", 110 "app_list_unittests",
107 "app_shell_browsertests", 111 "app_shell_browsertests",
108 "app_shell_unittests", 112 "app_shell_unittests",
109 "aura_unittests", 113 "aura_unittests",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "mojo_system_unittests", 320 "mojo_system_unittests",
317 "nacl_loader_unittests", 321 "nacl_loader_unittests",
318 "sandbox_linux_unittests", 322 "sandbox_linux_unittests",
319 "sql_unittests", 323 "sql_unittests",
320 "sync_unit_tests", 324 "sync_unit_tests",
321 "ui_unittests", 325 "ui_unittests",
322 "unit_tests" 326 "unit_tests"
323 ] 327 ]
324 } 328 }
325 } 329 }
OLDNEW
« no previous file with comments | « skia/skia_library.gypi ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698