Chromium Code Reviews| Index: Source/devtools/front_end/toolbox/module.json |
| diff --git a/Source/devtools/front_end/toolbox/module.json b/Source/devtools/front_end/toolbox/module.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f83452e11a216ffdd3d2c4e3ebdec95e1f122fe7 |
| --- /dev/null |
| +++ b/Source/devtools/front_end/toolbox/module.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "dependencies": [ |
| + "ui", |
| + "bindings" |
| + ], |
| + "scripts": [ |
| + "OverridesUI.js", |
| + "InspectedPagePlaceholder.js", |
| + "MediaQueryInspector.js", |
| + "ResponsiveDesignView.js" |
| + ] |
| +} |