| Index: Source/devtools/devtools.gypi
|
| diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
|
| index 56ec9a94a29c34c7dc4f0b961f09e4f1bad727b8..90c40212494bc5aed1395e0e76575076f4b74863 100644
|
| --- a/Source/devtools/devtools.gypi
|
| +++ b/Source/devtools/devtools.gypi
|
| @@ -320,7 +320,6 @@
|
| 'front_end/indexedDBViews.css',
|
| 'front_end/inspectorCommon.css',
|
| 'front_end/inspectorSyntaxHighlight.css',
|
| - 'front_end/layersPanel.css',
|
| 'front_end/navigatorView.css',
|
| 'front_end/networkLogView.css',
|
| 'front_end/networkPanel.css',
|
| @@ -407,7 +406,6 @@
|
| 'front_end/layers/LayerDetailsView.js',
|
| 'front_end/layers/LayerPaintProfilerView.js',
|
| 'front_end/layers/LayersPanel.js',
|
| - 'front_end/layers/LayerTreeOutline.js',
|
| ],
|
| 'devtools_network_js_files': [
|
| 'front_end/network/HAREntry.js',
|
| @@ -514,6 +512,7 @@
|
| ],
|
| 'devtools_timeline_js_files': [
|
| 'front_end/timeline/CountersGraph.js',
|
| + 'front_end/timeline/LayerTreeOutline.js',
|
| 'front_end/timeline/Layers3DView.js',
|
| 'front_end/timeline/MemoryCountersGraph.js',
|
| 'front_end/timeline/PaintProfilerView.js',
|
|
|