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

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

Issue 298913004: [DevTools] Add Toolbox page to undocked DevTools frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 { 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/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "ui/TextPrompt.js", 125 "ui/TextPrompt.js",
126 "ui/TextUtils.js", 126 "ui/TextUtils.js",
127 "ui/UIUtils.js", 127 "ui/UIUtils.js",
128 "ui/View.js", 128 "ui/View.js",
129 "ui/ViewportControl.js", 129 "ui/ViewportControl.js",
130 "ui/ZoomManager.js", 130 "ui/ZoomManager.js",
131 "ui/treeoutline.js" 131 "ui/treeoutline.js"
132 ] 132 ]
133 }, 133 },
134 { 134 {
135 "name": "toolbox",
136 "dependencies": ["sdk", "ui"],
137 "sources": [
138 "toolbox/ResponsiveDesignView.js"
139 ]
140 },
141 {
135 "name": "components", 142 "name": "components",
136 "dependencies": ["sdk", "ui"], 143 "dependencies": ["sdk", "ui", "toolbox"],
137 "sources": [ 144 "sources": [
138 "components/CookiesTable.js", 145 "components/CookiesTable.js",
139 "components/DOMBreakpointsSidebarPane.js", 146 "components/DOMBreakpointsSidebarPane.js",
140 "components/DOMPresentationUtils.js", 147 "components/DOMPresentationUtils.js",
141 "components/DockController.js", 148 "components/DockController.js",
142 "components/Drawer.js", 149 "components/Drawer.js",
143 "components/ExecutionContextSelector.js", 150 "components/ExecutionContextSelector.js",
144 "components/ExtensionServerProxy.js", 151 "components/ExtensionServerProxy.js",
145 "components/FilterBar.js", 152 "components/FilterBar.js",
146 "components/FilterSuggestionBuilder.js", 153 "components/FilterSuggestionBuilder.js",
147 "components/FlameChart.js", 154 "components/FlameChart.js",
148 "components/HandlerRegistry.js", 155 "components/HandlerRegistry.js",
149 "components/HelpScreen.js", 156 "components/HelpScreen.js",
150 "components/InspectElementModeController.js", 157 "components/InspectElementModeController.js",
151 "components/InspectedPagePlaceholder.js", 158 "components/InspectedPagePlaceholder.js",
152 "components/InspectorView.js", 159 "components/InspectorView.js",
153 "components/NativeBreakpointsSidebarPane.js", 160 "components/NativeBreakpointsSidebarPane.js",
154 "components/ObjectPopoverHelper.js", 161 "components/ObjectPopoverHelper.js",
155 "components/ObjectPropertiesSection.js", 162 "components/ObjectPropertiesSection.js",
156 "components/OverviewGrid.js", 163 "components/OverviewGrid.js",
157 "components/Panel.js", 164 "components/Panel.js",
158 "components/PropertiesSection.js", 165 "components/PropertiesSection.js",
159 "components/SearchableView.js", 166 "components/SearchableView.js",
160 "components/Section.js", 167 "components/Section.js",
161 "components/SettingsUI.js", 168 "components/SettingsUI.js",
162 "components/ShortcutsScreen.js", 169 "components/ShortcutsScreen.js",
163 "components/TimelineGrid.js", 170 "components/TimelineGrid.js",
171 "components/Toolbox.js",
164 "components/WorkerFrontendManager.js" 172 "components/WorkerFrontendManager.js"
165 ] 173 ]
166 }, 174 },
167 { 175 {
168 "name": "screencast", 176 "name": "screencast",
169 "dependencies": ["components"], 177 "dependencies": ["components"],
170 "sources": [ 178 "sources": [
171 "ScreencastView.js" 179 "ScreencastView.js"
172 ] 180 ]
173 }, 181 },
174 { 182 {
175 "name": "responsive_design",
176 "dependencies": ["components"],
177 "sources": [
178 "ResponsiveDesignView.js"
179 ]
180 },
181 {
182 "name": "source_frame", 183 "name": "source_frame",
183 "dependencies": ["components"], 184 "dependencies": ["components"],
184 "sources": [ 185 "sources": [
185 "source_frame/CodeMirrorTextEditor.js", 186 "source_frame/CodeMirrorTextEditor.js",
186 "source_frame/CodeMirrorUtils.js", 187 "source_frame/CodeMirrorUtils.js",
187 "source_frame/FontView.js", 188 "source_frame/FontView.js",
188 "source_frame/GoToLineDialog.js", 189 "source_frame/GoToLineDialog.js",
189 "source_frame/ImageView.js", 190 "source_frame/ImageView.js",
190 "source_frame/ResourceView.js", 191 "source_frame/ResourceView.js",
191 "source_frame/SourceFrame.js" 192 "source_frame/SourceFrame.js"
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "script_formatter_worker/CSSFormatter.js", 451 "script_formatter_worker/CSSFormatter.js",
451 "script_formatter_worker/JavaScriptFormatter.js", 452 "script_formatter_worker/JavaScriptFormatter.js",
452 "script_formatter_worker/ScriptFormatterWorker.js" 453 "script_formatter_worker/ScriptFormatterWorker.js"
453 ] 454 ]
454 }, 455 },
455 { 456 {
456 "name": "main", 457 "name": "main",
457 "dependencies": [ 458 "dependencies": [
458 "elements", 459 "elements",
459 "host_stub", 460 "host_stub",
460 "responsive_design",
461 "screencast", 461 "screencast",
462 "settings", 462 "settings",
463 "sources", 463 "sources",
464 "sdk" 464 "sdk"
465 ], 465 ],
466 "sources": [ 466 "sources": [
467 "main/HelpScreenUntilReload.js", 467 "main/HelpScreenUntilReload.js",
468 "main/Main.js" 468 "main/Main.js"
469 ] 469 ]
470 }, 470 },
471 { 471 {
472 "name": "front_end", 472 "name": "front_end",
473 "standalone": true, 473 "standalone": true,
474 "dependencies": [ 474 "dependencies": [
475 "common", 475 "common",
476 "sdk", 476 "sdk",
477 "ui", 477 "ui",
478 "toolbox",
478 "components", 479 "components",
479 "source_frame", 480 "source_frame",
480 "elements", 481 "elements",
481 "network", 482 "network",
482 "resources", 483 "resources",
483 "sources", 484 "sources",
484 "console", 485 "console",
485 "timeline", 486 "timeline",
486 "audits", 487 "audits",
487 "layers", 488 "layers",
488 "extensions", 489 "extensions",
489 "settings", 490 "settings",
490 "tests", 491 "tests",
491 "profiler", 492 "profiler",
492 "host_stub", 493 "host_stub",
493 "screencast", 494 "screencast",
494 "main" 495 "main"
495 ], 496 ],
496 "sources": [] 497 "sources": []
497 } 498 }
498 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698