Chromium Code Reviews| Index: chrome/interactive_ui_tests.isolate |
| diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate |
| index bef0495321515a156f9aefdd3f2cf49177e05d16..d968a7dbaee6db3b161be66796d52b2e58a8b6a7 100644 |
| --- a/chrome/interactive_ui_tests.isolate |
| +++ b/chrome/interactive_ui_tests.isolate |
| @@ -12,6 +12,8 @@ |
| '--test-launcher-bot-mode', |
| '--asan=<(asan)', |
| '--lsan=<(lsan)', |
| + '--msan=<(msan)', |
| + '--tsan=<(tsan)', |
| ], |
| 'files': [ |
| '../testing/xvfb.py', |
| @@ -76,6 +78,8 @@ |
| '--test-launcher-bot-mode', |
| '--asan=<(asan)', |
| '--lsan=<(lsan)', |
| + '--msan=<(msan)', |
| + '--tsan=<(tsan)', |
| ], |
| }, |
| }], |