Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/shell/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/shell/module.json b/third_party/WebKit/Source/devtools/front_end/shell/module.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0b2846b4d183d444dc8dfbc8b9200dd9f43cbd9b |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/devtools/front_end/shell/module.json |
| @@ -0,0 +1,10 @@ |
| +{ |
| + "dependencies": [ |
| + "common", |
| + "test_runner", |
| + "ui" |
| + ], |
| + "scripts": [ |
| + "TestShell.js" |
| + ] |
| +} |