Index: testing/buildbot/chromium.webkit.json |
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json |
index 081bbde21a28f560409b5c3778d1584af1a856c1..7c13243ba900fdffb6775f95ffa15ff87cfba2bb 100644 |
--- a/testing/buildbot/chromium.webkit.json |
+++ b/testing/buildbot/chromium.webkit.json |
@@ -1,4 +1,40 @@ |
{ |
+ "WebKit XP": { |
+ "gtest_tests": [ |
+ "blink_heap_unittests", |
+ "blink_platform_unittests", |
+ "webkit_unit_tests", |
+ "wtf_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "webkit_lint", |
+ "script": "webkit_lint.py" |
+ }, |
+ { |
+ "name": "webkit_python_tests", |
+ "script": "webkit_python_tests.py" |
+ } |
+ ] |
+ }, |
+ "WebKit Win7": { |
+ "gtest_tests": [ |
+ "blink_heap_unittests", |
+ "blink_platform_unittests", |
+ "webkit_unit_tests", |
+ "wtf_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "webkit_lint", |
+ "script": "webkit_lint.py" |
+ }, |
+ { |
+ "name": "webkit_python_tests", |
+ "script": "webkit_python_tests.py" |
+ } |
+ ] |
+ }, |
"WebKit Linux": { |
"gtest_tests": [ |
"blink_heap_unittests", |