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

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

Issue 2161733002: DevTools: Move WebInspector.SwatchPopoverHelper into new file ui/SwatchPopoverHelper.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename1
Patch Set: Addressed nit Created 4 years, 5 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/SwatchPopoverHelper.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 "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 "treeoutline.js", 9 "treeoutline.js",
10 "Drawer.js", 10 "Drawer.js",
(...skipping 21 matching lines...) Expand all
32 "ResizerWidget.js", 32 "ResizerWidget.js",
33 "ReportView.js", 33 "ReportView.js",
34 "RootView.js", 34 "RootView.js",
35 "SearchableView.js", 35 "SearchableView.js",
36 "Section.js", 36 "Section.js",
37 "SettingsUI.js", 37 "SettingsUI.js",
38 "SidebarTreeElement.js", 38 "SidebarTreeElement.js",
39 "SoftContextMenu.js", 39 "SoftContextMenu.js",
40 "SplitWidget.js", 40 "SplitWidget.js",
41 "StackView.js", 41 "StackView.js",
42 "SwatchPopoverHelper.js",
42 "Toolbar.js", 43 "Toolbar.js",
43 "Tooltip.js", 44 "Tooltip.js",
44 "SuggestBox.js", 45 "SuggestBox.js",
45 "TabbedPane.js", 46 "TabbedPane.js",
46 "SidebarPane.js", 47 "SidebarPane.js",
47 "TextPrompt.js", 48 "TextPrompt.js",
48 "UIUtils.js", 49 "UIUtils.js",
49 "ViewportControl.js", 50 "ViewportControl.js",
50 "ZoomManager.js", 51 "ZoomManager.js",
51 "ThrottledWidget.js" 52 "ThrottledWidget.js"
(...skipping 27 matching lines...) Expand all
79 "splitWidget.css", 80 "splitWidget.css",
80 "toolbar.css", 81 "toolbar.css",
81 "suggestBox.css", 82 "suggestBox.css",
82 "tabbedPane.css", 83 "tabbedPane.css",
83 "textButton.css", 84 "textButton.css",
84 "textPrompt.css", 85 "textPrompt.css",
85 "tooltip.css", 86 "tooltip.css",
86 "treeoutline.css" 87 "treeoutline.css"
87 ] 88 ]
88 } 89 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698