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

Side by Side Diff: Source/devtools/front_end/ui_lazy/module.json

Issue 1178563002: DevTools: Refactor network panel overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host", 5 "host",
6 "ui" 6 "ui"
7 ], 7 ],
8 "scripts": [ 8 "scripts": [
9 "DataGrid.js", 9 "DataGrid.js",
10 "ViewportDataGrid.js", 10 "ViewportDataGrid.js",
11 "SortableDataGrid.js", 11 "SortableDataGrid.js",
12 "ShowMoreDataGridNode.js", 12 "ShowMoreDataGridNode.js",
13 "FlameChart.js", 13 "FlameChart.js",
14 "OverviewGrid.js", 14 "OverviewGrid.js",
15 "PieChart.js", 15 "PieChart.js",
16 "TimelineGrid.js" 16 "TimelineGrid.js",
17 "TimelineOverviewPane.js"
17 ], 18 ],
18 "resources": [ 19 "resources": [
19 "dataGrid.css", 20 "dataGrid.css",
20 "flameChart.css", 21 "flameChart.css",
21 "overviewGrid.css", 22 "overviewGrid.css",
22 "pieChart.css", 23 "pieChart.css",
23 "timelineGrid.css" 24 "timelineGrid.css"
24 ] 25 ]
25 } 26 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js ('k') | Source/devtools/front_end/ui_lazy/timelineGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698