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

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

Issue 2714833002: DevTools: use interface for ObjectUI and make it a non-autostart module (Closed)
Patch Set: cl fb Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPropertiesSection.js ('k') | no next file » | 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": [
3 {
4 "type": "@Common.Renderer",
5 "contextTypes": [
6 "SDK.RemoteObject"
7 ],
8 "className": "ObjectUI.ObjectPropertiesSection.Renderer"
9 }
10 ],
2 "dependencies": [ 11 "dependencies": [
3 "ui", 12 "ui",
4 "sdk", 13 "sdk",
5 "components" 14 "components"
6 ], 15 ],
7 "scripts": [ 16 "scripts": [
8 "CustomPreviewComponent.js", 17 "CustomPreviewComponent.js",
9 "ObjectPopoverHelper.js", 18 "ObjectPopoverHelper.js",
10 "ObjectPropertiesSection.js", 19 "ObjectPropertiesSection.js",
11 "JavaScriptAutocomplete.js", 20 "JavaScriptAutocomplete.js",
12 "RemoteObjectPreviewFormatter.js" 21 "RemoteObjectPreviewFormatter.js"
13 ], 22 ],
14 "resources": [ 23 "resources": [
15 "customPreviewComponent.css", 24 "customPreviewComponent.css",
16 "objectPopover.css", 25 "objectPopover.css",
17 "objectPropertiesSection.css", 26 "objectPropertiesSection.css",
18 "objectValue.css" 27 "objectValue.css"
19 ] 28 ]
20 } 29 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPropertiesSection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698