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

Unified Diff: Source/devtools/scripts/frontend_modules.json

Issue 270553005: Support warning decorations in Timeline flame chart based on trace events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed timeline tests Created 6 years, 7 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
« no previous file with comments | « Source/devtools/front_end/timeline/TracingModel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index 92270782a7aed5030e554b310837c0cb3731e514..7ef9c2c14594a242bace10f031807c0068ada394 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -83,7 +83,6 @@
"sdk/ResourceType.js",
"sdk/ResourceUtils.js",
"sdk/SourceMap.js",
- "sdk/TracingModel.js",
"sdk/NetworkManager.js",
"sdk/NetworkRequest.js",
"sdk/UISourceCode.js",
@@ -317,7 +316,8 @@
"timeline/TimelinePresentationModel.js",
"timeline/TimelineUIUtils.js",
"timeline/TimelineView.js",
- "timeline/TimelineTracingView.js"
+ "timeline/TimelineTracingView.js",
+ "timeline/TracingModel.js"
]
},
{
« no previous file with comments | « Source/devtools/front_end/timeline/TracingModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698