blob: 6a9be7c0276c8f5620a761d058486cc4b0055ce6 [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:37 +00001# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/features.gni")
6import("//third_party/blink/public/public_features.gni")
7import("//third_party/blink/renderer/core/core.gni")
8
9all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js",
11 "front_end/accessibility/accessibilityNode.css",
12 "front_end/accessibility/AccessibilityNodeView.js",
13 "front_end/accessibility/accessibilityProperties.css",
14 "front_end/accessibility/AccessibilitySidebarView.js",
15 "front_end/accessibility/AccessibilityStrings.js",
16 "front_end/accessibility/ARIAAttributesView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +000017 "front_end/accessibility/ARIAMetadata.js",
18 "front_end/accessibility/axBreadcrumbs.css",
19 "front_end/accessibility/AXBreadcrumbsPane.js",
20 "front_end/accessibility/module.json",
21 "front_end/accessibility_test_runner/AccessibilityPaneTestRunner.js",
22 "front_end/accessibility_test_runner/module.json",
23 "front_end/animation/AnimationGroupPreviewUI.js",
24 "front_end/animation/AnimationModel.js",
25 "front_end/animation/animationScreenshotPopover.css",
26 "front_end/animation/AnimationScreenshotPopover.js",
27 "front_end/animation/animationTimeline.css",
28 "front_end/animation/AnimationTimeline.js",
29 "front_end/animation/AnimationUI.js",
30 "front_end/animation/module.json",
31 "front_end/application_test_runner/AppcacheTestRunner.js",
32 "front_end/application_test_runner/CacheStorageTestRunner.js",
33 "front_end/application_test_runner/IndexedDBTestRunner.js",
34 "front_end/application_test_runner/module.json",
35 "front_end/application_test_runner/ResourcesTestRunner.js",
36 "front_end/application_test_runner/ResourceTreeTestRunner.js",
37 "front_end/application_test_runner/ServiceWorkersTestRunner.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +000038 "front_end/audits_worker.js",
39 "front_end/audits_worker.json",
40 "front_end/audits_worker/AuditsService.js",
41 "front_end/audits_worker/lighthouse/lighthouse-dt-bundle.js",
42 "front_end/audits_worker/module.json",
43 "front_end/audits/AuditsPanel.js",
44 "front_end/audits/AuditsController.js",
45 "front_end/audits/AuditsReportSelector.js",
46 "front_end/audits/AuditsReportRenderer.js",
47 "front_end/audits/AuditsStartView.js",
48 "front_end/audits/AuditsProtocolService.js",
49 "front_end/audits/AuditsStatusView.js",
50 "front_end/audits/auditsDialog.css",
51 "front_end/audits/auditsStartView.css",
52 "front_end/audits/auditsPanel.css",
53 "front_end/audits/RadioSetting.js",
54 "front_end/audits/lighthouse/report.css",
55 "front_end/audits/lighthouse/report.js",
cjamcl@google.comc5214af2019-06-25 20:31:21 +000056 "front_end/audits/lighthouse/report-generator.js",
57 "front_end/audits/lighthouse/template.html",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +000058 "front_end/audits/lighthouse/templates.html",
59 "front_end/audits/module.json",
60 "front_end/audits_test_runner/AuditsTestRunner.js",
61 "front_end/audits_test_runner/module.json",
Amanda Baker06da9152019-03-29 17:04:12 +000062 "front_end/axe_core_test_runner/AxeCoreTestRunner.js",
63 "front_end/axe_core_test_runner/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +000064 "front_end/bindings/BlackboxManager.js",
65 "front_end/bindings/BreakpointManager.js",
66 "front_end/bindings/CompilerScriptMapping.js",
67 "front_end/bindings/ContentProviderBasedProject.js",
68 "front_end/bindings/CSSWorkspaceBinding.js",
69 "front_end/bindings/DebuggerWorkspaceBinding.js",
70 "front_end/bindings/DefaultScriptMapping.js",
71 "front_end/bindings/FileUtils.js",
72 "front_end/bindings/LiveLocation.js",
73 "front_end/bindings/module.json",
74 "front_end/bindings/NetworkProject.js",
75 "front_end/bindings/PresentationConsoleMessageHelper.js",
76 "front_end/bindings/ResourceMapping.js",
77 "front_end/bindings/ResourceScriptMapping.js",
78 "front_end/bindings/ResourceUtils.js",
79 "front_end/bindings/SASSSourceMapping.js",
80 "front_end/bindings/StylesSourceMapping.js",
81 "front_end/bindings/TempFile.js",
82 "front_end/bindings_test_runner/AutomappingTestRunner.js",
83 "front_end/bindings_test_runner/BindingsTestRunner.js",
84 "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js",
85 "front_end/bindings_test_runner/module.json",
86 "front_end/bindings_test_runner/PersistenceTestRunner.js",
87 "front_end/bindings_test_runner/OverridesTestRunner.js",
Blink Reformat4c46d092018-04-07 15:32:37 +000088 "front_end/browser_debugger/DOMBreakpointsSidebarPane.js",
89 "front_end/browser_debugger/EventListenerBreakpointsSidebarPane.js",
90 "front_end/browser_debugger/ObjectEventListenersSidebarPane.js",
91 "front_end/browser_debugger/XHRBreakpointsSidebarPane.js",
92 "front_end/browser_debugger/domBreakpointsSidebarPane.css",
93 "front_end/browser_debugger/eventListenerBreakpoints.css",
94 "front_end/browser_debugger/module.json",
95 "front_end/browser_debugger/xhrBreakpointsSidebarPane.css",
Blink Reformat4c46d092018-04-07 15:32:37 +000096 "front_end/browser_sdk/LogManager.js",
Blink Reformat4c46d092018-04-07 15:32:37 +000097 "front_end/browser_sdk/module.json",
98 "front_end/changes/ChangesHighlighter.js",
99 "front_end/changes/changesView.css",
100 "front_end/changes/ChangesView.js",
101 "front_end/changes/changesSidebar.css",
102 "front_end/changes/ChangesSidebar.js",
103 "front_end/changes/module.json",
Yang Guoa999fec2019-07-25 07:54:38 +0000104 "front_end/cm/active-line.js",
Joel Einbinderbbaf3832018-12-15 00:05:35 +0000105 "front_end/cm/brace-fold.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000106 "front_end/cm/closebrackets.js",
107 "front_end/cm/codemirror.css",
108 "front_end/cm/codemirror.js",
109 "front_end/cm/comment.js",
Joel Einbinderbbaf3832018-12-15 00:05:35 +0000110 "front_end/cm/foldcode.js",
111 "front_end/cm/foldgutter.js",
Yang Guoa999fec2019-07-25 07:54:38 +0000112 "front_end/cm/mark-selection.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000113 "front_end/cm/matchbrackets.js",
114 "front_end/cm/module.json",
115 "front_end/cm/multiplex.js",
116 "front_end/cm/overlay.js",
117 "front_end/cm_headless/headlesscodemirror.js",
118 "front_end/cm_headless/module.json",
119 "front_end/cm_modes/clike.js",
120 "front_end/cm_modes/clojure.js",
121 "front_end/cm_modes/coffeescript.js",
122 "front_end/cm_modes/DefaultCodeMirrorMimeMode.js",
123 "front_end/cm_modes/jsx.js",
124 "front_end/cm_modes/livescript.js",
125 "front_end/cm_modes/markdown.js",
126 "front_end/cm_modes/module.json",
127 "front_end/cm_modes/php.js",
128 "front_end/cm_modes/python.js",
129 "front_end/cm_modes/shell.js",
130 "front_end/cm_modes/stylus.js",
131 "front_end/cm_web_modes/css.js",
132 "front_end/cm_web_modes/htmlembedded.js",
133 "front_end/cm_web_modes/htmlmixed.js",
134 "front_end/cm_web_modes/javascript.js",
135 "front_end/cm_web_modes/xml.js",
136 "front_end/color_picker/ContrastDetails.js",
137 "front_end/color_picker/ContrastInfo.js",
138 "front_end/color_picker/ContrastOverlay.js",
139 "front_end/color_picker/module.json",
140 "front_end/color_picker/spectrum.css",
141 "front_end/color_picker/Spectrum.js",
142 "front_end/common/CharacterIdMap.js",
143 "front_end/common/Color.js",
144 "front_end/common/Console.js",
145 "front_end/common/ContentProvider.js",
146 "front_end/common/module.json",
147 "front_end/common/ModuleExtensionInterfaces.js",
148 "front_end/common/Object.js",
149 "front_end/common/OutputStream.js",
150 "front_end/common/ParsedURL.js",
151 "front_end/common/Progress.js",
152 "front_end/common/ResourceType.js",
153 "front_end/common/SegmentedRange.js",
154 "front_end/common/Settings.js",
155 "front_end/common/StaticContentProvider.js",
156 "front_end/common/TextDictionary.js",
157 "front_end/common/Throttler.js",
158 "front_end/common/Trie.js",
159 "front_end/common/UIString.js",
160 "front_end/common/Worker.js",
161 "front_end/components/DockController.js",
Pavel Feldman18d13562018-07-31 03:31:18 +0000162 "front_end/components/ImagePreview.js",
163 "front_end/components/imagePreview.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000164 "front_end/components/JSPresentationUtils.js",
165 "front_end/components/Linkifier.js",
166 "front_end/components/TargetDetachedDialog.js",
167 "front_end/components/Reload.js",
168 "front_end/components/jsUtils.css",
169 "front_end/components/module.json",
170 "front_end/console/ConsoleContextSelector.js",
171 "front_end/console/ConsoleFilter.js",
172 "front_end/console/ConsoleSidebar.js",
173 "front_end/console/ConsolePanel.js",
Erik Luo6294d3b2018-07-12 21:54:16 +0000174 "front_end/console/ConsolePinPane.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000175 "front_end/console/ConsolePrompt.js",
176 "front_end/console/consoleView.css",
177 "front_end/console/consoleContextSelector.css",
Erik Luo6294d3b2018-07-12 21:54:16 +0000178 "front_end/console/consolePinPane.css",
Erik Luofa544812018-07-30 20:03:54 +0000179 "front_end/console/consolePrompt.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000180 "front_end/console/consoleSidebar.css",
181 "front_end/console/ConsoleView.js",
182 "front_end/console/ConsoleViewMessage.js",
183 "front_end/console/ConsoleViewport.js",
184 "front_end/console/module.json",
185 "front_end/console_counters/errorWarningCounter.css",
186 "front_end/console_counters/module.json",
187 "front_end/console_counters/WarningErrorCounter.js",
188 "front_end/console_test_runner/ConsoleTestRunner.js",
189 "front_end/console_test_runner/module.json",
190 "front_end/cookie_table/CookiesTable.js",
191 "front_end/cookie_table/module.json",
192 "front_end/coverage/coverageListView.css",
193 "front_end/coverage/CoverageDecorationManager.js",
194 "front_end/coverage/CoverageListView.js",
195 "front_end/coverage/CoverageModel.js",
196 "front_end/coverage/coverageView.css",
197 "front_end/coverage/CoverageView.js",
198 "front_end/coverage/module.json",
199 "front_end/coverage_test_runner/CoverageTestRunner.js",
200 "front_end/coverage_test_runner/module.json",
201 "front_end/cpu_profiler_test_runner/module.json",
202 "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js",
203 "front_end/data_grid/dataGrid.css",
204 "front_end/data_grid/DataGrid.js",
205 "front_end/data_grid/module.json",
206 "front_end/data_grid/ShowMoreDataGridNode.js",
207 "front_end/data_grid/SortableDataGrid.js",
208 "front_end/data_grid/ViewportDataGrid.js",
209 "front_end/data_grid_test_runner/DataGridTestRunner.js",
210 "front_end/data_grid_test_runner/module.json",
211 "front_end/device_mode_test_runner/DeviceModeTestRunner.js",
212 "front_end/device_mode_test_runner/module.json",
213 "front_end/devices/DevicesView.js",
214 "front_end/devices/devicesView.css",
215 "front_end/devices/module.json",
216 "front_end/diff/diff_match_patch.js",
217 "front_end/diff/Diff.js",
218 "front_end/diff/module.json",
219 "front_end/dom_extension/DOMExtension.js",
220 "front_end/dom_extension/module.json",
221 "front_end/elements/breadcrumbs.css",
222 "front_end/elements/classesPaneWidget.css",
223 "front_end/elements/ClassesPaneWidget.js",
224 "front_end/elements/ColorSwatchPopoverIcon.js",
225 "front_end/elements/ComputedStyleModel.js",
226 "front_end/elements/computedStyleSidebarPane.css",
227 "front_end/elements/computedStyleWidgetTree.css",
228 "front_end/elements/ComputedStyleWidget.js",
229 "front_end/elements/DOMLinkifier.js",
230 "front_end/elements/domLinkifier.css",
231 "front_end/elements/DOMPath.js",
232 "front_end/elements/ElementsBreadcrumbs.js",
233 "front_end/elements/elementsPanel.css",
234 "front_end/elements/ElementsPanel.js",
235 "front_end/elements/ElementsSidebarPane.js",
236 "front_end/elements/elementStatePaneWidget.css",
237 "front_end/elements/ElementStatePaneWidget.js",
238 "front_end/elements/ElementsTreeElement.js",
239 "front_end/elements/ElementsTreeElementHighlighter.js",
240 "front_end/elements/elementsTreeOutline.css",
241 "front_end/elements/ElementsTreeOutline.js",
242 "front_end/elements/EventListenersWidget.js",
243 "front_end/elements/InspectElementModeController.js",
244 "front_end/elements/MarkerDecorator.js",
245 "front_end/elements/metricsSidebarPane.css",
246 "front_end/elements/MetricsSidebarPane.js",
247 "front_end/elements/module.json",
248 "front_end/elements/platformFontsWidget.css",
249 "front_end/elements/PlatformFontsWidget.js",
250 "front_end/elements/propertiesWidget.css",
251 "front_end/elements/PropertiesWidget.js",
252 "front_end/elements/StylePropertyHighlighter.js",
253 "front_end/elements/stylesSectionTree.css",
254 "front_end/elements/stylesSidebarPane.css",
255 "front_end/elements/StylesSidebarPane.js",
256 "front_end/elements/StylePropertyTreeElement.js",
257 "front_end/elements_test_runner/EditDOMTestRunner.js",
258 "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js",
259 "front_end/elements_test_runner/ElementsTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000260 "front_end/elements_test_runner/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000261 "front_end/elements_test_runner/SetOuterHTMLTestRunner.js",
262 "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js",
263 "front_end/emulated_devices/module.json",
264 "front_end/emulation/AdvancedApp.js",
265 "front_end/emulation/DeviceModeModel.js",
266 "front_end/emulation/deviceModeToolbar.css",
267 "front_end/emulation/DeviceModeToolbar.js",
268 "front_end/emulation/deviceModeView.css",
269 "front_end/emulation/DeviceModeView.js",
270 "front_end/emulation/DeviceModeWrapper.js",
271 "front_end/emulation/devicesSettingsTab.css",
272 "front_end/emulation/DevicesSettingsTab.js",
273 "front_end/emulation/EmulatedDevices.js",
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +0000274 "front_end/emulation/geolocationsSettingsTab.css",
275 "front_end/emulation/GeolocationsSettingsTab.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000276 "front_end/emulation/inspectedPagePlaceholder.css",
277 "front_end/emulation/InspectedPagePlaceholder.js",
278 "front_end/emulation/mediaQueryInspector.css",
279 "front_end/emulation/MediaQueryInspector.js",
280 "front_end/emulation/module.json",
281 "front_end/emulation/sensors.css",
282 "front_end/emulation/SensorsView.js",
283 "front_end/event_listeners/EventListenersUtils.js",
284 "front_end/event_listeners/eventListenersView.css",
285 "front_end/event_listeners/EventListenersView.js",
286 "front_end/event_listeners/module.json",
287 "front_end/extensions/ExtensionAPI.js",
288 "front_end/extensions/ExtensionPanel.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000289 "front_end/extensions/ExtensionServer.js",
290 "front_end/extensions/ExtensionTraceProvider.js",
291 "front_end/extensions/ExtensionView.js",
292 "front_end/extensions/module.json",
293 "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js",
294 "front_end/extensions_test_runner/ExtensionsTestRunner.js",
295 "front_end/extensions_test_runner/module.json",
296 "front_end/formatter/FormatterWorkerPool.js",
297 "front_end/formatter/module.json",
298 "front_end/formatter/ScriptFormatter.js",
299 "front_end/formatter_worker.js",
300 "front_end/formatter_worker.json",
301 "front_end/formatter_worker/AcornTokenizer.js",
302 "front_end/formatter_worker/CSSFormatter.js",
303 "front_end/formatter_worker/CSSRuleParser.js",
304 "front_end/formatter_worker/ESTreeWalker.js",
305 "front_end/formatter_worker/FormattedContentBuilder.js",
306 "front_end/formatter_worker/FormatterWorker.js",
307 "front_end/formatter_worker/HTMLFormatter.js",
308 "front_end/formatter_worker/IdentityFormatter.js",
309 "front_end/formatter_worker/JavaScriptFormatter.js",
310 "front_end/formatter_worker/JavaScriptOutline.js",
311 "front_end/formatter_worker/RelaxedJSONParser.js",
312 "front_end/formatter_worker/acorn/acorn.js",
313 "front_end/formatter_worker/acorn/acorn_loose.js",
314 "front_end/formatter_worker/module.json",
315 "front_end/har_importer/HARFormat.js",
316 "front_end/har_importer/HARImporter.js",
317 "front_end/har_importer/module.json",
318 "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js",
319 "front_end/heap_profiler_test_runner/module.json",
320 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
321 "front_end/heap_snapshot_model/module.json",
322 "front_end/heap_snapshot_worker.js",
323 "front_end/heap_snapshot_worker.json",
324 "front_end/heap_snapshot_worker/AllocationProfile.js",
325 "front_end/heap_snapshot_worker/HeapSnapshot.js",
326 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
327 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
328 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
329 "front_end/heap_snapshot_worker/module.json",
330 "front_end/help/Help.js",
331 "front_end/help/module.json",
332 "front_end/help/releaseNote.css",
333 "front_end/help/ReleaseNoteText.js",
334 "front_end/help/ReleaseNoteView.js",
335 "front_end/host/InspectorFrontendHost.js",
336 "front_end/host/InspectorFrontendHostAPI.js",
337 "front_end/host/module.json",
338 "front_end/host/Platform.js",
339 "front_end/host/ResourceLoader.js",
340 "front_end/host/UserMetrics.js",
341 "front_end/inline_editor/bezierEditor.css",
342 "front_end/inline_editor/BezierEditor.js",
343 "front_end/inline_editor/bezierSwatch.css",
344 "front_end/inline_editor/BezierUI.js",
345 "front_end/inline_editor/colorSwatch.css",
346 "front_end/inline_editor/ColorSwatch.js",
347 "front_end/inline_editor/cssShadowEditor.css",
348 "front_end/inline_editor/CSSShadowEditor.js",
349 "front_end/inline_editor/CSSShadowModel.js",
350 "front_end/inline_editor/cssShadowSwatch.css",
351 "front_end/inline_editor/module.json",
352 "front_end/inline_editor/swatchPopover.css",
353 "front_end/inline_editor/SwatchPopoverHelper.js",
354 "front_end/inspector.js",
355 "front_end/inspector.json",
356 "front_end/inspector_main/InspectorMain.js",
357 "front_end/inspector_main/module.json",
358 "front_end/inspector_main/nodeIcon.css",
359 "front_end/inspector_main/renderingOptions.css",
360 "front_end/inspector_main/RenderingOptions.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000361 "front_end/integration_test_runner.js",
362 "front_end/integration_test_runner.json",
Joel Einbinder3f23eb22018-05-14 23:27:51 +0000363 "front_end/javascript_metadata/module.json",
364 "front_end/javascript_metadata/NativeFunctions.js",
365 "front_end/javascript_metadata/JavaScriptMetadata.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000366 "front_end/js_main/JsMain.js",
367 "front_end/js_main/module.json",
368 "front_end/js_profiler/module.json",
369 "front_end/layer_viewer/layerDetailsView.css",
370 "front_end/layer_viewer/LayerDetailsView.js",
371 "front_end/layer_viewer/layers3DView.css",
372 "front_end/layer_viewer/Layers3DView.js",
373 "front_end/layer_viewer/LayerTreeOutline.js",
374 "front_end/layer_viewer/LayerViewHost.js",
375 "front_end/layer_viewer/module.json",
376 "front_end/layer_viewer/paintProfiler.css",
377 "front_end/layer_viewer/PaintProfilerView.js",
378 "front_end/layer_viewer/TransformController.js",
379 "front_end/layers/LayerPaintProfilerView.js",
380 "front_end/layers/LayersPanel.js",
381 "front_end/layers/LayerTreeModel.js",
382 "front_end/layers/module.json",
383 "front_end/layers_test_runner/LayersTestRunner.js",
384 "front_end/layers_test_runner/module.json",
385 "front_end/main/ExecutionContextSelector.js",
386 "front_end/main/Main.js",
387 "front_end/main/module.json",
388 "front_end/main/SimpleApp.js",
389 "front_end/protocol_monitor/ProtocolMonitor.js",
390 "front_end/protocol_monitor/protocolMonitor.css",
391 "front_end/protocol_monitor/module.json",
392 "front_end/mobile_throttling/MobileThrottlingSelector.js",
393 "front_end/mobile_throttling/module.json",
394 "front_end/mobile_throttling/NetworkPanelIndicator.js",
395 "front_end/mobile_throttling/NetworkThrottlingSelector.js",
396 "front_end/mobile_throttling/ThrottlingManager.js",
397 "front_end/mobile_throttling/ThrottlingPresets.js",
398 "front_end/mobile_throttling/throttlingSettingsTab.css",
399 "front_end/mobile_throttling/ThrottlingSettingsTab.js",
400 "front_end/ndb_app.json",
Joey Arhar8cf725b2019-02-05 03:16:43 +0000401 "front_end/network/binaryResourceView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000402 "front_end/network/blockedURLsPane.css",
Joey Arhar19e85cc2019-01-29 22:07:02 +0000403 "front_end/network/BinaryResourceView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000404 "front_end/network/BlockedURLsPane.js",
405 "front_end/network/eventSourceMessagesView.css",
406 "front_end/network/EventSourceMessagesView.js",
407 "front_end/network/HARWriter.js",
408 "front_end/network/module.json",
409 "front_end/network/networkConfigView.css",
410 "front_end/network/NetworkConfigView.js",
411 "front_end/network/NetworkDataGridNode.js",
412 "front_end/network/NetworkItemView.js",
413 "front_end/network/networkLogView.css",
414 "front_end/network/NetworkLogView.js",
415 "front_end/network/NetworkLogViewColumns.js",
416 "front_end/network/NetworkFrameGrouper.js",
417 "front_end/network/networkManageCustomHeadersView.css",
418 "front_end/network/NetworkManageCustomHeadersView.js",
419 "front_end/network/NetworkOverview.js",
420 "front_end/network/networkPanel.css",
421 "front_end/network/NetworkPanel.js",
422 "front_end/network/NetworkSearchScope.js",
423 "front_end/network/NetworkTimeCalculator.js",
424 "front_end/network/networkTimingTable.css",
425 "front_end/network/networkWaterfallColumn.css",
426 "front_end/network/NetworkWaterfallColumn.js",
427 "front_end/network/requestCookiesView.css",
428 "front_end/network/RequestCookiesView.js",
429 "front_end/network/requestHeadersTree.css",
430 "front_end/network/requestHeadersView.css",
431 "front_end/network/RequestHeadersView.js",
432 "front_end/network/requestHTMLView.css",
433 "front_end/network/RequestHTMLView.js",
434 "front_end/network/RequestPreviewView.js",
435 "front_end/network/RequestResponseView.js",
436 "front_end/network/RequestTimingView.js",
437 "front_end/network/ResourceWebSocketFrameView.js",
Tsuyoshi Horo625e92a2018-05-17 00:36:11 +0000438 "front_end/network/signedExchangeInfoTree.css",
439 "front_end/network/signedExchangeInfoView.css",
440 "front_end/network/SignedExchangeInfoView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000441 "front_end/network/webSocketFrameView.css",
442 "front_end/network_test_runner/module.json",
443 "front_end/network_test_runner/NetworkTestRunner.js",
444 "front_end/network_test_runner/ProductRegistryTestRunner.js",
445 "front_end/node_debugger/module.json",
446 "front_end/node_main/NodeConnectionsPanel.js",
447 "front_end/node_main/nodeConnectionsPanel.css",
448 "front_end/node_main/NodeMain.js",
449 "front_end/node_main/module.json",
450 "front_end/object_ui/customPreviewComponent.css",
451 "front_end/object_ui/CustomPreviewComponent.js",
452 "front_end/object_ui/JavaScriptAutocomplete.js",
Erik Luo15729982018-07-23 23:48:44 +0000453 "front_end/object_ui/JavaScriptREPL.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000454 "front_end/object_ui/module.json",
455 "front_end/object_ui/objectPopover.css",
456 "front_end/object_ui/ObjectPopoverHelper.js",
457 "front_end/object_ui/objectPropertiesSection.css",
458 "front_end/object_ui/ObjectPropertiesSection.js",
459 "front_end/object_ui/objectValue.css",
460 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
461 "front_end/perf_ui/ChartViewport.js",
462 "front_end/perf_ui/FilmStripView.js",
463 "front_end/perf_ui/FlameChart.js",
464 "front_end/perf_ui/GCActionDelegate.js",
465 "front_end/perf_ui/LineLevelProfile.js",
Alexei Filippovfdfefe02019-03-09 00:33:24 +0000466 "front_end/perf_ui/LiveHeapProfile.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000467 "front_end/perf_ui/NetworkPriorities.js",
468 "front_end/perf_ui/OverviewGrid.js",
469 "front_end/perf_ui/PieChart.js",
470 "front_end/perf_ui/TimelineGrid.js",
471 "front_end/perf_ui/TimelineOverviewPane.js",
472 "front_end/perf_ui/chartViewport.css",
473 "front_end/perf_ui/filmStripView.css",
474 "front_end/perf_ui/flameChart.css",
475 "front_end/perf_ui/module.json",
476 "front_end/perf_ui/overviewGrid.css",
477 "front_end/perf_ui/pieChart.css",
478 "front_end/perf_ui/timelineGrid.css",
479 "front_end/perf_ui/timelineOverviewInfo.css",
480 "front_end/performance_monitor/PerformanceMonitor.js",
481 "front_end/performance_monitor/performanceMonitor.css",
482 "front_end/performance_monitor/module.json",
483 "front_end/performance_test_runner/module.json",
484 "front_end/performance_test_runner/TimelineDataTestRunner.js",
485 "front_end/performance_test_runner/TimelineTestRunner.js",
486 "front_end/persistence/Automapping.js",
487 "front_end/persistence/editFileSystemView.css",
488 "front_end/persistence/EditFileSystemView.js",
489 "front_end/persistence/FileSystemWorkspaceBinding.js",
490 "front_end/persistence/IsolatedFileSystem.js",
491 "front_end/persistence/IsolatedFileSystemManager.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000492 "front_end/persistence/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000493 "front_end/persistence/NetworkPersistenceManager.js",
494 "front_end/persistence/Persistence.js",
495 "front_end/persistence/PersistenceActions.js",
496 "front_end/persistence/PersistenceUtils.js",
Alexey Kozyatinskiy3a2eb282018-08-21 16:22:02 +0000497 "front_end/persistence/PlatformFileSystem.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000498 "front_end/persistence/workspaceSettingsTab.css",
499 "front_end/persistence/WorkspaceSettingsTab.js",
500 "front_end/platform/module.json",
501 "front_end/platform/utilities.js",
502 "front_end/product_registry/BadgePool.js",
503 "front_end/product_registry/ProductRegistry.js",
504 "front_end/product_registry/badge.css",
505 "front_end/product_registry/module.json",
506 "front_end/product_registry/popup.css",
507 "front_end/product_registry_impl/module.json",
508 "front_end/product_registry_impl/ProductRegistryImpl.js",
509 "front_end/product_registry_impl/ProductRegistryData.js",
510 "front_end/product_registry_impl/sha1/sha1.js",
511 "front_end/profiler/BottomUpProfileDataGrid.js",
512 "front_end/profiler/CPUProfileFlameChart.js",
513 "front_end/profiler/CPUProfileView.js",
514 "front_end/profiler/heapProfiler.css",
515 "front_end/profiler/HeapProfileView.js",
Alexei Filippov1e549652018-09-26 21:47:08 +0000516 "front_end/profiler/HeapProfilerPanel.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000517 "front_end/profiler/HeapSnapshotDataGrids.js",
518 "front_end/profiler/HeapSnapshotGridNodes.js",
519 "front_end/profiler/HeapSnapshotProxy.js",
520 "front_end/profiler/HeapSnapshotView.js",
Alexei Filippov1e549652018-09-26 21:47:08 +0000521 "front_end/profiler/HeapTimelineOverview.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000522 "front_end/profiler/IsolateSelector.js",
Alexei Filippov933306d2019-03-26 17:40:51 +0000523 "front_end/profiler/LiveHeapProfileView.js",
524 "front_end/profiler/liveHeapProfile.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000525 "front_end/profiler/module.json",
526 "front_end/profiler/ProfileDataGrid.js",
527 "front_end/profiler/ProfileHeader.js",
528 "front_end/profiler/profileLauncherView.css",
529 "front_end/profiler/ProfileLauncherView.js",
530 "front_end/profiler/ProfileType.js",
531 "front_end/profiler/profilesPanel.css",
532 "front_end/profiler/ProfilesPanel.js",
533 "front_end/profiler/profilesSidebarTree.css",
534 "front_end/profiler/ProfileTypeRegistry.js",
535 "front_end/profiler/ProfileView.js",
536 "front_end/profiler/TopDownProfileDataGrid.js",
Alexey Kozyatinskiy03aa06a2018-09-13 20:55:26 +0000537 "front_end/protocol/NodeURL.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000538 "front_end/protocol/InspectorBackend.js",
539 "front_end/protocol/module.json",
540 "front_end/quick_open/CommandMenu.js",
541 "front_end/quick_open/filteredListWidget.css",
542 "front_end/quick_open/FilteredListWidget.js",
543 "front_end/quick_open/HelpQuickOpen.js",
544 "front_end/quick_open/QuickOpen.js",
545 "front_end/quick_open/module.json",
546 "front_end/resources/ApplicationCacheModel.js",
547 "front_end/resources/ApplicationCacheItemsView.js",
548 "front_end/resources/ApplicationPanelSidebar.js",
549 "front_end/resources/appManifestView.css",
550 "front_end/resources/AppManifestView.js",
Rayan Kanso8fe8ee22019-03-04 14:58:46 +0000551 "front_end/resources/BackgroundServiceModel.js",
Rayan Kanso68904202019-02-21 14:16:25 +0000552 "front_end/resources/backgroundServiceView.css",
553 "front_end/resources/BackgroundServiceView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000554 "front_end/resources/clearStorageView.css",
555 "front_end/resources/ClearStorageView.js",
556 "front_end/resources/CookieItemsView.js",
557 "front_end/resources/DatabaseModel.js",
558 "front_end/resources/DatabaseQueryView.js",
559 "front_end/resources/DatabaseTableView.js",
560 "front_end/resources/DOMStorageItemsView.js",
561 "front_end/resources/DOMStorageModel.js",
562 "front_end/resources/IndexedDBModel.js",
563 "front_end/resources/indexedDBViews.css",
564 "front_end/resources/IndexedDBViews.js",
565 "front_end/resources/module.json",
566 "front_end/resources/resourcesPanel.css",
567 "front_end/resources/ResourcesPanel.js",
568 "front_end/resources/ResourcesSection.js",
569 "front_end/resources/resourcesSidebar.css",
570 "front_end/resources/serviceWorkerCacheViews.css",
571 "front_end/resources/ServiceWorkerCacheViews.js",
572 "front_end/resources/serviceWorkersView.css",
573 "front_end/resources/ServiceWorkersView.js",
574 "front_end/resources/StorageItemsView.js",
575 "front_end/Runtime.js",
576 "front_end/shell.json",
577 "front_end/screencast/InputModel.js",
578 "front_end/screencast/module.json",
579 "front_end/screencast/ScreencastApp.js",
580 "front_end/screencast/screencastView.css",
581 "front_end/screencast/ScreencastView.js",
582 "front_end/sdk/ChildTargetManager.js",
583 "front_end/sdk/Connections.js",
584 "front_end/sdk/ConsoleModel.js",
585 "front_end/sdk/ContentProviders.js",
586 "front_end/sdk/CookieModel.js",
587 "front_end/sdk/CookieParser.js",
588 "front_end/sdk/CPUProfileDataModel.js",
589 "front_end/sdk/CPUProfilerModel.js",
590 "front_end/sdk/CSSMatchedStyles.js",
591 "front_end/sdk/CSSMedia.js",
592 "front_end/sdk/CSSMetadata.js",
593 "front_end/sdk/CSSModel.js",
594 "front_end/sdk/CSSProperty.js",
595 "front_end/sdk/CSSRule.js",
596 "front_end/sdk/CSSStyleDeclaration.js",
597 "front_end/sdk/CSSStyleSheetHeader.js",
598 "front_end/sdk/DOMDebuggerModel.js",
599 "front_end/sdk/DebuggerModel.js",
600 "front_end/sdk/DOMModel.js",
601 "front_end/sdk/EmulationModel.js",
602 "front_end/sdk/FilmStripModel.js",
Pavel Feldman18d13562018-07-31 03:31:18 +0000603 "front_end/sdk/HARLog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000604 "front_end/sdk/HeapProfilerModel.js",
Alexei Filippov51e976d2019-04-03 22:41:33 +0000605 "front_end/sdk/IsolateManager.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000606 "front_end/sdk/LayerTreeBase.js",
607 "front_end/sdk/LogModel.js",
608 "front_end/sdk/module.json",
Pavel Feldman18d13562018-07-31 03:31:18 +0000609 "front_end/sdk/NetworkLog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000610 "front_end/sdk/NetworkManager.js",
611 "front_end/sdk/NetworkRequest.js",
612 "front_end/sdk/OverlayModel.js",
613 "front_end/sdk/PaintProfiler.js",
614 "front_end/sdk/PerformanceMetricsModel.js",
615 "front_end/sdk/ProfileTreeModel.js",
616 "front_end/sdk/RemoteObject.js",
617 "front_end/sdk/Resource.js",
618 "front_end/sdk/ResourceTreeModel.js",
619 "front_end/sdk/RuntimeModel.js",
620 "front_end/sdk/ScreenCaptureModel.js",
621 "front_end/sdk/Script.js",
622 "front_end/sdk/SecurityOriginManager.js",
623 "front_end/sdk/ServerTiming.js",
624 "front_end/sdk/ServiceWorkerCacheModel.js",
625 "front_end/sdk/ServiceWorkerManager.js",
626 "front_end/sdk/SourceMap.js",
627 "front_end/sdk/SourceMapManager.js",
628 "front_end/sdk/Target.js",
629 "front_end/sdk/TargetManager.js",
630 "front_end/sdk/TracingManager.js",
631 "front_end/sdk/TracingModel.js",
632 "front_end/sdk_test_runner/module.json",
633 "front_end/sdk_test_runner/PageMockTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000634 "front_end/search/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000635 "front_end/search/SearchConfig.js",
636 "front_end/search/searchResultsPane.css",
637 "front_end/search/SearchResultsPane.js",
638 "front_end/search/searchView.css",
639 "front_end/search/SearchView.js",
640 "front_end/security/lockIcon.css",
641 "front_end/security/mainView.css",
642 "front_end/security/module.json",
643 "front_end/security/originView.css",
644 "front_end/security/SecurityModel.js",
645 "front_end/security/SecurityPanel.js",
646 "front_end/security/sidebar.css",
647 "front_end/security_test_runner/module.json",
648 "front_end/security_test_runner/SecurityTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000649 "front_end/services/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000650 "front_end/services/ServiceManager.js",
651 "front_end/settings/frameworkBlackboxSettingsTab.css",
652 "front_end/settings/FrameworkBlackboxSettingsTab.js",
653 "front_end/settings/module.json",
654 "front_end/settings/settingsScreen.css",
655 "front_end/settings/SettingsScreen.js",
656 "front_end/snippets/module.json",
Alexey Kozyatinskiy3a2eb282018-08-21 16:22:02 +0000657 "front_end/snippets/ScriptSnippetFileSystem.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000658 "front_end/snippets/SnippetsQuickOpen.js",
Joey Arhar19e85cc2019-01-29 22:07:02 +0000659 "front_end/source_frame/BinaryResourceViewFactory.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000660 "front_end/source_frame/fontView.css",
661 "front_end/source_frame/FontView.js",
662 "front_end/source_frame/imageView.css",
663 "front_end/source_frame/jsonView.css",
664 "front_end/source_frame/JSONView.js",
665 "front_end/source_frame/ImageView.js",
666 "front_end/source_frame/messagesPopover.css",
667 "front_end/source_frame/module.json",
668 "front_end/source_frame/PreviewFactory.js",
669 "front_end/source_frame/resourceSourceFrame.css",
670 "front_end/source_frame/ResourceSourceFrame.js",
671 "front_end/source_frame/SourceCodeDiff.js",
672 "front_end/source_frame/SourceFrame.js",
673 "front_end/source_frame/SourcesTextEditor.js",
674 "front_end/source_frame/xmlTree.css",
675 "front_end/source_frame/xmlView.css",
676 "front_end/source_frame/XMLView.js",
677 "front_end/sources/AddSourceMapURLDialog.js",
Erik Luo0b789b62018-11-21 19:31:46 +0000678 "front_end/sources/breakpointEditDialog.css",
679 "front_end/sources/BreakpointEditDialog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000680 "front_end/sources/callStackSidebarPane.css",
681 "front_end/sources/CallStackSidebarPane.js",
682 "front_end/sources/CSSPlugin.js",
Joel Einbinder52829ed2018-04-17 00:47:45 +0000683 "front_end/sources/DebuggerPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000684 "front_end/sources/dialog.css",
685 "front_end/sources/debuggerPausedMessage.css",
686 "front_end/sources/DebuggerPausedMessage.js",
687 "front_end/sources/EditingLocationHistoryManager.js",
688 "front_end/sources/FilePathScoreFunction.js",
689 "front_end/sources/FilteredUISourceCodeListProvider.js",
690 "front_end/sources/GoToLineQuickOpen.js",
Joel Einbinder4c10ff82018-04-24 22:26:27 +0000691 "front_end/sources/GutterDiffPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000692 "front_end/sources/InplaceFormatterEditorAction.js",
693 "front_end/sources/javaScriptBreakpointsSidebarPane.css",
694 "front_end/sources/JavaScriptBreakpointsSidebarPane.js",
695 "front_end/sources/JavaScriptCompilerPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000696 "front_end/sources/module.json",
697 "front_end/sources/navigatorTree.css",
698 "front_end/sources/navigatorView.css",
699 "front_end/sources/NavigatorView.js",
700 "front_end/sources/OpenFileQuickOpen.js",
701 "front_end/sources/OutlineQuickOpen.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000702 "front_end/sources/scopeChainSidebarPane.css",
703 "front_end/sources/ScopeChainSidebarPane.js",
704 "front_end/sources/ScriptFormatterEditorAction.js",
Alexey Kozyatinskiyd9171422018-08-25 21:39:58 +0000705 "front_end/sources/ScriptOriginPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000706 "front_end/sources/SearchSourcesView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000707 "front_end/sources/SimpleHistoryManager.js",
708 "front_end/sources/SnippetsPlugin.js",
709 "front_end/sources/SourceFormatter.js",
710 "front_end/sources/SourceMapNamesResolver.js",
711 "front_end/sources/SourcesNavigator.js",
712 "front_end/sources/sourcesPanel.css",
713 "front_end/sources/SourcesPanel.js",
714 "front_end/sources/SourcesSearchScope.js",
715 "front_end/sources/sourcesView.css",
716 "front_end/sources/SourcesView.js",
717 "front_end/sources/UISourceCodeFrame.js",
718 "front_end/sources/TabbedEditorContainer.js",
719 "front_end/sources/threadsSidebarPane.css",
720 "front_end/sources/ThreadsSidebarPane.js",
721 "front_end/sources/watchExpressionsSidebarPane.css",
722 "front_end/sources/WatchExpressionsSidebarPane.js",
723 "front_end/sources_test_runner/AutocompleteTestRunner.js",
724 "front_end/sources_test_runner/DebuggerTestRunner.js",
725 "front_end/sources_test_runner/EditorTestRunner.js",
726 "front_end/sources_test_runner/LiveEditTestRunner.js",
727 "front_end/sources_test_runner/SearchTestRunner.js",
728 "front_end/sources_test_runner/SourcesTestRunner.js",
729 "front_end/sources_test_runner/module.json",
Mandy Chen881e9392019-04-22 23:39:44 +0000730 "front_end/terminal/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000731 "front_end/terminal/terminal.css",
732 "front_end/terminal/TerminalWidget.js",
733 "front_end/terminal/xterm.js/addons/fit/fit.js",
734 "front_end/terminal/xterm.js/build/xterm.css",
735 "front_end/terminal/xterm.js/build/xterm.js",
736 "front_end/test_runner/module.json",
737 "front_end/test_runner/TestRunner.js",
Joel Einbinder2fc0fb72018-05-09 00:43:10 +0000738 "front_end/text_editor/autocompleteTooltip.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000739 "front_end/text_editor/cmdevtools.css",
740 "front_end/text_editor/CodeMirrorTextEditor.js",
741 "front_end/text_editor/CodeMirrorUtils.js",
742 "front_end/text_editor/module.json",
743 "front_end/text_editor/TextEditorAutocompleteController.js",
744 "front_end/text_utils/module.json",
745 "front_end/text_utils/Text.js",
746 "front_end/text_utils/TextRange.js",
747 "front_end/text_utils/TextUtils.js",
748 "front_end/timeline_model/module.json",
749 "front_end/timeline_model/TimelineFrameModel.js",
750 "front_end/timeline_model/TimelineIRModel.js",
751 "front_end/timeline_model/TimelineJSProfile.js",
752 "front_end/timeline_model/TimelineModel.js",
753 "front_end/timeline_model/TimelineModelFilter.js",
754 "front_end/timeline_model/TimelineProfileTree.js",
755 "front_end/timeline_model/TracingLayerTree.js",
756 "front_end/timeline/CountersGraph.js",
757 "front_end/timeline/EventsTimelineTreeView.js",
758 "front_end/timeline/ExtensionTracingSession.js",
759 "front_end/timeline/historyToolbarButton.css",
760 "front_end/timeline/invalidationsTree.css",
761 "front_end/timeline/module.json",
762 "front_end/timeline/PerformanceModel.js",
763 "front_end/timeline/TimelineController.js",
764 "front_end/timeline/TimelineDetailsView.js",
765 "front_end/timeline/TimelineEventOverview.js",
766 "front_end/timeline/TimelineFilters.js",
767 "front_end/timeline/TimelineFlameChartDataProvider.js",
768 "front_end/timeline/TimelineFlameChartNetworkDataProvider.js",
769 "front_end/timeline/timelineFlamechartPopover.css",
770 "front_end/timeline/TimelineFlameChartView.js",
771 "front_end/timeline/timelineHistoryManager.css",
772 "front_end/timeline/TimelineHistoryManager.js",
773 "front_end/timeline/TimelineLayersView.js",
774 "front_end/timeline/TimelineLoader.js",
775 "front_end/timeline/timelinePaintProfiler.css",
776 "front_end/timeline/TimelinePaintProfilerView.js",
777 "front_end/timeline/timelinePanel.css",
778 "front_end/timeline/TimelinePanel.js",
779 "front_end/timeline/timelineStatusDialog.css",
780 "front_end/timeline/TimelineTreeView.js",
781 "front_end/timeline/TimelineUIUtils.js",
782 "front_end/toolbox_bootstrap/module.json",
783 "front_end/toolbox_bootstrap/Toolbox.js",
784 "front_end/toolbox.js",
785 "front_end/toolbox.json",
786 "front_end/ui/ActionRegistry.js",
787 "front_end/ui/ARIAUtils.js",
788 "front_end/ui/checkboxTextLabel.css",
789 "front_end/ui/closeButton.css",
790 "front_end/ui/confirmDialog.css",
791 "front_end/ui/Context.js",
792 "front_end/ui/ContextMenu.js",
793 "front_end/ui/dialog.css",
794 "front_end/ui/Dialog.js",
795 "front_end/ui/SyntaxHighlighter.js",
796 "front_end/ui/dropTarget.css",
797 "front_end/ui/DropTarget.js",
798 "front_end/ui/emptyWidget.css",
799 "front_end/ui/EmptyWidget.js",
800 "front_end/ui/filter.css",
801 "front_end/ui/FilterBar.js",
802 "front_end/ui/FilterSuggestionBuilder.js",
803 "front_end/ui/ForwardedInputEventHandler.js",
804 "front_end/ui/Fragment.js",
805 "front_end/ui/Geometry.js",
806 "front_end/ui/glassPane.css",
807 "front_end/ui/GlassPane.js",
808 "front_end/ui/HistoryInput.js",
809 "front_end/ui/Icon.js",
810 "front_end/ui/infobar.css",
811 "front_end/ui/Infobar.js",
812 "front_end/ui/inlineButton.css",
813 "front_end/ui/InplaceEditor.js",
814 "front_end/ui/inspectorCommon.css",
815 "front_end/ui/inspectorStyle.css",
816 "front_end/ui/inspectorSyntaxHighlight.css",
817 "front_end/ui/inspectorSyntaxHighlightDark.css",
818 "front_end/ui/InspectorView.js",
819 "front_end/ui/inspectorViewTabbedPane.css",
820 "front_end/ui/KeyboardShortcut.js",
821 "front_end/ui/ListControl.js",
822 "front_end/ui/ListModel.js",
823 "front_end/ui/listWidget.css",
824 "front_end/ui/ListWidget.js",
825 "front_end/ui/module.json",
826 "front_end/ui/Panel.js",
827 "front_end/ui/popover.css",
828 "front_end/ui/Popover.js",
829 "front_end/ui/progressIndicator.css",
830 "front_end/ui/ProgressIndicator.js",
831 "front_end/ui/radioButton.css",
832 "front_end/ui/reportView.css",
833 "front_end/ui/ReportView.js",
834 "front_end/ui/ResizerWidget.js",
835 "front_end/ui/RemoteDebuggingTerminatedScreen.js",
836 "front_end/ui/remoteDebuggingTerminatedScreen.css",
837 "front_end/ui/rootView.css",
838 "front_end/ui/RootView.js",
839 "front_end/ui/searchableView.css",
840 "front_end/ui/SearchableView.js",
841 "front_end/ui/segmentedButton.css",
842 "front_end/ui/SegmentedButton.js",
843 "front_end/ui/SettingsUI.js",
844 "front_end/ui/ShortcutRegistry.js",
845 "front_end/ui/ShortcutsScreen.js",
846 "front_end/ui/slider.css",
847 "front_end/ui/smallBubble.css",
848 "front_end/ui/softContextMenu.css",
849 "front_end/ui/SoftContextMenu.js",
850 "front_end/ui/SoftDropDown.js",
851 "front_end/ui/softDropDown.css",
852 "front_end/ui/softDropDownButton.css",
853 "front_end/ui/splitWidget.css",
854 "front_end/ui/SplitWidget.js",
855 "front_end/ui/suggestBox.css",
856 "front_end/ui/SuggestBox.js",
857 "front_end/ui/tabbedPane.css",
858 "front_end/ui/TabbedPane.js",
859 "front_end/ui/TargetCrashedScreen.js",
860 "front_end/ui/targetCrashedScreen.css",
861 "front_end/ui/textButton.css",
862 "front_end/ui/TextEditor.js",
863 "front_end/ui/textPrompt.css",
864 "front_end/ui/TextPrompt.js",
865 "front_end/ui/ThrottledWidget.js",
866 "front_end/ui/toolbar.css",
867 "front_end/ui/Toolbar.js",
868 "front_end/ui/tooltip.css",
869 "front_end/ui/Tooltip.js",
870 "front_end/ui/treeoutline.css",
871 "front_end/ui/treeoutline.js",
872 "front_end/ui/UIUtils.js",
873 "front_end/ui/View.js",
874 "front_end/ui/viewContainers.css",
875 "front_end/ui/Widget.js",
876 "front_end/ui/XElement.js",
877 "front_end/ui/XLink.js",
878 "front_end/ui/XWidget.js",
879 "front_end/ui/ZoomManager.js",
Hongchan Choi7dd0b3e2019-05-13 21:19:03 +0000880 "front_end/web_audio/AudioContextContentBuilder.js",
881 "front_end/web_audio/audioContextSelector.css",
882 "front_end/web_audio/AudioContextSelector.js",
883 "front_end/web_audio/module.json",
884 "front_end/web_audio/webAudio.css",
885 "front_end/web_audio/WebAudioModel.js",
886 "front_end/web_audio/WebAudioView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000887 "front_end/worker_main/WorkerMain.js",
888 "front_end/worker_main/module.json",
Mandy Chen881e9392019-04-22 23:39:44 +0000889 "front_end/worker_service/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000890 "front_end/worker_service/ServiceDispatcher.js",
891 "front_end/workspace/FileManager.js",
892 "front_end/workspace/module.json",
893 "front_end/workspace/UISourceCode.js",
894 "front_end/workspace/Workspace.js",
895 "front_end/workspace_diff/WorkspaceDiff.js",
896 "front_end/workspace_diff/module.json",
897]
898
Nico Weber1a9e1f82018-12-07 00:20:39 +0000899devtools_test_files = [
900 "front_end/accessibility_test_runner/AccessibilityPaneTestRunner.js",
901 "front_end/accessibility_test_runner/module.json",
902 "front_end/application_test_runner/AppcacheTestRunner.js",
903 "front_end/application_test_runner/CacheStorageTestRunner.js",
904 "front_end/application_test_runner/IndexedDBTestRunner.js",
905 "front_end/application_test_runner/module.json",
906 "front_end/application_test_runner/ResourcesTestRunner.js",
907 "front_end/application_test_runner/ResourceTreeTestRunner.js",
908 "front_end/application_test_runner/ServiceWorkersTestRunner.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +0000909 "front_end/audits_test_runner/AuditsTestRunner.js",
910 "front_end/audits_test_runner/module.json",
Amanda Baker06da9152019-03-29 17:04:12 +0000911 "front_end/axe_core_test_runner/AxeCoreTestRunner.js",
912 "front_end/axe_core_test_runner/module.json",
Nico Weber1a9e1f82018-12-07 00:20:39 +0000913 "front_end/bindings_test_runner/AutomappingTestRunner.js",
914 "front_end/bindings_test_runner/BindingsTestRunner.js",
915 "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js",
916 "front_end/bindings_test_runner/module.json",
917 "front_end/bindings_test_runner/OverridesTestRunner.js",
918 "front_end/bindings_test_runner/PersistenceTestRunner.js",
919 "front_end/console_test_runner/ConsoleTestRunner.js",
920 "front_end/console_test_runner/module.json",
921 "front_end/coverage_test_runner/CoverageTestRunner.js",
922 "front_end/coverage_test_runner/module.json",
923 "front_end/cpu_profiler_test_runner/module.json",
924 "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js",
925 "front_end/data_grid_test_runner/DataGridTestRunner.js",
926 "front_end/data_grid_test_runner/module.json",
927 "front_end/device_mode_test_runner/DeviceModeTestRunner.js",
928 "front_end/device_mode_test_runner/module.json",
929 "front_end/elements_test_runner/EditDOMTestRunner.js",
930 "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js",
931 "front_end/elements_test_runner/ElementsTestRunner.js",
932 "front_end/elements_test_runner/module.json",
933 "front_end/elements_test_runner/SetOuterHTMLTestRunner.js",
934 "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js",
935 "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js",
936 "front_end/extensions_test_runner/ExtensionsTestRunner.js",
937 "front_end/extensions_test_runner/module.json",
938 "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js",
939 "front_end/heap_profiler_test_runner/module.json",
940 "front_end/integration_test_runner.html",
941 "front_end/integration_test_runner.js",
942 "front_end/integration_test_runner.json",
943 "front_end/layers_test_runner/LayersTestRunner.js",
944 "front_end/layers_test_runner/module.json",
945 "front_end/network_test_runner/module.json",
946 "front_end/network_test_runner/NetworkTestRunner.js",
947 "front_end/network_test_runner/ProductRegistryTestRunner.js",
948 "front_end/performance_test_runner/module.json",
949 "front_end/performance_test_runner/TimelineDataTestRunner.js",
950 "front_end/performance_test_runner/TimelineTestRunner.js",
951 "front_end/sdk_test_runner/module.json",
952 "front_end/sdk_test_runner/PageMockTestRunner.js",
953 "front_end/security_test_runner/module.json",
954 "front_end/security_test_runner/SecurityTestRunner.js",
955 "front_end/sources_test_runner/AutocompleteTestRunner.js",
956 "front_end/sources_test_runner/DebuggerTestRunner.js",
957 "front_end/sources_test_runner/EditorTestRunner.js",
958 "front_end/sources_test_runner/LiveEditTestRunner.js",
959 "front_end/sources_test_runner/module.json",
960 "front_end/sources_test_runner/SearchTestRunner.js",
961 "front_end/sources_test_runner/SourcesTestRunner.js",
962 "front_end/test_runner/module.json",
963 "front_end/test_runner/TestRunner.js",
964]
965
Blink Reformat4c46d092018-04-07 15:32:37 +0000966devtools_embedder_scripts = [
967 "front_end/devtools_compatibility.js",
968 "front_end/Tests.js",
969]
970
971devtools_emulated_devices_images = [
972 "front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png",
973 "front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png",
974 "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.png",
975 "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.png",
976 "front_end/emulated_devices/google-nexus-5-horizontal-navigation-1x.png",
977 "front_end/emulated_devices/google-nexus-5-horizontal-navigation-2x.png",
978 "front_end/emulated_devices/google-nexus-5-vertical-default-1x.png",
979 "front_end/emulated_devices/google-nexus-5-vertical-default-2x.png",
980 "front_end/emulated_devices/google-nexus-5-vertical-keyboard-1x.png",
981 "front_end/emulated_devices/google-nexus-5-vertical-keyboard-2x.png",
982 "front_end/emulated_devices/google-nexus-5-vertical-navigation-1x.png",
983 "front_end/emulated_devices/google-nexus-5-vertical-navigation-2x.png",
984 "front_end/emulated_devices/google-nexus-5x-horizontal-default-1x.png",
985 "front_end/emulated_devices/google-nexus-5x-horizontal-default-2x.png",
986 "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.png",
987 "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.png",
988 "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x.png",
989 "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x.png",
990 "front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png",
991 "front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png",
992 "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png",
993 "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png",
994 "front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png",
995 "front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png",
996 "front_end/emulated_devices/iPad-landscape.svg",
997 "front_end/emulated_devices/iPad-portrait.svg",
998 "front_end/emulated_devices/iPhone5-landscape.svg",
999 "front_end/emulated_devices/iPhone5-portrait.svg",
1000 "front_end/emulated_devices/iPhone6-landscape.svg",
1001 "front_end/emulated_devices/iPhone6-portrait.svg",
1002 "front_end/emulated_devices/iPhone6Plus-landscape.svg",
1003 "front_end/emulated_devices/iPhone6Plus-portrait.svg",
1004 "front_end/emulated_devices/Nexus5X-landscape.svg",
1005 "front_end/emulated_devices/Nexus5X-portrait.svg",
1006 "front_end/emulated_devices/Nexus6P-landscape.svg",
1007 "front_end/emulated_devices/Nexus6P-portrait.svg",
1008]
1009
1010devtools_image_files = [
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +00001011 "front_end/Images/accelerometer-back.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001012 "front_end/Images/accelerometer-bottom.png",
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +00001013 "front_end/Images/accelerometer-front.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001014 "front_end/Images/accelerometer-left.png",
1015 "front_end/Images/accelerometer-right.png",
1016 "front_end/Images/accelerometer-top.png",
1017 "front_end/Images/audits_logo.svg",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001018 "front_end/Images/breakpoint.svg",
1019 "front_end/Images/breakpointConditional.svg",
1020 "front_end/Images/checkboxCheckmark.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001021 "front_end/Images/checker.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001022 "front_end/Images/chevrons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001023 "front_end/Images/chromeDisabledSelect.png",
1024 "front_end/Images/chromeDisabledSelect_2x.png",
1025 "front_end/Images/chromeLeft.png",
1026 "front_end/Images/chromeMiddle.png",
1027 "front_end/Images/chromeRight.png",
1028 "front_end/Images/chromeSelect.png",
1029 "front_end/Images/chromeSelect_2x.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001030 "front_end/Images/errorWave.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001031 "front_end/Images/ic_info_black_18dp.svg",
1032 "front_end/Images/ic_warning_black_18dp.svg",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001033 "front_end/Images/largeIcons.svg",
1034 "front_end/Images/mediumIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001035 "front_end/Images/navigationControls.png",
1036 "front_end/Images/navigationControls_2x.png",
1037 "front_end/Images/nodeIcon.png",
1038 "front_end/Images/popoverArrows.png",
1039 "front_end/Images/profileGroupIcon.png",
1040 "front_end/Images/profileIcon.png",
1041 "front_end/Images/profileSmallIcon.png",
1042 "front_end/Images/radioDot.png",
1043 "front_end/Images/resizeDiagonal.png",
1044 "front_end/Images/resizeDiagonal_2x.png",
1045 "front_end/Images/resizeHorizontal.png",
1046 "front_end/Images/resizeHorizontal_2x.png",
1047 "front_end/Images/resizeVertical.png",
1048 "front_end/Images/resizeVertical_2x.png",
1049 "front_end/Images/resourceCSSIcon.png",
1050 "front_end/Images/resourceDocumentIcon.png",
1051 "front_end/Images/resourceDocumentIconSmall.png",
Blink Reformat4c46d092018-04-07 15:32:37 +00001052 "front_end/Images/resourceJSIcon.png",
1053 "front_end/Images/resourcePlainIcon.png",
1054 "front_end/Images/resourcePlainIconSmall.png",
1055 "front_end/Images/resourcesTimeGraphIcon.png",
1056 "front_end/Images/searchNext.png",
1057 "front_end/Images/searchPrev.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001058 "front_end/Images/securityIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001059 "front_end/Images/speech.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001060 "front_end/Images/smallIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001061 "front_end/Images/toolbarResizerVertical.png",
1062 "front_end/Images/touchCursor.png",
1063 "front_end/Images/touchCursor_2x.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001064 "front_end/Images/treeoutlineTriangles.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001065 "front_end/Images/whatsnew.png",
1066]
1067
1068resources_out_dir = "$root_out_dir/resources/inspector"
1069
1070generated_scripts = [
1071 "$resources_out_dir/InspectorBackendCommands.js",
1072 "$resources_out_dir/SupportedCSSProperties.js",
1073]
1074
Alice Boxhall41003552018-05-21 03:33:56 +00001075generated_aria_properties =
1076 [ "$resources_out_dir/accessibility/ARIAProperties.js" ]
1077
Blink Reformat4c46d092018-04-07 15:32:37 +00001078application_templates = [
1079 "front_end/devtools_app.html",
1080 "front_end/inspector.html",
1081 "front_end/integration_test_runner.html",
1082 "front_end/js_app.html",
1083 "front_end/ndb_app.html",
1084 "front_end/node_app.html",
1085 "front_end/toolbox.html",
1086 "front_end/worker_app.html",
1087]
1088
1089generated_applications = [
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001090 "$resources_out_dir/audits_worker.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001091 "$resources_out_dir/devtools_app.html",
1092 "$resources_out_dir/devtools_app.js",
1093 "$resources_out_dir/formatter_worker.js",
1094 "$resources_out_dir/heap_snapshot_worker.js",
1095 "$resources_out_dir/inspector.html",
1096 "$resources_out_dir/inspector.js",
1097 "$resources_out_dir/js_app.html",
1098 "$resources_out_dir/js_app.js",
1099 "$resources_out_dir/node_app.html",
1100 "$resources_out_dir/node_app.js",
1101 "$resources_out_dir/shell.js",
1102 "$resources_out_dir/toolbox.html",
1103 "$resources_out_dir/toolbox.js",
1104 "$resources_out_dir/worker_app.html",
1105 "$resources_out_dir/worker_app.js",
1106]
1107
1108generated_non_autostart_non_remote_modules = [
1109 "$resources_out_dir/animation/animation_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001110 "$resources_out_dir/audits/audits_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001111 "$resources_out_dir/browser_debugger/browser_debugger_module.js",
1112 "$resources_out_dir/changes/changes_module.js",
1113 "$resources_out_dir/protocol_monitor/protocol_monitor_module.js",
1114 "$resources_out_dir/cm/cm_module.js",
1115 "$resources_out_dir/color_picker/color_picker_module.js",
1116 "$resources_out_dir/console/console_module.js",
1117 "$resources_out_dir/cookie_table/cookie_table_module.js",
1118 "$resources_out_dir/coverage/coverage_module.js",
1119 "$resources_out_dir/data_grid/data_grid_module.js",
1120 "$resources_out_dir/devices/devices_module.js",
1121 "$resources_out_dir/diff/diff_module.js",
1122 "$resources_out_dir/elements/elements_module.js",
1123 "$resources_out_dir/event_listeners/event_listeners_module.js",
1124 "$resources_out_dir/formatter/formatter_module.js",
1125 "$resources_out_dir/har_importer/har_importer_module.js",
1126 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
1127 "$resources_out_dir/help/help_module.js",
1128 "$resources_out_dir/inline_editor/inline_editor_module.js",
Joel Einbinder3f23eb22018-05-14 23:27:51 +00001129 "$resources_out_dir/javascript_metadata/javascript_metadata_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001130 "$resources_out_dir/js_profiler/js_profiler_module.js",
1131 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
1132 "$resources_out_dir/layers/layers_module.js",
1133 "$resources_out_dir/network/network_module.js",
1134 "$resources_out_dir/node_debugger/node_debugger_module.js",
1135 "$resources_out_dir/object_ui/object_ui_module.js",
1136 "$resources_out_dir/perf_ui/perf_ui_module.js",
1137 "$resources_out_dir/performance_monitor/performance_monitor_module.js",
1138 "$resources_out_dir/profiler/profiler_module.js",
1139 "$resources_out_dir/quick_open/quick_open_module.js",
1140 "$resources_out_dir/resources/resources_module.js",
1141 "$resources_out_dir/search/search_module.js",
1142 "$resources_out_dir/security/security_module.js",
1143 "$resources_out_dir/settings/settings_module.js",
1144 "$resources_out_dir/snippets/snippets_module.js",
1145 "$resources_out_dir/source_frame/source_frame_module.js",
1146 "$resources_out_dir/sources/sources_module.js",
1147 "$resources_out_dir/text_editor/text_editor_module.js",
1148 "$resources_out_dir/timeline_model/timeline_model_module.js",
1149 "$resources_out_dir/timeline/timeline_module.js",
Hongchan Choi7dd0b3e2019-05-13 21:19:03 +00001150 "$resources_out_dir/web_audio/web_audio_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001151 "$resources_out_dir/workspace_diff/workspace_diff_module.js",
1152]
1153
1154generated_remote_modules = [
1155 "$resources_out_dir/accessibility/accessibility_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001156 "$resources_out_dir/audits_worker/audits_worker_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001157 "$resources_out_dir/cm_modes/cm_modes_module.js",
1158 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
1159 "$resources_out_dir/product_registry_impl/product_registry_impl_module.js",
1160]
1161
Nico Weber1a9e1f82018-12-07 00:20:39 +00001162generated_test_modules = [
1163 "$resources_out_dir/accessibility_test_runner/accessibility_test_runner_module.js",
1164 "$resources_out_dir/application_test_runner/application_test_runner_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001165 "$resources_out_dir/audits_test_runner/audits_test_runner_module.js",
Amanda Baker06da9152019-03-29 17:04:12 +00001166 "$resources_out_dir/axe_core_test_runner/axe_core_test_runner_module.js",
Nico Weber1a9e1f82018-12-07 00:20:39 +00001167 "$resources_out_dir/bindings_test_runner/bindings_test_runner_module.js",
1168 "$resources_out_dir/console_test_runner/console_test_runner_module.js",
1169 "$resources_out_dir/coverage_test_runner/coverage_test_runner_module.js",
1170 "$resources_out_dir/cpu_profiler_test_runner/cpu_profiler_test_runner_module.js",
1171 "$resources_out_dir/data_grid_test_runner/data_grid_test_runner_module.js",
1172 "$resources_out_dir/device_mode_test_runner/device_mode_test_runner_module.js",
1173 "$resources_out_dir/elements_test_runner/elements_test_runner_module.js",
1174 "$resources_out_dir/extensions_test_runner/extensions_test_runner_module.js",
1175 "$resources_out_dir/heap_profiler_test_runner/heap_profiler_test_runner_module.js",
1176 "$resources_out_dir/heap_snapshot_worker/heap_snapshot_worker_module.js",
1177 "$resources_out_dir/integration_test_runner.html",
1178 "$resources_out_dir/integration_test_runner.js",
1179 "$resources_out_dir/layers_test_runner/layers_test_runner_module.js",
1180 "$resources_out_dir/network_test_runner/network_test_runner_module.js",
1181 "$resources_out_dir/performance_test_runner/performance_test_runner_module.js",
1182 "$resources_out_dir/sdk_test_runner/sdk_test_runner_module.js",
1183 "$resources_out_dir/security_test_runner/security_test_runner_module.js",
1184 "$resources_out_dir/sources_test_runner/sources_test_runner_module.js",
1185]
1186
Blink Reformat4c46d092018-04-07 15:32:37 +00001187devtools_applications = [
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001188 "audits_worker",
Blink Reformat4c46d092018-04-07 15:32:37 +00001189 "devtools_app",
1190 "formatter_worker",
1191 "heap_snapshot_worker",
1192 "inspector",
1193 "integration_test_runner",
1194 "js_app",
1195 "ndb_app",
1196 "node_app",
1197 "shell",
1198 "toolbox",
1199 "worker_app",
1200]
1201
1202#-------------------------------------------------------------------------------
1203
1204visibility = [ "//third_party/blink/*" ]
1205
1206group("devtools_all_files") {
1207 data = all_devtools_files
Alexei Filippov933306d2019-03-26 17:40:51 +00001208 deps = [
1209 ":devtools_frontend_resources_data",
1210 ]
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001211}
1212
1213devtools_frontend_resources_deps = [
1214 ":aria_properties",
1215 ":build_release_devtools",
1216 ":copy_embedder_scripts",
1217 ":copy_emulated_devices_images",
1218 ":copy_htaccess",
1219 ":copy_inspector_images",
1220 ":devtools_extension_api",
1221 ":frontend_protocol_sources",
1222 ":supported_css_properties",
1223]
1224
1225if (debug_devtools) {
1226 devtools_frontend_resources_deps += [
1227 ":build_debug_devtools",
1228 ":copy_aria_properties",
1229 ":copy_generated_scripts",
1230 ]
Blink Reformat4c46d092018-04-07 15:32:37 +00001231}
1232
1233group("devtools_frontend_resources") {
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001234 public_deps = devtools_frontend_resources_deps
1235}
1236
1237# Do not use this unless you need unpacked devtools at runtime.
1238group("devtools_frontend_resources_data") {
1239 data_deps = devtools_frontend_resources_deps
Blink Reformat4c46d092018-04-07 15:32:37 +00001240}
1241
1242copy("copy_embedder_scripts") {
1243 sources = devtools_embedder_scripts
1244 outputs = [
1245 "$resources_out_dir/{{source_file_part}}",
1246 ]
1247}
1248
Yutaka Hiranob7cf3cf2018-09-19 05:45:57 +00001249copy("copy_htaccess") {
1250 sources = [
1251 "htaccess",
1252 ]
1253 outputs = [
1254 "$resources_out_dir/.htaccess",
1255 ]
1256}
1257
Blink Reformat4c46d092018-04-07 15:32:37 +00001258copy("copy_inspector_images") {
1259 sources = devtools_image_files
1260 outputs = [
1261 "$resources_out_dir/Images/{{source_file_part}}",
1262 ]
1263}
1264
1265copy("copy_emulated_devices_images") {
1266 sources = devtools_emulated_devices_images
1267 outputs = [
1268 "$resources_out_dir/emulated_devices/{{source_file_part}}",
1269 ]
1270}
1271
1272action("generate_devtools_grd") {
1273 script = "scripts/build/generate_devtools_grd.py"
1274
1275 deps = [
1276 ":devtools_frontend_resources",
1277 ]
1278
1279 grd_files =
1280 generated_applications + generated_non_autostart_non_remote_modules +
1281 devtools_embedder_scripts +
1282 [ "$resources_out_dir/devtools_extension_api.js" ]
1283
1284 # Bundle remote modules in ChromeOS.
1285 if (is_chromeos) {
Paul Irishebe434b2018-05-02 01:03:06 +00001286 grd_files += generated_remote_modules + devtools_emulated_devices_images
Blink Reformat4c46d092018-04-07 15:32:37 +00001287 }
1288
1289 inputs = grd_files + devtools_image_files
1290 outfile = "$root_gen_dir/devtools/devtools_resources.grd"
1291 outputs = [
1292 outfile,
1293 ]
1294
1295 relative_path_dirs = [
1296 resources_out_dir,
1297 "front_end",
1298 ]
1299
1300 args = rebase_path(grd_files, root_build_dir) + [ "--relative_path_dirs" ] +
1301 rebase_path(relative_path_dirs, root_build_dir) +
1302 [
1303 "--images",
1304 rebase_path("front_end/Images", root_build_dir),
1305 "--output",
1306 rebase_path(outfile, root_build_dir),
1307 ]
1308}
1309
1310action("devtools_extension_api") {
1311 script = "scripts/build/generate_devtools_extension_api.py"
1312
1313 devtools_extension_api_files = [ "front_end/extensions/ExtensionAPI.js" ]
1314 inputs = devtools_extension_api_files
1315 outputs = [
1316 "$resources_out_dir/devtools_extension_api.js",
1317 ]
1318
1319 args = rebase_path(outputs, root_build_dir) +
1320 rebase_path(devtools_extension_api_files, root_build_dir)
1321}
1322
1323action("supported_css_properties") {
1324 script = "scripts/build/generate_supported_css.py"
1325
1326 inputs = [
Amos Lim67f4ceb2018-09-18 23:36:13 +00001327 "../core/css/css_properties.json5",
Blink Reformat4c46d092018-04-07 15:32:37 +00001328 ]
1329
1330 outputs = [
1331 "$resources_out_dir/SupportedCSSProperties.js",
1332 ]
1333
1334 args =
1335 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
1336}
1337
Alice Boxhall41003552018-05-21 03:33:56 +00001338action("aria_properties") {
1339 script = "scripts/build/generate_aria.py"
1340
1341 inputs = [
1342 "../core/html/aria_properties.json5",
1343 ]
1344
1345 outputs = [
1346 "$resources_out_dir/accessibility/ARIAProperties.js",
1347 ]
1348
1349 args =
1350 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
1351}
1352
Blink Reformat4c46d092018-04-07 15:32:37 +00001353action("frontend_protocol_sources") {
1354 script = "scripts/build/code_generator_frontend.py"
1355 deps = [
1356 "../core/inspector:protocol_version",
1357 ]
1358 inputs = [
1359 "$blink_core_output_dir/inspector/protocol.json",
1360 ]
1361 outputs = [
1362 "$resources_out_dir/InspectorBackendCommands.js",
1363 ]
1364
1365 args = rebase_path(inputs, root_build_dir) + [
1366 "--output_js_dir",
1367 rebase_path(resources_out_dir, root_build_dir),
1368 ]
1369}
1370
1371action("build_release_devtools") {
1372 script = "scripts/build/build_release_applications.py"
1373
1374 deps = [
Alice Boxhall41003552018-05-21 03:33:56 +00001375 ":aria_properties",
Blink Reformat4c46d092018-04-07 15:32:37 +00001376 ":frontend_protocol_sources",
1377 ":supported_css_properties",
1378 ]
1379
1380 helper_scripts = [
1381 "scripts/build/modular_build.py",
1382 "scripts/build/rjsmin.py",
1383 ]
1384
Nico Weber1a9e1f82018-12-07 00:20:39 +00001385 inputs = helper_scripts + all_devtools_files + devtools_test_files +
1386 generated_scripts + generated_aria_properties + application_templates
Blink Reformat4c46d092018-04-07 15:32:37 +00001387 outputs =
1388 generated_applications + generated_non_autostart_non_remote_modules +
Nico Weber1a9e1f82018-12-07 00:20:39 +00001389 generated_remote_modules + generated_test_modules
Blink Reformat4c46d092018-04-07 15:32:37 +00001390
1391 args = devtools_applications + [
1392 "--input_path",
1393 rebase_path("front_end", root_build_dir),
1394 "--output_path",
1395 rebase_path(resources_out_dir, root_build_dir),
1396 ]
1397}
1398
1399if (debug_devtools) {
1400 resources_out_debug_dir = "$root_out_dir/resources/inspector/debug"
1401
1402 action("build_debug_devtools") {
1403 script = "scripts/build/build_debug_applications.py"
1404
Blink Reformat4c46d092018-04-07 15:32:37 +00001405 inputs = all_devtools_files + application_templates
1406 outputs = [
1407 "$resources_out_debug_dir/devtools_app.html",
1408 "$resources_out_debug_dir/inspector.html",
1409 "$resources_out_debug_dir/integration_test_runner.html",
1410 "$resources_out_debug_dir/js_app.html",
1411 "$resources_out_debug_dir/ndb_app.html",
1412 "$resources_out_debug_dir/node_app.html",
1413 "$resources_out_debug_dir/toolbox.html",
1414 "$resources_out_debug_dir/worker_app.html",
1415 ]
1416
Tim van der Lippe118843d2019-07-26 18:38:51 +00001417 args = [
1418 "--input_path",
1419 rebase_path("front_end", root_build_dir),
1420 "--output_path",
1421 rebase_path(resources_out_debug_dir, root_build_dir),
1422 ]
Blink Reformat4c46d092018-04-07 15:32:37 +00001423 }
1424
1425 copy("copy_generated_scripts") {
1426 deps = [
Tim van der Lippe118843d2019-07-26 18:38:51 +00001427 ":build_debug_devtools",
Blink Reformat4c46d092018-04-07 15:32:37 +00001428 ":frontend_protocol_sources",
1429 ":supported_css_properties",
1430 ]
1431 sources = generated_scripts
1432 outputs = [
1433 "$resources_out_debug_dir/{{source_file_part}}",
1434 ]
1435 }
Alice Boxhall41003552018-05-21 03:33:56 +00001436
1437 copy("copy_aria_properties") {
1438 deps = [
1439 ":aria_properties",
1440 ":build_debug_devtools",
1441 ]
1442
1443 sources = generated_aria_properties
1444
1445 outputs = [
1446 "$resources_out_debug_dir/accessibility/{{source_file_part}}",
1447 ]
1448 }
Blink Reformat4c46d092018-04-07 15:32:37 +00001449}
1450
1451group("devtools_closure_compile") {
1452 data = [
1453 # Needed for isolate script to execute.
1454 "front_end/",
1455 "scripts/build/",
1456 "scripts/closure/",
1457 "scripts/compile_frontend.py",
1458 "scripts/dependency_preprocessor.py",
1459 "scripts/jsdoc_validator/",
1460 "scripts/special_case_namespaces.json",
1461 "scripts/utils.py",
1462 "//testing/scripts/common.py",
1463 "//testing/scripts/run_devtools_check.py",
1464 "//testing/xvfb.py",
Alexey Kozyatinskiya8011e02018-04-17 17:49:38 +00001465 "//third_party/blink/renderer/core/inspector/browser_protocol.pdl",
1466 "//third_party/inspector_protocol/pdl.py",
Yang Guo5ebd8a72019-06-26 08:04:01 +00001467 "//v8/include/js_protocol.pdl",
Blink Reformat4c46d092018-04-07 15:32:37 +00001468 ]
1469}
1470
1471if (is_linux && !is_chromeos) {
1472 group("devtools_eslint") {
1473 data = [
1474 # Needed for isolate script to execute.
1475 ".eslintignore",
1476 ".eslintrc.js",
1477 "front_end/",
1478 "scripts/lint_javascript.py",
1479 "scripts/local_node.py",
1480 "//testing/scripts/common.py",
1481 "//testing/scripts/run_devtools_check.py",
1482 "//testing/xvfb.py",
1483 "//third_party/devtools-node-modules/",
1484 "//third_party/node/node.py",
1485 "//third_party/node/linux/node-linux-x64/",
1486 ]
1487 }
1488}