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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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
OLDNEW
(Empty)
1 {
2 "extensions": [],
3 "dependencies": [
4 "platform",
5 "common",
6 "host",
7 "ui",
8 "diff"
9 ],
10 "scripts": [
11 "ChartViewport.js",
12 "DataGrid.js",
13 "ViewportDataGrid.js",
14 "SortableDataGrid.js",
15 "ShowMoreDataGridNode.js",
16 "FlameChart.js",
17 "OverviewGrid.js",
18 "PieChart.js",
19 "TimelineGrid.js",
20 "TimelineOverviewPane.js"
21 ],
22 "resources": [
23 "dataGrid.css",
24 "flameChart.css",
25 "overviewGrid.css",
26 "pieChart.css",
27 "timelineGrid.css"
28 ]
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698