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

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

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 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 "ui",
4 "sdk",
5 "components"
6 ],
7 "scripts": [
8 "CustomPreviewComponent.js",
9 "ObjectPopoverHelper.js",
10 "ObjectPropertiesSection.js",
11 "JavaScriptAutocomplete.js",
12 "RemoteObjectPreviewFormatter.js"
13 ],
14 "resources": [
15 "customPreviewComponent.css",
16 "objectValue.css",
17 "objectValue.css",
18 "objectPropertiesSection.css"
19 ]
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698