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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/module.json

Issue 1739193003: Timeline: extract and rename TracingModelLoader into a file of its own (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also moved loadTimelineFrom to TimelineLoader Created 4 years, 10 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: third_party/WebKit/Source/devtools/front_end/timeline/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
index f90cdd8ace8ed5b714de5ef809244b081559f8e4..e8a702854b80496db90f065e9200e66b33201252 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
@@ -108,6 +108,7 @@
"MemoryCountersGraph.js",
"TimelineModel.js",
"TimelineIRModel.js",
+ "TimelineLoader.js",
alph 2016/02/27 00:29:20 sort plz
"TimelineJSProfile.js",
"TimelineFrameModel.js",
"TimelineEventOverview.js",

Powered by Google App Engine
This is Rietveld 408576698