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

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

Issue 2217783002: DevTools: use view locations in the elements and sources sidebars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 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
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 28 matching lines...) Expand all
39 "SplitWidget.js", 39 "SplitWidget.js",
40 "StackView.js", 40 "StackView.js",
41 "SwatchPopoverHelper.js", 41 "SwatchPopoverHelper.js",
42 "TextPrompt.js", 42 "TextPrompt.js",
43 "ThrottledView.js", 43 "ThrottledView.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 "ViewContainers.js",
50 "ViewportControl.js", 49 "ViewportControl.js",
51 "ZoomManager.js" 50 "ZoomManager.js"
52 ], 51 ],
53 "resources": [ 52 "resources": [
54 "checkboxTextLabel.css", 53 "checkboxTextLabel.css",
55 "closeButton.css", 54 "closeButton.css",
56 "colorSwatch.css", 55 "colorSwatch.css",
57 "dialog.css", 56 "dialog.css",
58 "dropTarget.css", 57 "dropTarget.css",
59 "emptyWidget.css", 58 "emptyWidget.css",
(...skipping 17 matching lines...) Expand all
77 "splitWidget.css", 76 "splitWidget.css",
78 "toolbar.css", 77 "toolbar.css",
79 "suggestBox.css", 78 "suggestBox.css",
80 "tabbedPane.css", 79 "tabbedPane.css",
81 "textButton.css", 80 "textButton.css",
82 "textPrompt.css", 81 "textPrompt.css",
83 "tooltip.css", 82 "tooltip.css",
84 "treeoutline.css" 83 "treeoutline.css"
85 ] 84 ]
86 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698