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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 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
« no previous file with comments | « Source/devtools/front_end/layers/_module.js ('k') | Source/devtools/front_end/main/_module.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "layers", 5 "name": "layers",
6 "title": "Layers", 6 "title": "Layers",
7 "order": 7, 7 "order": 7,
8 "className": "WebInspector.LayersPanel" 8 "className": "WebInspector.LayersPanel"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.Revealer", 11 "type": "@WebInspector.Revealer",
12 "contextTypes": ["WebInspector.DeferredLayerTree"], 12 "contextTypes": ["WebInspector.DeferredLayerTree"],
13 "className": "WebInspector.LayersPanel.LayerTreeRevealer" 13 "className": "WebInspector.LayersPanel.LayerTreeRevealer"
14 } 14 }
15 ], 15 ],
16 "dependencies": [ "timeline" ], 16 "dependencies": ["timeline"],
17 "scripts": [ "LayersPanel.js" ] 17 "scripts": [
18 "LayerTreeOutline.js",
19 "LayerDetailsView.js",
20 "LayerPaintProfilerView.js",
21 "LayersPanel.js"
22 ]
18 } 23 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/layers/_module.js ('k') | Source/devtools/front_end/main/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698