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

Unified Diff: Source/devtools/devtools.gypi

Issue 1178563002: DevTools: Refactor network panel overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index b497ae9f5412e494d3681ee27685f219793ff2ca..930c0e07f881111f84d1e4befdbb24834302fa00 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -613,7 +613,6 @@
'front_end/timeline/TimelineLayersView.js',
'front_end/timeline/TimelineMemoryOverview.js',
'front_end/timeline/TimelineModel.js',
- 'front_end/timeline/TimelineOverviewPane.js',
'front_end/timeline/TimelinePaintProfilerView.js',
'front_end/timeline/TimelinePanel.js',
'front_end/timeline/TimelinePresentationModel.js',
@@ -634,6 +633,7 @@
'front_end/ui_lazy/ShowMoreDataGridNode.js',
'front_end/ui_lazy/SortableDataGrid.js',
'front_end/ui_lazy/TimelineGrid.js',
+ 'front_end/ui_lazy/TimelineOverviewPane.js',
'front_end/ui_lazy/ViewportDataGrid.js',
],

Powered by Google App Engine
This is Rietveld 408576698