Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / scripts / frontend_modules.json
1 [
2     {
3         "name": "common",
4         "dependencies": [],
5         "sources": [
6             "modules.js",
7             "Color.js",
8             "DOMExtension.js",
9             "Geometry.js",
10             "ModuleManager.js",
11             "Object.js",
12             "ParsedURL.js",
13             "Platform.js",
14             "Progress.js",
15             "Settings.js",
16             "TextRange.js",
17             "UIString.js",
18             "UserMetrics.js",
19             "utilities.js"
20         ]
21     },
22     {
23         "name": "sdk",
24         "dependencies": ["common"],
25         "sources": [
26             "ApplicationCacheModel.js",
27             "CompilerScriptMapping.js",
28             "ConsoleModel.js",
29             "ContentProvider.js",
30             "ContentProviderBasedProjectDelegate.js",
31             "ContentProviders.js",
32             "CookieParser.js",
33             "CPUProfilerModel.js",
34             "CSSMetadata.js",
35             "CSSStyleModel.js",
36             "CSSStyleSheetMapping.js",
37             "BreakpointManager.js",
38             "Database.js",
39             "DOMAgent.js",
40             "DOMStorage.js",
41             "DebuggerModel.js",
42             "DebuggerScriptMapping.js",
43             "FileManager.js",
44             "FileSystemMapping.js",
45             "FileSystemModel.js",
46             "FileSystemProjectDelegate.js",
47             "FileUtils.js",
48             "HAREntry.js",
49             "IndexedDBModel.js",
50             "InspectorBackend.js",
51             "IsolatedFileSystemManager.js",
52             "IsolatedFileSystem.js",
53             "Linkifier.js",
54             "NetworkLog.js",
55             "NetworkUISourceCodeProvider.js",
56             "NotificationService.js",
57             "OverridesSupport.js",
58             "PresentationConsoleMessageHelper.js",
59             "WorkerManager.js",
60             "RuntimeModel.js",
61             "SASSSourceMapping.js",
62             "Script.js",
63             "ScriptFormatter.js",
64             "ScriptSnippetModel.js",
65             "SimpleWorkspaceProvider.js",
66             "SnippetStorage.js",
67             "SourceMapping.js",
68             "StylesSourceMapping.js",
69             "TempFile.js",
70             "TimelineManager.js",
71             "RemoteObject.js",
72             "Resource.js",
73             "DefaultScriptMapping.js",
74             "ResourceScriptMapping.js",
75             "LiveEditSupport.js",
76             "ResourceTreeModel.js",
77             "ResourceType.js",
78             "ResourceUtils.js",
79             "SourceMap.js",
80             "TracingAgent.js",
81             "NetworkManager.js",
82             "NetworkRequest.js",
83             "UISourceCode.js",
84             "Workspace.js",
85             "WorkspaceController.js",
86             "PaintProfiler.js"
87         ]
88     },
89     {
90         "name": "ui",
91         "dependencies": ["common"],
92         "sources": [
93             "Checkbox.js",
94             "ContextMenu.js",
95             "CompletionDictionary.js",
96             "DataGrid.js",
97             "Dialog.js",
98             "DockController.js",
99             "Drawer.js",
100             "EmptyView.js",
101             "FilterBar.js",
102             "GoToLineDialog.js",
103             "HelpScreen.js",
104             "InplaceEditor.js",
105             "InspectorView.js",
106             "KeyboardShortcut.js",
107             "OverviewGrid.js",
108             "Panel.js",
109             "Placard.js",
110             "Popover.js",
111             "ProgressIndicator.js",
112             "PropertiesSection.js",
113             "SearchableView.js",
114             "Section.js",
115             "SettingsUI.js",
116             "SidebarOverlay.js",
117             "SidebarPane.js",
118             "SidebarTreeElement.js",
119             "ShortcutsScreen.js",
120             "ShowMoreDataGridNode.js",
121             "SoftContextMenu.js",
122             "Spectrum.js",
123             "SplitView.js",
124             "StackView.js",
125             "StatusBarButton.js",
126             "SuggestBox.js",
127             "TabbedPane.js",
128             "TextEditor.js",
129             "TextPrompt.js",
130             "TextUtils.js",
131             "TimelineGrid.js",
132             "UIUtils.js",
133             "View.js",
134             "ViewportControl.js",
135             "ZoomManager.js",
136             "treeoutline.js"
137         ]
138     },
139     {
140         "name": "codemirror",
141         "dependencies": ["common", "ui"],
142         "sources": [
143             "CodeMirrorTextEditor.js",
144             "CodeMirrorUtils.js"
145         ]
146     },
147     {
148         "name": "components",
149         "dependencies": ["sdk", "ui"],
150         "sources": [
151             "AdvancedSearchController.js",
152             "HandlerRegistry.js",
153             "ConsoleMessage.js",
154             "CookiesTable.js",
155             "DOMBreakpointsSidebarPane.js",
156             "DOMPresentationUtils.js",
157             "ExtensionServerProxy.js",
158             "FlameChart.js",
159             "HelpScreenUntilReload.js",
160             "NativeBreakpointsSidebarPane.js",
161             "InspectElementModeController.js",
162             "ObjectPopoverHelper.js",
163             "ObjectPropertiesSection.js",
164             "ScreencastView.js"
165         ]
166     },
167     {
168         "name": "source_frame",
169         "dependencies": ["components", "codemirror"],
170         "sources": [
171             "SourceFrame.js"
172         ]
173     },
174     {
175         "name": "resource_views",
176         "dependencies": ["source_frame"],
177         "sources": [
178             "FontView.js",
179             "ImageView.js",
180             "ResourceView.js"
181         ]
182     },
183     {
184         "name": "elements",
185         "dependencies": ["components", "codemirror"],
186         "sources": [
187             "DOMSyntaxHighlighter.js",
188             "ElementsPanel.js",
189             "ElementsTreeOutline.js",
190             "EventListenersSidebarPane.js",
191             "MetricsSidebarPane.js",
192             "OverridesView.js",
193             "PlatformFontsSidebarPane.js",
194             "PropertiesSidebarPane.js",
195             "StylesSidebarPane.js",
196             "RenderingOptionsView.js"
197         ]
198     },
199     {
200         "name": "network",
201         "dependencies": ["components", "resource_views"],
202         "sources": [
203             "NetworkItemView.js",
204             "RequestCookiesView.js",
205             "RequestHeadersView.js",
206             "RequestHTMLView.js",
207             "RequestJSONView.js",
208             "RequestPreviewView.js",
209             "RequestResponseView.js",
210             "RequestTimingView.js",
211             "RequestView.js",
212             "ResourceWebSocketFrameView.js",
213             "NetworkPanel.js"
214         ]
215     },
216     {
217         "name": "resources",
218         "dependencies": ["components", "resource_views"],
219         "sources": [
220             "ApplicationCacheItemsView.js",
221             "CookieItemsView.js",
222             "DatabaseQueryView.js",
223             "DatabaseTableView.js",
224             "DirectoryContentView.js",
225             "DOMStorageItemsView.js",
226             "FileContentView.js",
227             "FileSystemView.js",
228             "IndexedDBViews.js",
229             "ResourcesPanel.js"
230         ]
231     },
232     {
233         "name": "workers",
234         "dependencies": ["components"],
235         "sources": [
236             "WorkerFrontendManager.js"
237         ]
238     },
239     {
240         "name": "sources",
241         "dependencies": ["components", "source_frame", "workers"],
242         "sources": [
243             "BreakpointsSidebarPane.js",
244             "CSSSourceFrame.js",
245             "CallStackSidebarPane.js",
246             "EditingLocationHistoryManager.js",
247             "FilePathScoreFunction.js",
248             "FilteredItemSelectionDialog.js",
249             "JavaScriptSourceFrame.js",
250             "NavigatorView.js",
251             "RevisionHistoryView.js",
252             "ScopeChainSidebarPane.js",
253             "SimpleHistoryManager.js",
254             "SourcesNavigator.js",
255             "SourcesPanel.js",
256             "SourcesSearchScope.js",
257             "StyleSheetOutlineDialog.js",
258             "TabbedEditorContainer.js",
259             "UISourceCodeFrame.js",
260             "WatchExpressionsSidebarPane.js",
261             "WorkersSidebarPane.js",
262             "ThreadsToolbar.js"
263         ]
264     },
265     {
266         "name": "console",
267         "dependencies": ["components"],
268         "sources": [
269             "ConsoleView.js",
270             "ConsolePanel.js"
271         ]
272     },
273     {
274         "name": "timeline",
275         "dependencies": ["components"],
276         "sources": [
277             "CountersGraph.js",
278             "MemoryStatistics.js",
279             "PieChart.js",
280             "TimelineEventOverview.js",
281             "TimelineFrameModel.js",
282             "TimelineFrameOverview.js",
283             "TimelineMemoryOverview.js",
284             "TimelineModel.js",
285             "TimelineOverviewPane.js",
286             "TimelineFlameChart.js",
287             "TimelinePanel.js",
288             "TimelinePresentationModel.js",
289             "TimelineView.js"
290         ]
291     },
292     {
293         "name": "audits",
294         "dependencies": ["components"],
295         "sources": [
296             "AuditCategories.js",
297             "AuditCategory.js",
298             "AuditController.js",
299             "AuditFormatters.js",
300             "AuditLauncherView.js",
301             "AuditResultView.js",
302             "AuditRules.js",
303             "AuditsPanel.js"
304         ]
305     },
306     {
307         "name": "layers",
308         "dependencies": ["components"],
309         "sources": [
310             "LayerTreeModel.js",
311             "LayersPanel.js",
312             "LayerTree.js",
313             "Layers3DView.js",
314             "LayerDetailsView.js",
315             "PaintProfilerView.js"
316         ]
317     },
318     {
319         "name": "extensions",
320         "dependencies": ["components", "audits", "sources"],
321         "sources": [
322             "ExtensionAPI.js",
323             "ExtensionAuditCategory.js",
324             "ExtensionPanel.js",
325             "ExtensionRegistryStub.js",
326             "ExtensionServer.js",
327             "ExtensionView.js"
328         ]
329     },
330     {
331         "name": "settings",
332         "dependencies": ["components"],
333         "sources": [
334             "SettingsScreen.js",
335             "EditFileSystemDialog.js"
336         ]
337     },
338     {
339         "name": "tests",
340         "dependencies": ["components"],
341         "sources": [
342             "TestController.js"
343         ]
344     },
345     {
346         "name": "temp_storage_shared_worker",
347         "standalone": true,
348         "dependencies": [],
349         "sources": [
350             "TempStorageSharedWorker.js"
351         ]
352     },
353     {
354         "name": "profiler",
355         "dependencies": ["components"],
356         "sources": [
357             "BottomUpProfileDataGridTree.js",
358             "CPUProfileView.js",
359             "HeapSnapshotCommon.js",
360             "HeapSnapshotDataGrids.js",
361             "HeapSnapshotGridNodes.js",
362             "HeapSnapshotProxy.js",
363             "HeapSnapshotView.js",
364             "ProfileDataGridTree.js",
365             "ProfilesPanel.js",
366             "ProfileLauncherView.js",
367             "TopDownProfileDataGridTree.js",
368             "CanvasProfileView.js",
369             "CanvasReplayStateView.js"
370         ]
371     },
372     {
373         "name": "heap_snapshot_worker",
374         "standalone": true,
375         "dependencies": [],
376         "sources": [
377             "AllocationProfile.js",
378             "HeapSnapshot.js",
379             "HeapSnapshotCommon.js",
380             "HeapSnapshotLoader.js",
381             "HeapSnapshotWorker.js",
382             "HeapSnapshotWorkerDispatcher.js",
383             "JSHeapSnapshot.js",
384             "TextUtils.js",
385             "UIString.js",
386             "utilities.js"
387         ]
388     },
389     {
390         "name": "host_stub",
391         "dependencies": ["components", "profiler", "timeline"],
392         "sources": [
393             "InspectorFrontendAPI.js",
394             "InspectorFrontendHostStub.js"
395         ]
396     },
397     {
398         "name": "script_formatter_worker",
399         "standalone": true,
400         "dependencies": [],
401         "sources": [
402             "CSSFormatter.js",
403             "JavaScriptFormatter.js",
404             "ScriptFormatterWorker.js",
405             "utilities.js"
406         ]
407     },
408     {
409         "name": "front_end",
410         "standalone": true,
411         "dependencies": [
412             "common",
413             "sdk",
414             "ui",
415             "codemirror",
416             "components",
417             "source_frame",
418             "resource_views",
419             "elements",
420             "network",
421             "resources",
422             "workers",
423             "sources",
424             "console",
425             "timeline",
426             "audits",
427             "layers",
428             "extensions",
429             "settings",
430             "tests",
431             "profiler",
432             "host_stub"
433         ],
434         "sources": []
435     }
436 ]