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