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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes 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 "dependencies": [
3 "sdk",
4 "source_frame",
5 "sources",
6 "ui",
7 "ui_lazy"
8 ],
9 "extensions": [
10 {
11 "type": "@Sources.UISourceCodeFrame.LineDecorator",
12 "className": "Components.LineLevelProfile.LineDecorator",
13 "decoratorType": "performance"
14 },
15 {
16 "type": "@UI.ActionDelegate",
17 "actionId": "components.collect-garbage",
18 "title": "Collect garbage",
19 "iconClass": "largeicon-trash-bin",
20 "className": "Components.GCActionDelegate"
21 }
22 ],
23 "scripts": [
24 "CookiesTable.js",
25 "FilmStripModel.js",
26 "FilmStripView.js",
27 "GCActionDelegate.js",
28 "LineLevelProfile.js"
29 ],
30 "resources": [
31 "filmStripDialog.css",
32 "filmStripView.css"
33 ]
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698