| 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)": {
|
|
|