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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 411263003: DevTools: Extract SortableDataGrid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/devtools/front_end/ui/SortableDataGrid.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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/ModuleManager.js", 10 "common/ModuleManager.js",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "ui/PieChart.js", 114 "ui/PieChart.js",
115 "ui/Popover.js", 115 "ui/Popover.js",
116 "ui/ProgressIndicator.js", 116 "ui/ProgressIndicator.js",
117 "ui/ResizerWidget.js", 117 "ui/ResizerWidget.js",
118 "ui/SettingsUI.js", 118 "ui/SettingsUI.js",
119 "ui/SidebarPane.js", 119 "ui/SidebarPane.js",
120 "ui/SidebarTreeElement.js", 120 "ui/SidebarTreeElement.js",
121 "ui/ShortcutRegistry.js", 121 "ui/ShortcutRegistry.js",
122 "ui/ShowMoreDataGridNode.js", 122 "ui/ShowMoreDataGridNode.js",
123 "ui/SoftContextMenu.js", 123 "ui/SoftContextMenu.js",
124 "ui/SortableDataGrid.js",
124 "ui/SplitView.js", 125 "ui/SplitView.js",
125 "ui/StackView.js", 126 "ui/StackView.js",
126 "ui/StatusBarButton.js", 127 "ui/StatusBarButton.js",
127 "ui/SuggestBox.js", 128 "ui/SuggestBox.js",
128 "ui/TabbedPane.js", 129 "ui/TabbedPane.js",
129 "ui/TextEditor.js", 130 "ui/TextEditor.js",
130 "ui/TextPrompt.js", 131 "ui/TextPrompt.js",
131 "ui/UIUtils.js", 132 "ui/UIUtils.js",
132 "ui/View.js", 133 "ui/View.js",
133 "ui/ViewportControl.js", 134 "ui/ViewportControl.js",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "settings", 494 "settings",
494 "tests", 495 "tests",
495 "profiler", 496 "profiler",
496 "host", 497 "host",
497 "screencast", 498 "screencast",
498 "main" 499 "main"
499 ], 500 ],
500 "sources": [] 501 "sources": []
501 } 502 }
502 ] 503 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/SortableDataGrid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698