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

Unified Diff: Source/devtools/front_end/timeline/TimelinePanel.js

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/timeline/TimelinePanel.js
diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
index b4c57d49f0ce8861eb0b4195b6795f67e82185f5..e21f540a26b4fa0113f6e7b91e8101879a20551b 100644
--- a/Source/devtools/front_end/timeline/TimelinePanel.js
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js
@@ -29,6 +29,32 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+importScript("CountersGraph.js");
+importScript("Layers3DView.js");
+importScript("MemoryCountersGraph.js");
+importScript("TimelineModel.js");
+importScript("TimelineModelImpl.js");
+importScript("TimelineJSProfile.js");
+importScript("TimelineOverviewPane.js");
+importScript("TimelinePresentationModel.js");
+importScript("TracingTimelineModel.js");
+importScript("TimelineFrameModel.js");
+importScript("TimelineEventOverview.js");
+importScript("TimelineFrameOverview.js");
+importScript("TimelineMemoryOverview.js");
+importScript("TimelinePowerGraph.js");
+importScript("TimelinePowerOverview.js");
+importScript("TimelineFlameChart.js");
+importScript("TimelineUIUtils.js");
+importScript("TimelineUIUtilsImpl.js");
+importScript("TimelineView.js");
+importScript("TimelineLayersView.js");
+importScript("TimelinePaintProfilerView.js");
+importScript("TracingModel.js");
+importScript("TracingTimelineUIUtils.js");
+importScript("TransformController.js");
+importScript("PaintProfilerView.js");
+
/**
* @constructor
* @extends {WebInspector.Panel}
« no previous file with comments | « Source/devtools/front_end/temp_storage_shared_worker/_module.js ('k') | Source/devtools/front_end/timeline/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698