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

Unified Diff: Source/devtools/devtools.gypi

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 | « LayoutTests/inspector/tracing.html ('k') | Source/devtools/front_end/MemoryCountersGraph.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 057ca4760e8650c3bb2934dc10235bd208a995e9..5a127719ba21e8a844f7fdb7fa61643dbdbcc83e 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -175,6 +175,7 @@
'front_end/TimelineGrid.js',
'front_end/TimelineManager.js',
'front_end/TracingAgent.js',
+ 'front_end/TracingModel.js',
'front_end/treeoutline.js',
'front_end/UISourceCode.js',
'front_end/UIString.js',
@@ -324,6 +325,7 @@
'front_end/TimelinePowerGraph.js',
'front_end/TimelinePowerOverview.js',
'front_end/TimelinePanel.js',
+ 'front_end/TimelineTracingView.js',
],
'devtools_profiles_js_files': [
'front_end/BottomUpProfileDataGridTree.js',
« no previous file with comments | « LayoutTests/inspector/tracing.html ('k') | Source/devtools/front_end/MemoryCountersGraph.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698