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

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

Issue 962153003: Add src-side script for webkit_lint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | testing/scripts/webkit_lint.py » ('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 "WebKit Linux": { 2 "WebKit Linux": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "webkit_lint",
6 "script": "webkit_lint.py"
7 },
8 {
5 "name": "webkit_python_tests", 9 "name": "webkit_python_tests",
6 "script": "webkit_python_tests.py" 10 "script": "webkit_python_tests.py"
7 } 11 }
8 ] 12 ]
9 }, 13 },
10 "Linux ChromiumOS Tests (1)": { 14 "Linux ChromiumOS Tests (1)": {
11 "gtest_tests": [ 15 "gtest_tests": [
12 "accessibility_unittests", 16 "accessibility_unittests",
13 { 17 {
14 "test": "base_unittests", 18 "test": "base_unittests",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 }, 217 },
214 "Linux ChromiumOS Tests (dbg)(2)": { 218 "Linux ChromiumOS Tests (dbg)(2)": {
215 "gtest_tests": [ 219 "gtest_tests": [
216 ] 220 ]
217 }, 221 },
218 "Linux ChromiumOS Tests (dbg)(3)": { 222 "Linux ChromiumOS Tests (dbg)(3)": {
219 "gtest_tests": [ 223 "gtest_tests": [
220 ] 224 ]
221 } 225 }
222 } 226 }
OLDNEW
« no previous file with comments | « no previous file | testing/scripts/webkit_lint.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698