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

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

Issue 401113002: Add extensions_unittests target to main waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | 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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 }, 123 },
124 "Win7 Tests (1)": { 124 "Win7 Tests (1)": {
125 "gtest_tests": [ 125 "gtest_tests": [
126 "interactive_ui_tests", 126 "interactive_ui_tests",
127 "cacheinvalidation_unittests", 127 "cacheinvalidation_unittests",
128 "cast_unittests", 128 "cast_unittests",
129 "cc_unittests", 129 "cc_unittests",
130 "chromedriver_unittests", 130 "chromedriver_unittests",
131 "courgette_unittests", 131 "courgette_unittests",
132 "crypto_unittests", 132 "crypto_unittests",
133 "extensions_unittests",
133 "gfx_unittests", 134 "gfx_unittests",
134 "gpu_unittests", 135 "gpu_unittests",
135 "url_unittests", 136 "url_unittests",
136 "jingle_unittests", 137 "jingle_unittests",
137 "media_unittests", 138 "media_unittests",
138 "ppapi_unittests", 139 "ppapi_unittests",
139 "printing_unittests", 140 "printing_unittests",
140 "remoting_unittests", 141 "remoting_unittests",
141 "sbox_unittests", 142 "sbox_unittests",
142 "sbox_integration_tests", 143 "sbox_integration_tests",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "gtest_tests": [ 332 "gtest_tests": [
332 "views_unittests", 333 "views_unittests",
333 "wm_unittests", 334 "wm_unittests",
334 "aura_unittests", 335 "aura_unittests",
335 "ash_unittests", 336 "ash_unittests",
336 "compositor_unittests", 337 "compositor_unittests",
337 "events_unittests" 338 "events_unittests"
338 ] 339 ]
339 } 340 }
340 } 341 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698