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

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

Issue 119823003: DevTools: Extract JS module declarations from compile_frontend.py into js_modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('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
(Empty)
1 [
2 {
3 "name": "common",
4 "dependencies": [],
5 "sources": [
6 "Color.js",
7 "DOMExtension.js",
8 "Object.js",
9 "ParsedURL.js",
10 "Progress.js",
11 "Settings.js",
12 "TextRange.js",
13 "UIString.js",
14 "UserMetrics.js",
15 "utilities.js",
16 "Geometry.js"
17 ]
18 },
19 {
20 "name": "sdk",
21 "dependencies": ["common"],
22 "sources": [
23 "ApplicationCacheModel.js",
24 "CompilerScriptMapping.js",
25 "ConsoleModel.js",
26 "ContentProvider.js",
27 "ContentProviderBasedProjectDelegate.js",
28 "ContentProviders.js",
29 "CookieParser.js",
30 "CSSFormatter.js",
31 "CSSMetadata.js",
32 "CSSStyleModel.js",
33 "CSSStyleSheetMapping.js",
34 "BreakpointManager.js",
35 "Database.js",
36 "DOMAgent.js",
37 "DOMStorage.js",
38 "DebuggerModel.js",
39 "DebuggerScriptMapping.js",
40 "FileManager.js",
41 "FileSystemMapping.js",
42 "FileSystemModel.js",
43 "FileSystemProjectDelegate.js",
44 "FileUtils.js",
45 "HAREntry.js",
46 "IndexedDBModel.js",
47 "InspectorBackend.js",
48 "IsolatedFileSystemManager.js",
49 "IsolatedFileSystem.js",
50 "JavaScriptFormatter.js",
51 "Linkifier.js",
52 "NetworkLog.js",
53 "NetworkUISourceCodeProvider.js",
54 "OverridesSupport.js",
55 "PresentationConsoleMessageHelper.js",
56 "RuntimeModel.js",
57 "SASSSourceMapping.js",
58 "Script.js",
59 "ScriptFormatter.js",
60 "ScriptFormatterWorker.js",
61 "ScriptSnippetModel.js",
62 "SimpleWorkspaceProvider.js",
63 "SnippetStorage.js",
64 "SourceMapping.js",
65 "StylesSourceMapping.js",
66 "TempFile.js",
67 "TimelineManager.js",
68 "RemoteObject.js",
69 "Resource.js",
70 "DefaultScriptMapping.js",
71 "ResourceScriptMapping.js",
72 "LiveEditSupport.js",
73 "ResourceTreeModel.js",
74 "ResourceType.js",
75 "ResourceUtils.js",
76 "SourceMap.js",
77 "TracingAgent.js",
78 "NetworkManager.js",
79 "NetworkRequest.js",
80 "UISourceCode.js",
81 "Workspace.js",
82 "WorkspaceController.js"
83 ]
84 },
85 {
86 "name": "ui",
87 "dependencies": ["common"],
88 "sources": [
89 "Checkbox.js",
90 "ContextMenu.js",
91 "CompletionDictionary.js",
92 "DOMSyntaxHighlighter.js",
93 "DataGrid.js",
94 "Dialog.js",
95 "DockController.js",
96 "Drawer.js",
97 "EmptyView.js",
98 "FilterBar.js",
99 "GoToLineDialog.js",
100 "HelpScreen.js",
101 "InspectorView.js",
102 "KeyboardShortcut.js",
103 "OverviewGrid.js",
104 "Panel.js",
105 "Placard.js",
106 "Popover.js",
107 "ProgressIndicator.js",
108 "PropertiesSection.js",
109 "SearchableView.js",
110 "Section.js",
111 "SidebarPane.js",
112 "SidebarTreeElement.js",
113 "ShortcutsScreen.js",
114 "ShowMoreDataGridNode.js",
115 "SidebarOverlay.js",
116 "SoftContextMenu.js",
117 "Spectrum.js",
118 "SplitView.js",
119 "SidebarView.js",
120 "StatusBarButton.js",
121 "SuggestBox.js",
122 "TabbedPane.js",
123 "TextEditor.js",
124 "TextPrompt.js",
125 "TextUtils.js",
126 "TimelineGrid.js",
127 "UIUtils.js",
128 "View.js",
129 "ViewportControl.js",
130 "treeoutline.js"
131 ]
132 },
133 {
134 "name": "components",
135 "dependencies": ["sdk", "ui"],
136 "sources": [
137 "AdvancedSearchController.js",
138 "HandlerRegistry.js",
139 "ConsoleMessage.js",
140 "CookiesTable.js",
141 "DOMBreakpointsSidebarPane.js",
142 "DOMPresentationUtils.js",
143 "ElementsTreeOutline.js",
144 "FontView.js",
145 "ImageView.js",
146 "NativeBreakpointsSidebarPane.js",
147 "InspectElementModeController.js",
148 "ObjectPopoverHelper.js",
149 "ObjectPropertiesSection.js",
150 "ScreencastView.js",
151 "SourceFrame.js",
152 "ResourceView.js"
153 ]
154 },
155 {
156 "name": "elements",
157 "dependencies": ["components"],
158 "sources": [
159 "CSSNamedFlowCollectionsView.js",
160 "CSSNamedFlowView.js",
161 "ElementsPanel.js",
162 "ElementsPanelDescriptor.js",
163 "EventListenersSidebarPane.js",
164 "MetricsSidebarPane.js",
165 "OverridesView.js",
166 "PlatformFontsSidebarPane.js",
167 "PropertiesSidebarPane.js",
168 "StylesSidebarPane.js",
169 "RenderingOptionsView.js"
170 ]
171 },
172 {
173 "name": "network",
174 "dependencies": ["components"],
175 "sources": [
176 "NetworkItemView.js",
177 "RequestCookiesView.js",
178 "RequestHeadersView.js",
179 "RequestHTMLView.js",
180 "RequestJSONView.js",
181 "RequestPreviewView.js",
182 "RequestResponseView.js",
183 "RequestTimingView.js",
184 "RequestView.js",
185 "ResourceWebSocketFrameView.js",
186 "NetworkPanel.js",
187 "NetworkPanelDescriptor.js"
188 ]
189 },
190 {
191 "name": "resources",
192 "dependencies": ["components"],
193 "sources": [
194 "ApplicationCacheItemsView.js",
195 "CookieItemsView.js",
196 "DatabaseQueryView.js",
197 "DatabaseTableView.js",
198 "DirectoryContentView.js",
199 "DOMStorageItemsView.js",
200 "FileContentView.js",
201 "FileSystemView.js",
202 "IndexedDBViews.js",
203 "ResourcesPanel.js"
204 ]
205 },
206 {
207 "name": "workers",
208 "dependencies": ["components"],
209 "sources": [
210 "WorkerManager.js"
211 ]
212 },
213 {
214 "name": "scripts",
215 "dependencies": ["components", "workers"],
216 "sources": [
217 "BreakpointsSidebarPane.js",
218 "CSSSourceFrame.js",
219 "CallStackSidebarPane.js",
220 "FilePathScoreFunction.js",
221 "FilteredItemSelectionDialog.js",
222 "JavaScriptSourceFrame.js",
223 "NavigatorOverlayController.js",
224 "NavigatorView.js",
225 "RevisionHistoryView.js",
226 "ScopeChainSidebarPane.js",
227 "SourcesNavigator.js",
228 "SourcesPanel.js",
229 "SourcesPanelDescriptor.js",
230 "SourcesSearchScope.js",
231 "StyleSheetOutlineDialog.js",
232 "TabbedEditorContainer.js",
233 "UISourceCodeFrame.js",
234 "WatchExpressionsSidebarPane.js",
235 "WorkersSidebarPane.js"
236 ]
237 },
238 {
239 "name": "console",
240 "dependencies": ["components"],
241 "sources": [
242 "ConsoleView.js",
243 "ConsolePanel.js"
244 ]
245 },
246 {
247 "name": "timeline",
248 "dependencies": ["components"],
249 "sources": [
250 "DOMCountersGraph.js",
251 "MemoryStatistics.js",
252 "PieChart.js",
253 "TimelineEventOverview.js",
254 "TimelineFrameOverview.js",
255 "TimelineMemoryOverview.js",
256 "TimelineModel.js",
257 "TimelineOverviewPane.js",
258 "TimelinePanel.js",
259 "TimelinePanelDescriptor.js",
260 "TimelinePresentationModel.js",
261 "TimelineFrameController.js"
262 ]
263 },
264 {
265 "name": "audits",
266 "dependencies": ["components"],
267 "sources": [
268 "AuditCategories.js",
269 "AuditController.js",
270 "AuditFormatters.js",
271 "AuditLauncherView.js",
272 "AuditResultView.js",
273 "AuditRules.js",
274 "AuditsPanel.js"
275 ]
276 },
277 {
278 "name": "codemirror",
279 "dependencies": ["components"],
280 "sources": [
281 "CodeMirrorTextEditor.js",
282 "CodeMirrorUtils.js"
283 ]
284 },
285 {
286 "name": "layers",
287 "dependencies": ["components"],
288 "sources": [
289 "LayerTreeModel.js",
290 "LayersPanel.js",
291 "LayersPanelDescriptor.js",
292 "LayerTree.js",
293 "Layers3DView.js",
294 "LayerDetailsView.js",
295 "PaintProfilerView.js"
296 ]
297 },
298 {
299 "name": "extensions",
300 "dependencies": ["components"],
301 "sources": [
302 "ExtensionAPI.js",
303 "ExtensionAuditCategory.js",
304 "ExtensionPanel.js",
305 "ExtensionRegistryStub.js",
306 "ExtensionServer.js",
307 "ExtensionView.js"
308 ]
309 },
310 {
311 "name": "settings",
312 "dependencies": ["components", "extensions"],
313 "sources": [
314 "SettingsScreen.js",
315 "EditFileSystemDialog.js"
316 ]
317 },
318 {
319 "name": "tests",
320 "dependencies": ["components"],
321 "sources": [
322 "TestController.js"
323 ]
324 },
325 {
326 "name": "profiler",
327 "dependencies": ["components", "workers"],
328 "sources": [
329 "AllocationProfile.js",
330 "BottomUpProfileDataGridTree.js",
331 "CPUProfileView.js",
332 "FlameChart.js",
333 "HeapSnapshot.js",
334 "HeapSnapshotDataGrids.js",
335 "HeapSnapshotGridNodes.js",
336 "HeapSnapshotLoader.js",
337 "HeapSnapshotProxy.js",
338 "HeapSnapshotView.js",
339 "HeapSnapshotWorker.js",
340 "HeapSnapshotWorkerDispatcher.js",
341 "JSHeapSnapshot.js",
342 "ProfileDataGridTree.js",
343 "ProfilesPanel.js",
344 "ProfilesPanelDescriptor.js",
345 "ProfileLauncherView.js",
346 "TopDownProfileDataGridTree.js",
347 "CanvasProfileView.js",
348 "CanvasReplayStateView.js"
349 ]
350 },
351 {
352 "name": "host_stub",
353 "dependencies": ["components", "profiler", "timeline"],
354 "sources": [
355 "InspectorFrontendAPI.js",
356 "InspectorFrontendHostStub.js"
357 ]
358 }
359 ]
OLDNEW
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698