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

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

Issue 2740803002: [DevTools] Simplify Popover API (Closed)
Patch Set: addressed comments Created 3 years, 9 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
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "ui" 3 "ui"
4 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "BezierEditor.js", 6 "BezierEditor.js",
7 "BezierUI.js", 7 "BezierUI.js",
8 "ColorSwatch.js", 8 "ColorSwatch.js",
9 "CSSShadowEditor.js", 9 "CSSShadowEditor.js",
10 "SwatchPopoverHelper.js", 10 "SwatchPopoverHelper.js",
11 "CSSShadowModel.js" 11 "CSSShadowModel.js"
12 ], 12 ],
13 "resources": [ 13 "resources": [
14 "bezierEditor.css", 14 "bezierEditor.css",
15 "colorSwatch.css", 15 "colorSwatch.css",
16 "bezierSwatch.css", 16 "bezierSwatch.css",
17 "cssShadowSwatch.css", 17 "cssShadowSwatch.css",
18 "cssShadowEditor.css" 18 "cssShadowEditor.css",
19 "swatchPopover.css"
19 ] 20 ]
20 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698