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

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

Issue 977593007: Configure recipe-based 32-bit Windows Release chromium.webkit builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | 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 "WebKit XP": {
3 "gtest_tests": [
4 "blink_heap_unittests",
5 "blink_platform_unittests",
6 "webkit_unit_tests",
7 "wtf_unittests"
8 ],
9 "scripts": [
10 {
11 "name": "webkit_lint",
12 "script": "webkit_lint.py"
13 },
14 {
15 "name": "webkit_python_tests",
16 "script": "webkit_python_tests.py"
17 }
18 ]
19 },
20 "WebKit Win7": {
21 "gtest_tests": [
22 "blink_heap_unittests",
23 "blink_platform_unittests",
24 "webkit_unit_tests",
25 "wtf_unittests"
26 ],
27 "scripts": [
28 {
29 "name": "webkit_lint",
30 "script": "webkit_lint.py"
31 },
32 {
33 "name": "webkit_python_tests",
34 "script": "webkit_python_tests.py"
35 }
36 ]
37 },
2 "WebKit Linux": { 38 "WebKit Linux": {
3 "gtest_tests": [ 39 "gtest_tests": [
4 "blink_heap_unittests", 40 "blink_heap_unittests",
5 "blink_platform_unittests", 41 "blink_platform_unittests",
6 "webkit_unit_tests", 42 "webkit_unit_tests",
7 "wtf_unittests" 43 "wtf_unittests"
8 ], 44 ],
9 "scripts": [ 45 "scripts": [
10 { 46 {
11 "name": "webkit_lint", 47 "name": "webkit_lint",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 295 },
260 "Linux ChromiumOS Tests (dbg)(2)": { 296 "Linux ChromiumOS Tests (dbg)(2)": {
261 "gtest_tests": [ 297 "gtest_tests": [
262 ] 298 ]
263 }, 299 },
264 "Linux ChromiumOS Tests (dbg)(3)": { 300 "Linux ChromiumOS Tests (dbg)(3)": {
265 "gtest_tests": [ 301 "gtest_tests": [
266 ] 302 ]
267 } 303 }
268 } 304 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698