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

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

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, extracted model into a file of its own Created 6 years, 9 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/inspector.html ('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 8e7f87915042d0ea31212c642932a563ef3de727..2f42852c4a973e6c51877c25b09c70299cb532fa 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -83,6 +83,7 @@
"ResourceUtils.js",
"SourceMap.js",
"TracingAgent.js",
+ "TracingModel.js",
"NetworkManager.js",
"NetworkRequest.js",
"UISourceCode.js",
@@ -312,7 +313,8 @@
"TimelinePanel.js",
"TimelinePresentationModel.js",
"TimelineUIUtils.js",
- "TimelineView.js"
+ "TimelineView.js",
+ "TimelineTracingView.js"
]
},
{
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698