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

Unified Diff: testing/buildbot/chromium.win.json

Issue 663253005: Add src-side launcher for nacl integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 3357ca7eb8e45932cceb7415f4d356f63533a278..a51a88759bfbbfe25a3dc880dc2963975a9900a1 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -297,6 +297,12 @@
"url_unittests",
"views_unittests",
"wm_unittests"
+ ],
+ "scripts": [
+ {
+ "name": "nacl_integration",
+ "script": "nacl_integration.py"
+ }
]
},
"Win 7 Tests x64 (1)": {
@@ -389,6 +395,12 @@
"url_unittests",
"views_unittests",
"wm_unittests"
+ ],
+ "scripts": [
+ {
+ "name": "nacl_integration",
+ "script": "nacl_integration.py"
+ }
]
},
"Win7 Tests (dbg)(1)": {

Powered by Google App Engine
This is Rietveld 408576698