Chromium Code Reviews| Index: appengine/swarming/ui/wct.conf.json |
| diff --git a/appengine/swarming/ui/wct.conf.json b/appengine/swarming/ui/wct.conf.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1a263c8ee95823f332d4e6b3b218b40aa8f56f96 |
| --- /dev/null |
| +++ b/appengine/swarming/ui/wct.conf.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "verbose": false, |
| + "plugins": { |
| + "local": { |
| + "browsers": ["chrome"] |
| + } |
| + }, |
| + "extraScripts": [ |
| + "./node_modules/skia-common-js/common.js", |
| + "./build/js/common-strings.js", |
| + "./res/js/alias.js" |
| + ] |
| +} |