Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: Source/devtools/front_end/layers/LayersPanel.js

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/layers/LayersPanel.js
diff --git a/Source/devtools/front_end/layers/LayersPanel.js b/Source/devtools/front_end/layers/LayersPanel.js
index 2e7e82b45b14c5f470b432d1cb69b1d01958232e..36383538be8e336e78e91c80f139af3d5e729f38 100644
--- a/Source/devtools/front_end/layers/LayersPanel.js
+++ b/Source/devtools/front_end/layers/LayersPanel.js
@@ -28,10 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-importScript("LayerTreeOutline.js");
-importScript("LayerDetailsView.js");
-importScript("LayerPaintProfilerView.js");
-
/**
* @constructor
* @extends {WebInspector.PanelWithSidebarTree}
« no previous file with comments | « Source/devtools/front_end/heap_snapshot_worker/_module.js ('k') | Source/devtools/front_end/layers/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698