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

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

Issue 2237663002: DevTools: Use png icon for bezier editor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline _createDOM function Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css ('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 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host" 5 "host"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "Widget.js", 8 "Widget.js",
9 "View.js", 9 "View.js",
10 "treeoutline.js", 10 "treeoutline.js",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "ThrottledWidget.js", 43 "ThrottledWidget.js",
44 "Toolbar.js", 44 "Toolbar.js",
45 "Tooltip.js", 45 "Tooltip.js",
46 "SuggestBox.js", 46 "SuggestBox.js",
47 "TabbedPane.js", 47 "TabbedPane.js",
48 "UIUtils.js", 48 "UIUtils.js",
49 "ViewportControl.js", 49 "ViewportControl.js",
50 "ZoomManager.js" 50 "ZoomManager.js"
51 ], 51 ],
52 "resources": [ 52 "resources": [
53 "bezierSwatch.css",
53 "checkboxTextLabel.css", 54 "checkboxTextLabel.css",
54 "closeButton.css", 55 "closeButton.css",
55 "colorSwatch.css", 56 "colorSwatch.css",
56 "dialog.css", 57 "dialog.css",
57 "dropTarget.css", 58 "dropTarget.css",
58 "emptyWidget.css", 59 "emptyWidget.css",
59 "filter.css", 60 "filter.css",
60 "infobar.css", 61 "infobar.css",
61 "inspectorCommon.css", 62 "inspectorCommon.css",
62 "inspectorStyle.css", 63 "inspectorStyle.css",
(...skipping 13 matching lines...) Expand all
76 "splitWidget.css", 77 "splitWidget.css",
77 "toolbar.css", 78 "toolbar.css",
78 "suggestBox.css", 79 "suggestBox.css",
79 "tabbedPane.css", 80 "tabbedPane.css",
80 "textButton.css", 81 "textButton.css",
81 "textPrompt.css", 82 "textPrompt.css",
82 "tooltip.css", 83 "tooltip.css",
83 "treeoutline.css" 84 "treeoutline.css"
84 ] 85 ]
85 } 86 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698