Chromium Code Reviews| Index: Source/devtools/front_end/layers/module.json |
| diff --git a/Source/devtools/front_end/layers/module.json b/Source/devtools/front_end/layers/module.json |
| index e37e987c9033c0d1796c84330c8726c247a7ce2d..94edfb6c66a6bd2781ce6d3234120eb50457fbd1 100644 |
| --- a/Source/devtools/front_end/layers/module.json |
| +++ b/Source/devtools/front_end/layers/module.json |
| @@ -14,5 +14,10 @@ |
| } |
| ], |
| "dependencies": [ "timeline" ], |
| - "scripts": [ "LayersPanel.js" ] |
| + "scripts": [ |
| + "LayerTreeOutline.js", |
| + "LayerDetailsView.js", |
| + "LayerPaintProfilerView.js", |
| + "LayersPanel.js" |
| + ] |
| } |