blob: 87e9e3ceaa0d602dc156e9220d4a986679b8c082 [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",
Paul Lewis8cddf992019-09-27 16:40:07 +000098 "front_end/css_overview/cssOverview.css",
99 "front_end/css_overview/cssOverviewStartView.css",
100 "front_end/css_overview/cssOverviewProcessingView.css",
101 "front_end/css_overview/cssOverviewCompletedView.css",
102 "front_end/css_overview/CSSOverviewController.js",
103 "front_end/css_overview/CSSOverviewStartView.js",
104 "front_end/css_overview/CSSOverviewProcessingView.js",
105 "front_end/css_overview/CSSOverviewCompletedView.js",
106 "front_end/css_overview/CSSOverviewModel.js",
107 "front_end/css_overview/CSSOverviewSidebarPanel.js",
108 "front_end/css_overview/cssOverviewSidebarPanel.css",
109 "front_end/css_overview/CSSOverviewPanel.js",
110 "front_end/css_overview/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000111 "front_end/changes/ChangesHighlighter.js",
112 "front_end/changes/changesView.css",
113 "front_end/changes/ChangesView.js",
114 "front_end/changes/changesSidebar.css",
115 "front_end/changes/ChangesSidebar.js",
116 "front_end/changes/module.json",
Yang Guoa999fec2019-07-25 07:54:38 +0000117 "front_end/cm/active-line.js",
Joel Einbinderbbaf3832018-12-15 00:05:35 +0000118 "front_end/cm/brace-fold.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000119 "front_end/cm/closebrackets.js",
120 "front_end/cm/codemirror.css",
121 "front_end/cm/codemirror.js",
122 "front_end/cm/comment.js",
Joel Einbinderbbaf3832018-12-15 00:05:35 +0000123 "front_end/cm/foldcode.js",
124 "front_end/cm/foldgutter.js",
Yang Guoa999fec2019-07-25 07:54:38 +0000125 "front_end/cm/mark-selection.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000126 "front_end/cm/matchbrackets.js",
127 "front_end/cm/module.json",
128 "front_end/cm/multiplex.js",
129 "front_end/cm/overlay.js",
130 "front_end/cm_headless/headlesscodemirror.js",
131 "front_end/cm_headless/module.json",
132 "front_end/cm_modes/clike.js",
133 "front_end/cm_modes/clojure.js",
134 "front_end/cm_modes/coffeescript.js",
135 "front_end/cm_modes/DefaultCodeMirrorMimeMode.js",
136 "front_end/cm_modes/jsx.js",
137 "front_end/cm_modes/livescript.js",
138 "front_end/cm_modes/markdown.js",
139 "front_end/cm_modes/module.json",
140 "front_end/cm_modes/php.js",
141 "front_end/cm_modes/python.js",
142 "front_end/cm_modes/shell.js",
143 "front_end/cm_modes/stylus.js",
144 "front_end/cm_web_modes/css.js",
145 "front_end/cm_web_modes/htmlembedded.js",
146 "front_end/cm_web_modes/htmlmixed.js",
147 "front_end/cm_web_modes/javascript.js",
148 "front_end/cm_web_modes/xml.js",
149 "front_end/color_picker/ContrastDetails.js",
150 "front_end/color_picker/ContrastInfo.js",
151 "front_end/color_picker/ContrastOverlay.js",
152 "front_end/color_picker/module.json",
153 "front_end/color_picker/spectrum.css",
154 "front_end/color_picker/Spectrum.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000155 "front_end/common/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000156 "front_end/components/DockController.js",
Pavel Feldman18d13562018-07-31 03:31:18 +0000157 "front_end/components/ImagePreview.js",
158 "front_end/components/imagePreview.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000159 "front_end/components/JSPresentationUtils.js",
160 "front_end/components/Linkifier.js",
161 "front_end/components/TargetDetachedDialog.js",
162 "front_end/components/Reload.js",
163 "front_end/components/jsUtils.css",
164 "front_end/components/module.json",
165 "front_end/console/ConsoleContextSelector.js",
166 "front_end/console/ConsoleFilter.js",
167 "front_end/console/ConsoleSidebar.js",
168 "front_end/console/ConsolePanel.js",
Erik Luo6294d3b2018-07-12 21:54:16 +0000169 "front_end/console/ConsolePinPane.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000170 "front_end/console/ConsolePrompt.js",
171 "front_end/console/consoleView.css",
172 "front_end/console/consoleContextSelector.css",
Erik Luo6294d3b2018-07-12 21:54:16 +0000173 "front_end/console/consolePinPane.css",
Erik Luofa544812018-07-30 20:03:54 +0000174 "front_end/console/consolePrompt.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000175 "front_end/console/consoleSidebar.css",
176 "front_end/console/ConsoleView.js",
177 "front_end/console/ConsoleViewMessage.js",
178 "front_end/console/ConsoleViewport.js",
179 "front_end/console/module.json",
180 "front_end/console_counters/errorWarningCounter.css",
181 "front_end/console_counters/module.json",
182 "front_end/console_counters/WarningErrorCounter.js",
183 "front_end/console_test_runner/ConsoleTestRunner.js",
184 "front_end/console_test_runner/module.json",
185 "front_end/cookie_table/CookiesTable.js",
186 "front_end/cookie_table/module.json",
187 "front_end/coverage/coverageListView.css",
188 "front_end/coverage/CoverageDecorationManager.js",
189 "front_end/coverage/CoverageListView.js",
190 "front_end/coverage/CoverageModel.js",
191 "front_end/coverage/coverageView.css",
192 "front_end/coverage/CoverageView.js",
193 "front_end/coverage/module.json",
194 "front_end/coverage_test_runner/CoverageTestRunner.js",
195 "front_end/coverage_test_runner/module.json",
196 "front_end/cpu_profiler_test_runner/module.json",
197 "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js",
Gaoping Huang1e081662019-10-03 20:22:56 +0000198 "front_end/dagre_layout/dagre.js",
199 "front_end/dagre_layout/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000200 "front_end/data_grid/dataGrid.css",
201 "front_end/data_grid/DataGrid.js",
202 "front_end/data_grid/module.json",
203 "front_end/data_grid/ShowMoreDataGridNode.js",
204 "front_end/data_grid/SortableDataGrid.js",
205 "front_end/data_grid/ViewportDataGrid.js",
206 "front_end/data_grid_test_runner/DataGridTestRunner.js",
207 "front_end/data_grid_test_runner/module.json",
208 "front_end/device_mode_test_runner/DeviceModeTestRunner.js",
209 "front_end/device_mode_test_runner/module.json",
210 "front_end/devices/DevicesView.js",
211 "front_end/devices/devicesView.css",
212 "front_end/devices/module.json",
213 "front_end/diff/diff_match_patch.js",
214 "front_end/diff/Diff.js",
215 "front_end/diff/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000216 "front_end/dom_extension/module.json",
217 "front_end/elements/breadcrumbs.css",
218 "front_end/elements/classesPaneWidget.css",
219 "front_end/elements/ClassesPaneWidget.js",
220 "front_end/elements/ColorSwatchPopoverIcon.js",
221 "front_end/elements/ComputedStyleModel.js",
222 "front_end/elements/computedStyleSidebarPane.css",
223 "front_end/elements/computedStyleWidgetTree.css",
224 "front_end/elements/ComputedStyleWidget.js",
225 "front_end/elements/DOMLinkifier.js",
226 "front_end/elements/domLinkifier.css",
227 "front_end/elements/DOMPath.js",
228 "front_end/elements/ElementsBreadcrumbs.js",
229 "front_end/elements/elementsPanel.css",
230 "front_end/elements/ElementsPanel.js",
231 "front_end/elements/ElementsSidebarPane.js",
232 "front_end/elements/elementStatePaneWidget.css",
233 "front_end/elements/ElementStatePaneWidget.js",
234 "front_end/elements/ElementsTreeElement.js",
235 "front_end/elements/ElementsTreeElementHighlighter.js",
236 "front_end/elements/elementsTreeOutline.css",
237 "front_end/elements/ElementsTreeOutline.js",
238 "front_end/elements/EventListenersWidget.js",
239 "front_end/elements/InspectElementModeController.js",
240 "front_end/elements/MarkerDecorator.js",
241 "front_end/elements/metricsSidebarPane.css",
242 "front_end/elements/MetricsSidebarPane.js",
Connor Clark5f267212019-07-26 23:59:11 +0000243 "front_end/elements/nodeStackTraceWidget.css",
244 "front_end/elements/NodeStackTraceWidget.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000245 "front_end/elements/module.json",
246 "front_end/elements/platformFontsWidget.css",
247 "front_end/elements/PlatformFontsWidget.js",
248 "front_end/elements/propertiesWidget.css",
249 "front_end/elements/PropertiesWidget.js",
250 "front_end/elements/StylePropertyHighlighter.js",
251 "front_end/elements/stylesSectionTree.css",
252 "front_end/elements/stylesSidebarPane.css",
253 "front_end/elements/StylesSidebarPane.js",
254 "front_end/elements/StylePropertyTreeElement.js",
255 "front_end/elements_test_runner/EditDOMTestRunner.js",
256 "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js",
257 "front_end/elements_test_runner/ElementsTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000258 "front_end/elements_test_runner/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000259 "front_end/elements_test_runner/SetOuterHTMLTestRunner.js",
260 "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js",
261 "front_end/emulated_devices/module.json",
262 "front_end/emulation/AdvancedApp.js",
263 "front_end/emulation/DeviceModeModel.js",
264 "front_end/emulation/deviceModeToolbar.css",
265 "front_end/emulation/DeviceModeToolbar.js",
266 "front_end/emulation/deviceModeView.css",
267 "front_end/emulation/DeviceModeView.js",
268 "front_end/emulation/DeviceModeWrapper.js",
269 "front_end/emulation/devicesSettingsTab.css",
270 "front_end/emulation/DevicesSettingsTab.js",
271 "front_end/emulation/EmulatedDevices.js",
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +0000272 "front_end/emulation/geolocationsSettingsTab.css",
273 "front_end/emulation/GeolocationsSettingsTab.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000274 "front_end/emulation/inspectedPagePlaceholder.css",
275 "front_end/emulation/InspectedPagePlaceholder.js",
276 "front_end/emulation/mediaQueryInspector.css",
277 "front_end/emulation/MediaQueryInspector.js",
278 "front_end/emulation/module.json",
279 "front_end/emulation/sensors.css",
280 "front_end/emulation/SensorsView.js",
281 "front_end/event_listeners/EventListenersUtils.js",
282 "front_end/event_listeners/eventListenersView.css",
283 "front_end/event_listeners/EventListenersView.js",
284 "front_end/event_listeners/module.json",
285 "front_end/extensions/ExtensionAPI.js",
286 "front_end/extensions/ExtensionPanel.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000287 "front_end/extensions/ExtensionServer.js",
288 "front_end/extensions/ExtensionTraceProvider.js",
289 "front_end/extensions/ExtensionView.js",
290 "front_end/extensions/module.json",
291 "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js",
292 "front_end/extensions_test_runner/ExtensionsTestRunner.js",
293 "front_end/extensions_test_runner/module.json",
294 "front_end/formatter/FormatterWorkerPool.js",
295 "front_end/formatter/module.json",
296 "front_end/formatter/ScriptFormatter.js",
297 "front_end/formatter_worker.js",
298 "front_end/formatter_worker.json",
299 "front_end/formatter_worker/AcornTokenizer.js",
300 "front_end/formatter_worker/CSSFormatter.js",
301 "front_end/formatter_worker/CSSRuleParser.js",
302 "front_end/formatter_worker/ESTreeWalker.js",
303 "front_end/formatter_worker/FormattedContentBuilder.js",
304 "front_end/formatter_worker/FormatterWorker.js",
305 "front_end/formatter_worker/HTMLFormatter.js",
306 "front_end/formatter_worker/IdentityFormatter.js",
307 "front_end/formatter_worker/JavaScriptFormatter.js",
308 "front_end/formatter_worker/JavaScriptOutline.js",
309 "front_end/formatter_worker/RelaxedJSONParser.js",
310 "front_end/formatter_worker/acorn/acorn.js",
311 "front_end/formatter_worker/acorn/acorn_loose.js",
312 "front_end/formatter_worker/module.json",
313 "front_end/har_importer/HARFormat.js",
314 "front_end/har_importer/HARImporter.js",
315 "front_end/har_importer/module.json",
316 "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js",
317 "front_end/heap_profiler_test_runner/module.json",
318 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
319 "front_end/heap_snapshot_model/module.json",
320 "front_end/heap_snapshot_worker.js",
321 "front_end/heap_snapshot_worker.json",
322 "front_end/heap_snapshot_worker/AllocationProfile.js",
323 "front_end/heap_snapshot_worker/HeapSnapshot.js",
324 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
325 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
326 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
327 "front_end/heap_snapshot_worker/module.json",
328 "front_end/help/Help.js",
329 "front_end/help/module.json",
330 "front_end/help/releaseNote.css",
331 "front_end/help/ReleaseNoteText.js",
332 "front_end/help/ReleaseNoteView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000333 "front_end/host/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000334 "front_end/inline_editor/bezierEditor.css",
335 "front_end/inline_editor/BezierEditor.js",
336 "front_end/inline_editor/bezierSwatch.css",
337 "front_end/inline_editor/BezierUI.js",
338 "front_end/inline_editor/colorSwatch.css",
339 "front_end/inline_editor/ColorSwatch.js",
340 "front_end/inline_editor/cssShadowEditor.css",
341 "front_end/inline_editor/CSSShadowEditor.js",
342 "front_end/inline_editor/CSSShadowModel.js",
343 "front_end/inline_editor/cssShadowSwatch.css",
344 "front_end/inline_editor/module.json",
345 "front_end/inline_editor/swatchPopover.css",
346 "front_end/inline_editor/SwatchPopoverHelper.js",
347 "front_end/inspector.js",
348 "front_end/inspector.json",
349 "front_end/inspector_main/InspectorMain.js",
350 "front_end/inspector_main/module.json",
351 "front_end/inspector_main/nodeIcon.css",
352 "front_end/inspector_main/renderingOptions.css",
353 "front_end/inspector_main/RenderingOptions.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000354 "front_end/integration_test_runner.js",
355 "front_end/integration_test_runner.json",
Joel Einbinder3f23eb22018-05-14 23:27:51 +0000356 "front_end/javascript_metadata/module.json",
357 "front_end/javascript_metadata/NativeFunctions.js",
358 "front_end/javascript_metadata/JavaScriptMetadata.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000359 "front_end/js_main/JsMain.js",
360 "front_end/js_main/module.json",
361 "front_end/js_profiler/module.json",
362 "front_end/layer_viewer/layerDetailsView.css",
363 "front_end/layer_viewer/LayerDetailsView.js",
364 "front_end/layer_viewer/layers3DView.css",
365 "front_end/layer_viewer/Layers3DView.js",
366 "front_end/layer_viewer/LayerTreeOutline.js",
367 "front_end/layer_viewer/LayerViewHost.js",
368 "front_end/layer_viewer/module.json",
369 "front_end/layer_viewer/paintProfiler.css",
370 "front_end/layer_viewer/PaintProfilerView.js",
371 "front_end/layer_viewer/TransformController.js",
372 "front_end/layers/LayerPaintProfilerView.js",
373 "front_end/layers/LayersPanel.js",
374 "front_end/layers/LayerTreeModel.js",
375 "front_end/layers/module.json",
376 "front_end/layers_test_runner/LayersTestRunner.js",
377 "front_end/layers_test_runner/module.json",
378 "front_end/main/ExecutionContextSelector.js",
379 "front_end/main/Main.js",
380 "front_end/main/module.json",
381 "front_end/main/SimpleApp.js",
382 "front_end/protocol_monitor/ProtocolMonitor.js",
383 "front_end/protocol_monitor/protocolMonitor.css",
384 "front_end/protocol_monitor/module.json",
385 "front_end/mobile_throttling/MobileThrottlingSelector.js",
386 "front_end/mobile_throttling/module.json",
387 "front_end/mobile_throttling/NetworkPanelIndicator.js",
388 "front_end/mobile_throttling/NetworkThrottlingSelector.js",
389 "front_end/mobile_throttling/ThrottlingManager.js",
390 "front_end/mobile_throttling/ThrottlingPresets.js",
391 "front_end/mobile_throttling/throttlingSettingsTab.css",
392 "front_end/mobile_throttling/ThrottlingSettingsTab.js",
393 "front_end/ndb_app.json",
Joey Arhar8cf725b2019-02-05 03:16:43 +0000394 "front_end/network/binaryResourceView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000395 "front_end/network/blockedURLsPane.css",
Joey Arhar19e85cc2019-01-29 22:07:02 +0000396 "front_end/network/BinaryResourceView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000397 "front_end/network/BlockedURLsPane.js",
398 "front_end/network/eventSourceMessagesView.css",
399 "front_end/network/EventSourceMessagesView.js",
400 "front_end/network/HARWriter.js",
401 "front_end/network/module.json",
402 "front_end/network/networkConfigView.css",
403 "front_end/network/NetworkConfigView.js",
404 "front_end/network/NetworkDataGridNode.js",
405 "front_end/network/NetworkItemView.js",
406 "front_end/network/networkLogView.css",
407 "front_end/network/NetworkLogView.js",
408 "front_end/network/NetworkLogViewColumns.js",
409 "front_end/network/NetworkFrameGrouper.js",
410 "front_end/network/networkManageCustomHeadersView.css",
411 "front_end/network/NetworkManageCustomHeadersView.js",
412 "front_end/network/NetworkOverview.js",
413 "front_end/network/networkPanel.css",
414 "front_end/network/NetworkPanel.js",
415 "front_end/network/NetworkSearchScope.js",
416 "front_end/network/NetworkTimeCalculator.js",
417 "front_end/network/networkTimingTable.css",
418 "front_end/network/networkWaterfallColumn.css",
419 "front_end/network/NetworkWaterfallColumn.js",
420 "front_end/network/requestCookiesView.css",
421 "front_end/network/RequestCookiesView.js",
422 "front_end/network/requestHeadersTree.css",
423 "front_end/network/requestHeadersView.css",
424 "front_end/network/RequestHeadersView.js",
425 "front_end/network/requestHTMLView.css",
426 "front_end/network/RequestHTMLView.js",
Junyi Xiao2476f772019-10-02 18:43:08 +0000427 "front_end/network/requestInitiatorView.css",
428 "front_end/network/RequestInitiatorView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000429 "front_end/network/RequestPreviewView.js",
430 "front_end/network/RequestResponseView.js",
431 "front_end/network/RequestTimingView.js",
432 "front_end/network/ResourceWebSocketFrameView.js",
Tsuyoshi Horo625e92a2018-05-17 00:36:11 +0000433 "front_end/network/signedExchangeInfoTree.css",
434 "front_end/network/signedExchangeInfoView.css",
435 "front_end/network/SignedExchangeInfoView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000436 "front_end/network/webSocketFrameView.css",
437 "front_end/network_test_runner/module.json",
438 "front_end/network_test_runner/NetworkTestRunner.js",
439 "front_end/network_test_runner/ProductRegistryTestRunner.js",
440 "front_end/node_debugger/module.json",
441 "front_end/node_main/NodeConnectionsPanel.js",
442 "front_end/node_main/nodeConnectionsPanel.css",
443 "front_end/node_main/NodeMain.js",
444 "front_end/node_main/module.json",
445 "front_end/object_ui/customPreviewComponent.css",
446 "front_end/object_ui/CustomPreviewComponent.js",
447 "front_end/object_ui/JavaScriptAutocomplete.js",
Erik Luo15729982018-07-23 23:48:44 +0000448 "front_end/object_ui/JavaScriptREPL.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000449 "front_end/object_ui/module.json",
450 "front_end/object_ui/objectPopover.css",
451 "front_end/object_ui/ObjectPopoverHelper.js",
452 "front_end/object_ui/objectPropertiesSection.css",
453 "front_end/object_ui/ObjectPropertiesSection.js",
454 "front_end/object_ui/objectValue.css",
455 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
456 "front_end/perf_ui/ChartViewport.js",
457 "front_end/perf_ui/FilmStripView.js",
458 "front_end/perf_ui/FlameChart.js",
459 "front_end/perf_ui/GCActionDelegate.js",
460 "front_end/perf_ui/LineLevelProfile.js",
Alexei Filippovfdfefe02019-03-09 00:33:24 +0000461 "front_end/perf_ui/LiveHeapProfile.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000462 "front_end/perf_ui/NetworkPriorities.js",
463 "front_end/perf_ui/OverviewGrid.js",
464 "front_end/perf_ui/PieChart.js",
465 "front_end/perf_ui/TimelineGrid.js",
466 "front_end/perf_ui/TimelineOverviewPane.js",
467 "front_end/perf_ui/chartViewport.css",
468 "front_end/perf_ui/filmStripView.css",
469 "front_end/perf_ui/flameChart.css",
470 "front_end/perf_ui/module.json",
471 "front_end/perf_ui/overviewGrid.css",
472 "front_end/perf_ui/pieChart.css",
473 "front_end/perf_ui/timelineGrid.css",
474 "front_end/perf_ui/timelineOverviewInfo.css",
475 "front_end/performance_monitor/PerformanceMonitor.js",
476 "front_end/performance_monitor/performanceMonitor.css",
477 "front_end/performance_monitor/module.json",
478 "front_end/performance_test_runner/module.json",
479 "front_end/performance_test_runner/TimelineDataTestRunner.js",
480 "front_end/performance_test_runner/TimelineTestRunner.js",
481 "front_end/persistence/Automapping.js",
482 "front_end/persistence/editFileSystemView.css",
483 "front_end/persistence/EditFileSystemView.js",
484 "front_end/persistence/FileSystemWorkspaceBinding.js",
485 "front_end/persistence/IsolatedFileSystem.js",
486 "front_end/persistence/IsolatedFileSystemManager.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000487 "front_end/persistence/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000488 "front_end/persistence/NetworkPersistenceManager.js",
489 "front_end/persistence/Persistence.js",
490 "front_end/persistence/PersistenceActions.js",
491 "front_end/persistence/PersistenceUtils.js",
Alexey Kozyatinskiy3a2eb282018-08-21 16:22:02 +0000492 "front_end/persistence/PlatformFileSystem.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000493 "front_end/persistence/workspaceSettingsTab.css",
494 "front_end/persistence/WorkspaceSettingsTab.js",
495 "front_end/platform/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000496 "front_end/product_registry/BadgePool.js",
497 "front_end/product_registry/ProductRegistry.js",
498 "front_end/product_registry/badge.css",
499 "front_end/product_registry/module.json",
500 "front_end/product_registry/popup.css",
501 "front_end/product_registry_impl/module.json",
502 "front_end/product_registry_impl/ProductRegistryImpl.js",
503 "front_end/product_registry_impl/ProductRegistryData.js",
504 "front_end/product_registry_impl/sha1/sha1.js",
505 "front_end/profiler/BottomUpProfileDataGrid.js",
506 "front_end/profiler/CPUProfileFlameChart.js",
507 "front_end/profiler/CPUProfileView.js",
508 "front_end/profiler/heapProfiler.css",
509 "front_end/profiler/HeapProfileView.js",
Alexei Filippov1e549652018-09-26 21:47:08 +0000510 "front_end/profiler/HeapProfilerPanel.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000511 "front_end/profiler/HeapSnapshotDataGrids.js",
512 "front_end/profiler/HeapSnapshotGridNodes.js",
513 "front_end/profiler/HeapSnapshotProxy.js",
514 "front_end/profiler/HeapSnapshotView.js",
Alexei Filippov1e549652018-09-26 21:47:08 +0000515 "front_end/profiler/HeapTimelineOverview.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000516 "front_end/profiler/IsolateSelector.js",
Alexei Filippov933306d2019-03-26 17:40:51 +0000517 "front_end/profiler/LiveHeapProfileView.js",
518 "front_end/profiler/liveHeapProfile.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000519 "front_end/profiler/module.json",
520 "front_end/profiler/ProfileDataGrid.js",
521 "front_end/profiler/ProfileHeader.js",
522 "front_end/profiler/profileLauncherView.css",
523 "front_end/profiler/ProfileLauncherView.js",
524 "front_end/profiler/ProfileType.js",
525 "front_end/profiler/profilesPanel.css",
526 "front_end/profiler/ProfilesPanel.js",
527 "front_end/profiler/profilesSidebarTree.css",
528 "front_end/profiler/ProfileTypeRegistry.js",
529 "front_end/profiler/ProfileView.js",
530 "front_end/profiler/TopDownProfileDataGrid.js",
Alexey Kozyatinskiy03aa06a2018-09-13 20:55:26 +0000531 "front_end/protocol/NodeURL.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000532 "front_end/protocol/InspectorBackend.js",
533 "front_end/protocol/module.json",
534 "front_end/quick_open/CommandMenu.js",
535 "front_end/quick_open/filteredListWidget.css",
536 "front_end/quick_open/FilteredListWidget.js",
537 "front_end/quick_open/HelpQuickOpen.js",
538 "front_end/quick_open/QuickOpen.js",
539 "front_end/quick_open/module.json",
540 "front_end/resources/ApplicationCacheModel.js",
541 "front_end/resources/ApplicationCacheItemsView.js",
542 "front_end/resources/ApplicationPanelSidebar.js",
543 "front_end/resources/appManifestView.css",
544 "front_end/resources/AppManifestView.js",
Rayan Kanso8fe8ee22019-03-04 14:58:46 +0000545 "front_end/resources/BackgroundServiceModel.js",
Rayan Kanso68904202019-02-21 14:16:25 +0000546 "front_end/resources/backgroundServiceView.css",
547 "front_end/resources/BackgroundServiceView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000548 "front_end/resources/clearStorageView.css",
549 "front_end/resources/ClearStorageView.js",
550 "front_end/resources/CookieItemsView.js",
Jan Scheffler5cbacdc2019-09-27 13:59:15 +0000551 "front_end/resources/cookieItemsView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000552 "front_end/resources/DatabaseModel.js",
553 "front_end/resources/DatabaseQueryView.js",
554 "front_end/resources/DatabaseTableView.js",
555 "front_end/resources/DOMStorageItemsView.js",
556 "front_end/resources/DOMStorageModel.js",
557 "front_end/resources/IndexedDBModel.js",
558 "front_end/resources/indexedDBViews.css",
559 "front_end/resources/IndexedDBViews.js",
560 "front_end/resources/module.json",
561 "front_end/resources/resourcesPanel.css",
562 "front_end/resources/ResourcesPanel.js",
563 "front_end/resources/ResourcesSection.js",
564 "front_end/resources/resourcesSidebar.css",
565 "front_end/resources/serviceWorkerCacheViews.css",
566 "front_end/resources/ServiceWorkerCacheViews.js",
567 "front_end/resources/serviceWorkersView.css",
568 "front_end/resources/ServiceWorkersView.js",
569 "front_end/resources/StorageItemsView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000570 "front_end/shell.json",
571 "front_end/screencast/InputModel.js",
572 "front_end/screencast/module.json",
573 "front_end/screencast/ScreencastApp.js",
574 "front_end/screencast/screencastView.css",
575 "front_end/screencast/ScreencastView.js",
576 "front_end/sdk/ChildTargetManager.js",
577 "front_end/sdk/Connections.js",
578 "front_end/sdk/ConsoleModel.js",
579 "front_end/sdk/ContentProviders.js",
580 "front_end/sdk/CookieModel.js",
581 "front_end/sdk/CookieParser.js",
582 "front_end/sdk/CPUProfileDataModel.js",
583 "front_end/sdk/CPUProfilerModel.js",
584 "front_end/sdk/CSSMatchedStyles.js",
585 "front_end/sdk/CSSMedia.js",
586 "front_end/sdk/CSSMetadata.js",
587 "front_end/sdk/CSSModel.js",
588 "front_end/sdk/CSSProperty.js",
589 "front_end/sdk/CSSRule.js",
590 "front_end/sdk/CSSStyleDeclaration.js",
591 "front_end/sdk/CSSStyleSheetHeader.js",
592 "front_end/sdk/DOMDebuggerModel.js",
593 "front_end/sdk/DebuggerModel.js",
594 "front_end/sdk/DOMModel.js",
595 "front_end/sdk/EmulationModel.js",
596 "front_end/sdk/FilmStripModel.js",
Pavel Feldman18d13562018-07-31 03:31:18 +0000597 "front_end/sdk/HARLog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000598 "front_end/sdk/HeapProfilerModel.js",
Alexei Filippov51e976d2019-04-03 22:41:33 +0000599 "front_end/sdk/IsolateManager.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000600 "front_end/sdk/LayerTreeBase.js",
601 "front_end/sdk/LogModel.js",
602 "front_end/sdk/module.json",
Pavel Feldman18d13562018-07-31 03:31:18 +0000603 "front_end/sdk/NetworkLog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000604 "front_end/sdk/NetworkManager.js",
605 "front_end/sdk/NetworkRequest.js",
606 "front_end/sdk/OverlayModel.js",
607 "front_end/sdk/PaintProfiler.js",
608 "front_end/sdk/PerformanceMetricsModel.js",
609 "front_end/sdk/ProfileTreeModel.js",
610 "front_end/sdk/RemoteObject.js",
611 "front_end/sdk/Resource.js",
612 "front_end/sdk/ResourceTreeModel.js",
613 "front_end/sdk/RuntimeModel.js",
614 "front_end/sdk/ScreenCaptureModel.js",
615 "front_end/sdk/Script.js",
616 "front_end/sdk/SecurityOriginManager.js",
617 "front_end/sdk/ServerTiming.js",
618 "front_end/sdk/ServiceWorkerCacheModel.js",
619 "front_end/sdk/ServiceWorkerManager.js",
620 "front_end/sdk/SourceMap.js",
621 "front_end/sdk/SourceMapManager.js",
622 "front_end/sdk/Target.js",
623 "front_end/sdk/TargetManager.js",
624 "front_end/sdk/TracingManager.js",
625 "front_end/sdk/TracingModel.js",
626 "front_end/sdk_test_runner/module.json",
627 "front_end/sdk_test_runner/PageMockTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000628 "front_end/search/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000629 "front_end/search/SearchConfig.js",
630 "front_end/search/searchResultsPane.css",
631 "front_end/search/SearchResultsPane.js",
632 "front_end/search/searchView.css",
633 "front_end/search/SearchView.js",
634 "front_end/security/lockIcon.css",
635 "front_end/security/mainView.css",
636 "front_end/security/module.json",
637 "front_end/security/originView.css",
638 "front_end/security/SecurityModel.js",
639 "front_end/security/SecurityPanel.js",
640 "front_end/security/sidebar.css",
641 "front_end/security_test_runner/module.json",
642 "front_end/security_test_runner/SecurityTestRunner.js",
Mandy Chen881e9392019-04-22 23:39:44 +0000643 "front_end/services/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000644 "front_end/services/ServiceManager.js",
645 "front_end/settings/frameworkBlackboxSettingsTab.css",
646 "front_end/settings/FrameworkBlackboxSettingsTab.js",
647 "front_end/settings/module.json",
648 "front_end/settings/settingsScreen.css",
649 "front_end/settings/SettingsScreen.js",
650 "front_end/snippets/module.json",
Alexey Kozyatinskiy3a2eb282018-08-21 16:22:02 +0000651 "front_end/snippets/ScriptSnippetFileSystem.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000652 "front_end/snippets/SnippetsQuickOpen.js",
Joey Arhar19e85cc2019-01-29 22:07:02 +0000653 "front_end/source_frame/BinaryResourceViewFactory.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000654 "front_end/source_frame/fontView.css",
655 "front_end/source_frame/FontView.js",
656 "front_end/source_frame/imageView.css",
657 "front_end/source_frame/jsonView.css",
658 "front_end/source_frame/JSONView.js",
659 "front_end/source_frame/ImageView.js",
660 "front_end/source_frame/messagesPopover.css",
661 "front_end/source_frame/module.json",
662 "front_end/source_frame/PreviewFactory.js",
663 "front_end/source_frame/resourceSourceFrame.css",
664 "front_end/source_frame/ResourceSourceFrame.js",
665 "front_end/source_frame/SourceCodeDiff.js",
666 "front_end/source_frame/SourceFrame.js",
667 "front_end/source_frame/SourcesTextEditor.js",
668 "front_end/source_frame/xmlTree.css",
669 "front_end/source_frame/xmlView.css",
670 "front_end/source_frame/XMLView.js",
671 "front_end/sources/AddSourceMapURLDialog.js",
Erik Luo0b789b62018-11-21 19:31:46 +0000672 "front_end/sources/breakpointEditDialog.css",
673 "front_end/sources/BreakpointEditDialog.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000674 "front_end/sources/callStackSidebarPane.css",
675 "front_end/sources/CallStackSidebarPane.js",
676 "front_end/sources/CSSPlugin.js",
Joel Einbinder52829ed2018-04-17 00:47:45 +0000677 "front_end/sources/DebuggerPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000678 "front_end/sources/dialog.css",
679 "front_end/sources/debuggerPausedMessage.css",
680 "front_end/sources/DebuggerPausedMessage.js",
681 "front_end/sources/EditingLocationHistoryManager.js",
682 "front_end/sources/FilePathScoreFunction.js",
683 "front_end/sources/FilteredUISourceCodeListProvider.js",
684 "front_end/sources/GoToLineQuickOpen.js",
Joel Einbinder4c10ff82018-04-24 22:26:27 +0000685 "front_end/sources/GutterDiffPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000686 "front_end/sources/InplaceFormatterEditorAction.js",
687 "front_end/sources/javaScriptBreakpointsSidebarPane.css",
688 "front_end/sources/JavaScriptBreakpointsSidebarPane.js",
689 "front_end/sources/JavaScriptCompilerPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000690 "front_end/sources/module.json",
691 "front_end/sources/navigatorTree.css",
692 "front_end/sources/navigatorView.css",
693 "front_end/sources/NavigatorView.js",
694 "front_end/sources/OpenFileQuickOpen.js",
695 "front_end/sources/OutlineQuickOpen.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000696 "front_end/sources/scopeChainSidebarPane.css",
697 "front_end/sources/ScopeChainSidebarPane.js",
698 "front_end/sources/ScriptFormatterEditorAction.js",
Alexey Kozyatinskiyd9171422018-08-25 21:39:58 +0000699 "front_end/sources/ScriptOriginPlugin.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000700 "front_end/sources/SearchSourcesView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000701 "front_end/sources/SimpleHistoryManager.js",
702 "front_end/sources/SnippetsPlugin.js",
703 "front_end/sources/SourceFormatter.js",
704 "front_end/sources/SourceMapNamesResolver.js",
705 "front_end/sources/SourcesNavigator.js",
706 "front_end/sources/sourcesPanel.css",
707 "front_end/sources/SourcesPanel.js",
708 "front_end/sources/SourcesSearchScope.js",
709 "front_end/sources/sourcesView.css",
710 "front_end/sources/SourcesView.js",
711 "front_end/sources/UISourceCodeFrame.js",
712 "front_end/sources/TabbedEditorContainer.js",
713 "front_end/sources/threadsSidebarPane.css",
714 "front_end/sources/ThreadsSidebarPane.js",
715 "front_end/sources/watchExpressionsSidebarPane.css",
716 "front_end/sources/WatchExpressionsSidebarPane.js",
717 "front_end/sources_test_runner/AutocompleteTestRunner.js",
718 "front_end/sources_test_runner/DebuggerTestRunner.js",
719 "front_end/sources_test_runner/EditorTestRunner.js",
720 "front_end/sources_test_runner/LiveEditTestRunner.js",
721 "front_end/sources_test_runner/SearchTestRunner.js",
722 "front_end/sources_test_runner/SourcesTestRunner.js",
723 "front_end/sources_test_runner/module.json",
Mandy Chen881e9392019-04-22 23:39:44 +0000724 "front_end/terminal/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000725 "front_end/terminal/terminal.css",
726 "front_end/terminal/TerminalWidget.js",
727 "front_end/terminal/xterm.js/addons/fit/fit.js",
728 "front_end/terminal/xterm.js/build/xterm.css",
729 "front_end/terminal/xterm.js/build/xterm.js",
730 "front_end/test_runner/module.json",
731 "front_end/test_runner/TestRunner.js",
Joel Einbinder2fc0fb72018-05-09 00:43:10 +0000732 "front_end/text_editor/autocompleteTooltip.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000733 "front_end/text_editor/cmdevtools.css",
734 "front_end/text_editor/CodeMirrorTextEditor.js",
735 "front_end/text_editor/CodeMirrorUtils.js",
736 "front_end/text_editor/module.json",
737 "front_end/text_editor/TextEditorAutocompleteController.js",
738 "front_end/text_utils/module.json",
739 "front_end/text_utils/Text.js",
740 "front_end/text_utils/TextRange.js",
741 "front_end/text_utils/TextUtils.js",
742 "front_end/timeline_model/module.json",
743 "front_end/timeline_model/TimelineFrameModel.js",
744 "front_end/timeline_model/TimelineIRModel.js",
745 "front_end/timeline_model/TimelineJSProfile.js",
746 "front_end/timeline_model/TimelineModel.js",
747 "front_end/timeline_model/TimelineModelFilter.js",
748 "front_end/timeline_model/TimelineProfileTree.js",
749 "front_end/timeline_model/TracingLayerTree.js",
750 "front_end/timeline/CountersGraph.js",
751 "front_end/timeline/EventsTimelineTreeView.js",
752 "front_end/timeline/ExtensionTracingSession.js",
753 "front_end/timeline/historyToolbarButton.css",
754 "front_end/timeline/invalidationsTree.css",
755 "front_end/timeline/module.json",
756 "front_end/timeline/PerformanceModel.js",
757 "front_end/timeline/TimelineController.js",
758 "front_end/timeline/TimelineDetailsView.js",
759 "front_end/timeline/TimelineEventOverview.js",
760 "front_end/timeline/TimelineFilters.js",
761 "front_end/timeline/TimelineFlameChartDataProvider.js",
762 "front_end/timeline/TimelineFlameChartNetworkDataProvider.js",
763 "front_end/timeline/timelineFlamechartPopover.css",
764 "front_end/timeline/TimelineFlameChartView.js",
765 "front_end/timeline/timelineHistoryManager.css",
766 "front_end/timeline/TimelineHistoryManager.js",
767 "front_end/timeline/TimelineLayersView.js",
768 "front_end/timeline/TimelineLoader.js",
769 "front_end/timeline/timelinePaintProfiler.css",
770 "front_end/timeline/TimelinePaintProfilerView.js",
771 "front_end/timeline/timelinePanel.css",
772 "front_end/timeline/TimelinePanel.js",
773 "front_end/timeline/timelineStatusDialog.css",
774 "front_end/timeline/TimelineTreeView.js",
775 "front_end/timeline/TimelineUIUtils.js",
Yang Guo12254022019-10-01 19:20:44 +0000776 "front_end/timeline/UIDevtoolsController.js",
777 "front_end/timeline/UIDevtoolsUtils.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000778 "front_end/toolbox_bootstrap/module.json",
779 "front_end/toolbox_bootstrap/Toolbox.js",
780 "front_end/toolbox.js",
781 "front_end/toolbox.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000782 "front_end/ui/checkboxTextLabel.css",
783 "front_end/ui/closeButton.css",
784 "front_end/ui/confirmDialog.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000785 "front_end/ui/dialog.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000786 "front_end/ui/dropTarget.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000787 "front_end/ui/emptyWidget.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000788 "front_end/ui/filter.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000789 "front_end/ui/glassPane.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000790 "front_end/ui/infobar.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000791 "front_end/ui/inlineButton.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000792 "front_end/ui/inspectorCommon.css",
793 "front_end/ui/inspectorStyle.css",
794 "front_end/ui/inspectorSyntaxHighlight.css",
795 "front_end/ui/inspectorSyntaxHighlightDark.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000796 "front_end/ui/inspectorViewTabbedPane.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000797 "front_end/ui/listWidget.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000798 "front_end/ui/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000799 "front_end/ui/popover.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000800 "front_end/ui/progressIndicator.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000801 "front_end/ui/radioButton.css",
802 "front_end/ui/reportView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000803 "front_end/ui/remoteDebuggingTerminatedScreen.css",
804 "front_end/ui/rootView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000805 "front_end/ui/searchableView.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000806 "front_end/ui/segmentedButton.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000807 "front_end/ui/slider.css",
808 "front_end/ui/smallBubble.css",
809 "front_end/ui/softContextMenu.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000810 "front_end/ui/softDropDown.css",
811 "front_end/ui/softDropDownButton.css",
812 "front_end/ui/splitWidget.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000813 "front_end/ui/suggestBox.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000814 "front_end/ui/tabbedPane.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000815 "front_end/ui/targetCrashedScreen.css",
816 "front_end/ui/textButton.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000817 "front_end/ui/textPrompt.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000818 "front_end/ui/toolbar.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000819 "front_end/ui/tooltip.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000820 "front_end/ui/treeoutline.css",
Blink Reformat4c46d092018-04-07 15:32:37 +0000821 "front_end/ui/viewContainers.css",
Hongchan Choi7dd0b3e2019-05-13 21:19:03 +0000822 "front_end/web_audio/AudioContextContentBuilder.js",
823 "front_end/web_audio/audioContextSelector.css",
824 "front_end/web_audio/AudioContextSelector.js",
825 "front_end/web_audio/module.json",
826 "front_end/web_audio/webAudio.css",
827 "front_end/web_audio/WebAudioModel.js",
828 "front_end/web_audio/WebAudioView.js",
Gaoping Huanga471b302019-08-23 16:48:29 +0000829 "front_end/web_audio/graph_visualizer/Types.js",
830 "front_end/web_audio/graph_visualizer/GraphStyle.js",
831 "front_end/web_audio/graph_visualizer/GraphManager.js",
832 "front_end/web_audio/graph_visualizer/NodeRendererUtility.js",
833 "front_end/web_audio/graph_visualizer/NodeView.js",
834 "front_end/web_audio/graph_visualizer/EdgeView.js",
835 "front_end/web_audio/graph_visualizer/GraphView.js",
Blink Reformat4c46d092018-04-07 15:32:37 +0000836 "front_end/worker_main/WorkerMain.js",
837 "front_end/worker_main/module.json",
Mandy Chen881e9392019-04-22 23:39:44 +0000838 "front_end/worker_service/module.json",
Blink Reformat4c46d092018-04-07 15:32:37 +0000839 "front_end/worker_service/ServiceDispatcher.js",
840 "front_end/workspace/FileManager.js",
841 "front_end/workspace/module.json",
842 "front_end/workspace/UISourceCode.js",
843 "front_end/workspace/Workspace.js",
844 "front_end/workspace_diff/WorkspaceDiff.js",
845 "front_end/workspace_diff/module.json",
846]
847
Mandy Chen6a0de812019-09-10 16:49:04 +0000848lighthouse_locale_files = [
849 "front_end/audits_worker/lighthouse/locales/ar-XB.json",
850 "front_end/audits_worker/lighthouse/locales/ar.json",
851 "front_end/audits_worker/lighthouse/locales/bg.json",
852 "front_end/audits_worker/lighthouse/locales/ca.json",
853 "front_end/audits_worker/lighthouse/locales/cs.json",
854 "front_end/audits_worker/lighthouse/locales/da.json",
855 "front_end/audits_worker/lighthouse/locales/de.json",
856 "front_end/audits_worker/lighthouse/locales/el.json",
857 "front_end/audits_worker/lighthouse/locales/en-GB.json",
858 "front_end/audits_worker/lighthouse/locales/en-US.json",
859 "front_end/audits_worker/lighthouse/locales/en-XA.json",
860 "front_end/audits_worker/lighthouse/locales/en-XL.json",
861 "front_end/audits_worker/lighthouse/locales/es-419.json",
862 "front_end/audits_worker/lighthouse/locales/es.json",
863 "front_end/audits_worker/lighthouse/locales/fi.json",
864 "front_end/audits_worker/lighthouse/locales/fil.json",
865 "front_end/audits_worker/lighthouse/locales/fr.json",
866 "front_end/audits_worker/lighthouse/locales/he.json",
867 "front_end/audits_worker/lighthouse/locales/hi.json",
868 "front_end/audits_worker/lighthouse/locales/hr.json",
869 "front_end/audits_worker/lighthouse/locales/hu.json",
870 "front_end/audits_worker/lighthouse/locales/id.json",
871 "front_end/audits_worker/lighthouse/locales/it.json",
872 "front_end/audits_worker/lighthouse/locales/ja.json",
873 "front_end/audits_worker/lighthouse/locales/ko.json",
874 "front_end/audits_worker/lighthouse/locales/lt.json",
875 "front_end/audits_worker/lighthouse/locales/lv.json",
876 "front_end/audits_worker/lighthouse/locales/nl.json",
877 "front_end/audits_worker/lighthouse/locales/no.json",
878 "front_end/audits_worker/lighthouse/locales/pl.json",
879 "front_end/audits_worker/lighthouse/locales/pt-PT.json",
880 "front_end/audits_worker/lighthouse/locales/pt.json",
881 "front_end/audits_worker/lighthouse/locales/ro.json",
882 "front_end/audits_worker/lighthouse/locales/ru.json",
883 "front_end/audits_worker/lighthouse/locales/sk.json",
884 "front_end/audits_worker/lighthouse/locales/sl.json",
885 "front_end/audits_worker/lighthouse/locales/sr-Latn.json",
886 "front_end/audits_worker/lighthouse/locales/sr.json",
887 "front_end/audits_worker/lighthouse/locales/sv.json",
888 "front_end/audits_worker/lighthouse/locales/ta.json",
889 "front_end/audits_worker/lighthouse/locales/te.json",
890 "front_end/audits_worker/lighthouse/locales/th.json",
891 "front_end/audits_worker/lighthouse/locales/tr.json",
892 "front_end/audits_worker/lighthouse/locales/uk.json",
893 "front_end/audits_worker/lighthouse/locales/vi.json",
894 "front_end/audits_worker/lighthouse/locales/zh-HK.json",
895 "front_end/audits_worker/lighthouse/locales/zh-TW.json",
896 "front_end/audits_worker/lighthouse/locales/zh.json",
897]
898
899all_devtools_files += lighthouse_locale_files
900
Tim van der Lippe790b9292019-09-19 15:14:16 +0000901all_devtools_modules = [
Tim van der Lippe0830b3d2019-10-03 13:20:07 +0000902 "front_end/root.js",
Tim van der Lippe50cfa9b2019-10-01 10:40:58 +0000903 "front_end/host/host.js",
904 "front_end/host/UserMetrics.js",
905 "front_end/host/ResourceLoader.js",
906 "front_end/host/Platform.js",
907 "front_end/host/InspectorFrontendHost.js",
908 "front_end/host/InspectorFrontendHostAPI.js",
Tim van der Lippe383fb512019-10-03 11:04:13 +0000909 "front_end/dom_extension/DOMExtension.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +0000910 "front_end/root.js",
Tim van der Lippe99e59b82019-09-30 20:00:59 +0000911 "front_end/Runtime.js",
Tim van der Lippee3595942019-10-02 18:15:32 +0000912 "front_end/platform/utilities.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +0000913 "front_end/ui/ARIAUtils.js",
Tim van der Lippe0830b3d2019-10-03 13:20:07 +0000914 "front_end/ui/ZoomManager.js",
915 "front_end/ui/XWidget.js",
916 "front_end/ui/XLink.js",
917 "front_end/ui/XElement.js",
918 "front_end/ui/Widget.js",
919 "front_end/ui/View.js",
920 "front_end/ui/ViewManager.js",
921 "front_end/ui/UIUtils.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +0000922 "front_end/ui/ui.js",
Tim van der Lippe0830b3d2019-10-03 13:20:07 +0000923 "front_end/ui/Treeoutline.js",
924 "front_end/ui/Tooltip.js",
925 "front_end/ui/Toolbar.js",
926 "front_end/ui/ThrottledWidget.js",
927 "front_end/ui/TextPrompt.js",
928 "front_end/ui/TextEditor.js",
929 "front_end/ui/TargetCrashedScreen.js",
930 "front_end/ui/TabbedPane.js",
931 "front_end/ui/SyntaxHighlighter.js",
932 "front_end/ui/SuggestBox.js",
933 "front_end/ui/SplitWidget.js",
934 "front_end/ui/SoftDropDown.js",
935 "front_end/ui/SoftContextMenu.js",
936 "front_end/ui/ShortcutsScreen.js",
937 "front_end/ui/ShortcutRegistry.js",
938 "front_end/ui/SettingsUI.js",
939 "front_end/ui/SegmentedButton.js",
940 "front_end/ui/SearchableView.js",
941 "front_end/ui/RootView.js",
942 "front_end/ui/ResizerWidget.js",
943 "front_end/ui/ReportView.js",
944 "front_end/ui/RemoteDebuggingTerminatedScreen.js",
945 "front_end/ui/ProgressIndicator.js",
946 "front_end/ui/PopoverHelper.js",
947 "front_end/ui/Panel.js",
948 "front_end/ui/ListWidget.js",
949 "front_end/ui/ListModel.js",
950 "front_end/ui/ListControl.js",
951 "front_end/ui/KeyboardShortcut.js",
952 "front_end/ui/InspectorView.js",
953 "front_end/ui/InplaceEditor.js",
954 "front_end/ui/Infobar.js",
955 "front_end/ui/Icon.js",
956 "front_end/ui/HistoryInput.js",
957 "front_end/ui/GlassPane.js",
958 "front_end/ui/Geometry.js",
959 "front_end/ui/Fragment.js",
960 "front_end/ui/ForwardedInputEventHandler.js",
961 "front_end/ui/FilterSuggestionBuilder.js",
962 "front_end/ui/FilterBar.js",
963 "front_end/ui/EmptyWidget.js",
964 "front_end/ui/DropTarget.js",
965 "front_end/ui/Dialog.js",
966 "front_end/ui/ContextMenu.js",
967 "front_end/ui/Context.js",
968 "front_end/ui/ARIAUtils.js",
969 "front_end/ui/ActionRegistry.js",
970 "front_end/ui/Action.js",
971 "front_end/ui/ActionDelegate.js",
972 "front_end/ui/ContextFlavorListener.js",
973 "front_end/root.js",
Paul Lewis0cd45e32019-09-25 22:19:27 +0000974 "front_end/common/common.js",
975 "front_end/common/App.js",
976 "front_end/common/AppProvider.js",
977 "front_end/common/CharacterIdMap.js",
978 "front_end/common/Color.js",
979 "front_end/common/ContentProvider.js",
980 "front_end/common/EventTarget.js",
981 "front_end/common/JavaScriptMetaData.js",
982 "front_end/common/Linkifier.js",
983 "front_end/common/Object.js",
984 "front_end/common/Console.js",
985 "front_end/common/ParsedURL.js",
986 "front_end/common/Progress.js",
987 "front_end/common/QueryParamHandler.js",
988 "front_end/common/ResourceType.js",
989 "front_end/common/Revealer.js",
990 "front_end/common/Runnable.js",
991 "front_end/common/SegmentedRange.js",
992 "front_end/common/Settings.js",
993 "front_end/common/StaticContentProvider.js",
994 "front_end/common/StringOutputStream.js",
995 "front_end/common/TextDictionary.js",
996 "front_end/common/Throttler.js",
997 "front_end/common/Trie.js",
998 "front_end/common/UIString.js",
999 "front_end/common/Worker.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +00001000]
1001
Nico Weber1a9e1f82018-12-07 00:20:39 +00001002devtools_test_files = [
Mike Jackson0b809052019-09-13 22:01:39 +00001003 "//third_party/axe-core/axe.js",
Nico Weber1a9e1f82018-12-07 00:20:39 +00001004 "front_end/accessibility_test_runner/AccessibilityPaneTestRunner.js",
1005 "front_end/accessibility_test_runner/module.json",
1006 "front_end/application_test_runner/AppcacheTestRunner.js",
1007 "front_end/application_test_runner/CacheStorageTestRunner.js",
1008 "front_end/application_test_runner/IndexedDBTestRunner.js",
1009 "front_end/application_test_runner/module.json",
1010 "front_end/application_test_runner/ResourcesTestRunner.js",
1011 "front_end/application_test_runner/ResourceTreeTestRunner.js",
1012 "front_end/application_test_runner/ServiceWorkersTestRunner.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001013 "front_end/audits_test_runner/AuditsTestRunner.js",
1014 "front_end/audits_test_runner/module.json",
Amanda Baker06da9152019-03-29 17:04:12 +00001015 "front_end/axe_core_test_runner/AxeCoreTestRunner.js",
1016 "front_end/axe_core_test_runner/module.json",
Nico Weber1a9e1f82018-12-07 00:20:39 +00001017 "front_end/bindings_test_runner/AutomappingTestRunner.js",
1018 "front_end/bindings_test_runner/BindingsTestRunner.js",
1019 "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js",
1020 "front_end/bindings_test_runner/module.json",
1021 "front_end/bindings_test_runner/OverridesTestRunner.js",
1022 "front_end/bindings_test_runner/PersistenceTestRunner.js",
1023 "front_end/console_test_runner/ConsoleTestRunner.js",
1024 "front_end/console_test_runner/module.json",
1025 "front_end/coverage_test_runner/CoverageTestRunner.js",
1026 "front_end/coverage_test_runner/module.json",
1027 "front_end/cpu_profiler_test_runner/module.json",
1028 "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js",
1029 "front_end/data_grid_test_runner/DataGridTestRunner.js",
1030 "front_end/data_grid_test_runner/module.json",
1031 "front_end/device_mode_test_runner/DeviceModeTestRunner.js",
1032 "front_end/device_mode_test_runner/module.json",
1033 "front_end/elements_test_runner/EditDOMTestRunner.js",
1034 "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js",
1035 "front_end/elements_test_runner/ElementsTestRunner.js",
1036 "front_end/elements_test_runner/module.json",
1037 "front_end/elements_test_runner/SetOuterHTMLTestRunner.js",
1038 "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js",
1039 "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js",
1040 "front_end/extensions_test_runner/ExtensionsTestRunner.js",
1041 "front_end/extensions_test_runner/module.json",
1042 "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js",
1043 "front_end/heap_profiler_test_runner/module.json",
1044 "front_end/integration_test_runner.html",
1045 "front_end/integration_test_runner.js",
1046 "front_end/integration_test_runner.json",
1047 "front_end/layers_test_runner/LayersTestRunner.js",
1048 "front_end/layers_test_runner/module.json",
1049 "front_end/network_test_runner/module.json",
1050 "front_end/network_test_runner/NetworkTestRunner.js",
1051 "front_end/network_test_runner/ProductRegistryTestRunner.js",
1052 "front_end/performance_test_runner/module.json",
1053 "front_end/performance_test_runner/TimelineDataTestRunner.js",
1054 "front_end/performance_test_runner/TimelineTestRunner.js",
1055 "front_end/sdk_test_runner/module.json",
1056 "front_end/sdk_test_runner/PageMockTestRunner.js",
1057 "front_end/security_test_runner/module.json",
1058 "front_end/security_test_runner/SecurityTestRunner.js",
1059 "front_end/sources_test_runner/AutocompleteTestRunner.js",
1060 "front_end/sources_test_runner/DebuggerTestRunner.js",
1061 "front_end/sources_test_runner/EditorTestRunner.js",
1062 "front_end/sources_test_runner/LiveEditTestRunner.js",
1063 "front_end/sources_test_runner/module.json",
1064 "front_end/sources_test_runner/SearchTestRunner.js",
1065 "front_end/sources_test_runner/SourcesTestRunner.js",
1066 "front_end/test_runner/module.json",
1067 "front_end/test_runner/TestRunner.js",
1068]
1069
Blink Reformat4c46d092018-04-07 15:32:37 +00001070devtools_embedder_scripts = [
1071 "front_end/devtools_compatibility.js",
1072 "front_end/Tests.js",
1073]
1074
1075devtools_emulated_devices_images = [
1076 "front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png",
1077 "front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png",
1078 "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.png",
1079 "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.png",
1080 "front_end/emulated_devices/google-nexus-5-horizontal-navigation-1x.png",
1081 "front_end/emulated_devices/google-nexus-5-horizontal-navigation-2x.png",
1082 "front_end/emulated_devices/google-nexus-5-vertical-default-1x.png",
1083 "front_end/emulated_devices/google-nexus-5-vertical-default-2x.png",
1084 "front_end/emulated_devices/google-nexus-5-vertical-keyboard-1x.png",
1085 "front_end/emulated_devices/google-nexus-5-vertical-keyboard-2x.png",
1086 "front_end/emulated_devices/google-nexus-5-vertical-navigation-1x.png",
1087 "front_end/emulated_devices/google-nexus-5-vertical-navigation-2x.png",
1088 "front_end/emulated_devices/google-nexus-5x-horizontal-default-1x.png",
1089 "front_end/emulated_devices/google-nexus-5x-horizontal-default-2x.png",
1090 "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.png",
1091 "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.png",
1092 "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x.png",
1093 "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x.png",
1094 "front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png",
1095 "front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png",
1096 "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png",
1097 "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png",
1098 "front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png",
1099 "front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png",
1100 "front_end/emulated_devices/iPad-landscape.svg",
1101 "front_end/emulated_devices/iPad-portrait.svg",
1102 "front_end/emulated_devices/iPhone5-landscape.svg",
1103 "front_end/emulated_devices/iPhone5-portrait.svg",
1104 "front_end/emulated_devices/iPhone6-landscape.svg",
1105 "front_end/emulated_devices/iPhone6-portrait.svg",
1106 "front_end/emulated_devices/iPhone6Plus-landscape.svg",
1107 "front_end/emulated_devices/iPhone6Plus-portrait.svg",
1108 "front_end/emulated_devices/Nexus5X-landscape.svg",
1109 "front_end/emulated_devices/Nexus5X-portrait.svg",
1110 "front_end/emulated_devices/Nexus6P-landscape.svg",
1111 "front_end/emulated_devices/Nexus6P-portrait.svg",
1112]
1113
1114devtools_image_files = [
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +00001115 "front_end/Images/accelerometer-back.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001116 "front_end/Images/accelerometer-bottom.png",
Pavel Feldmaneef2a9a2018-12-11 03:02:56 +00001117 "front_end/Images/accelerometer-front.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001118 "front_end/Images/accelerometer-left.png",
1119 "front_end/Images/accelerometer-right.png",
1120 "front_end/Images/accelerometer-top.png",
1121 "front_end/Images/audits_logo.svg",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001122 "front_end/Images/breakpoint.svg",
1123 "front_end/Images/breakpointConditional.svg",
1124 "front_end/Images/checkboxCheckmark.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001125 "front_end/Images/checker.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001126 "front_end/Images/chevrons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001127 "front_end/Images/chromeDisabledSelect.png",
1128 "front_end/Images/chromeDisabledSelect_2x.png",
1129 "front_end/Images/chromeLeft.png",
1130 "front_end/Images/chromeMiddle.png",
1131 "front_end/Images/chromeRight.png",
1132 "front_end/Images/chromeSelect.png",
1133 "front_end/Images/chromeSelect_2x.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001134 "front_end/Images/errorWave.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001135 "front_end/Images/ic_info_black_18dp.svg",
1136 "front_end/Images/ic_warning_black_18dp.svg",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001137 "front_end/Images/largeIcons.svg",
1138 "front_end/Images/mediumIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001139 "front_end/Images/navigationControls.png",
1140 "front_end/Images/navigationControls_2x.png",
1141 "front_end/Images/nodeIcon.png",
1142 "front_end/Images/popoverArrows.png",
1143 "front_end/Images/profileGroupIcon.png",
1144 "front_end/Images/profileIcon.png",
1145 "front_end/Images/profileSmallIcon.png",
1146 "front_end/Images/radioDot.png",
1147 "front_end/Images/resizeDiagonal.png",
1148 "front_end/Images/resizeDiagonal_2x.png",
1149 "front_end/Images/resizeHorizontal.png",
1150 "front_end/Images/resizeHorizontal_2x.png",
1151 "front_end/Images/resizeVertical.png",
1152 "front_end/Images/resizeVertical_2x.png",
1153 "front_end/Images/resourceCSSIcon.png",
1154 "front_end/Images/resourceDocumentIcon.png",
1155 "front_end/Images/resourceDocumentIconSmall.png",
Blink Reformat4c46d092018-04-07 15:32:37 +00001156 "front_end/Images/resourceJSIcon.png",
1157 "front_end/Images/resourcePlainIcon.png",
1158 "front_end/Images/resourcePlainIconSmall.png",
1159 "front_end/Images/resourcesTimeGraphIcon.png",
1160 "front_end/Images/searchNext.png",
1161 "front_end/Images/searchPrev.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001162 "front_end/Images/securityIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001163 "front_end/Images/speech.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001164 "front_end/Images/smallIcons.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001165 "front_end/Images/toolbarResizerVertical.png",
1166 "front_end/Images/touchCursor.png",
1167 "front_end/Images/touchCursor_2x.png",
Joel Einbinderf6f86b62019-06-10 23:19:12 +00001168 "front_end/Images/treeoutlineTriangles.svg",
Blink Reformat4c46d092018-04-07 15:32:37 +00001169 "front_end/Images/whatsnew.png",
1170]
1171
1172resources_out_dir = "$root_out_dir/resources/inspector"
1173
1174generated_scripts = [
1175 "$resources_out_dir/InspectorBackendCommands.js",
1176 "$resources_out_dir/SupportedCSSProperties.js",
1177]
1178
Alice Boxhall41003552018-05-21 03:33:56 +00001179generated_aria_properties =
1180 [ "$resources_out_dir/accessibility/ARIAProperties.js" ]
1181
Blink Reformat4c46d092018-04-07 15:32:37 +00001182application_templates = [
1183 "front_end/devtools_app.html",
1184 "front_end/inspector.html",
1185 "front_end/integration_test_runner.html",
1186 "front_end/js_app.html",
1187 "front_end/ndb_app.html",
1188 "front_end/node_app.html",
1189 "front_end/toolbox.html",
1190 "front_end/worker_app.html",
1191]
1192
Tim van der Lippe790b9292019-09-19 15:14:16 +00001193copied_devtools_modules = [
Tim van der Lippe50cfa9b2019-10-01 10:40:58 +00001194 "$resources_out_dir/host/host.js",
1195 "$resources_out_dir/host/UserMetrics.js",
1196 "$resources_out_dir/host/ResourceLoader.js",
1197 "$resources_out_dir/host/Platform.js",
1198 "$resources_out_dir/host/InspectorFrontendHost.js",
1199 "$resources_out_dir/host/InspectorFrontendHostAPI.js",
Tim van der Lippe383fb512019-10-03 11:04:13 +00001200 "$resources_out_dir/dom_extension/DOMExtension.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +00001201 "$resources_out_dir/root.js",
Tim van der Lippe99e59b82019-09-30 20:00:59 +00001202 "$resources_out_dir/Runtime.js",
Tim van der Lippee3595942019-10-02 18:15:32 +00001203 "$resources_out_dir/platform/utilities.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +00001204 "$resources_out_dir/ui/ui.js",
Paul Lewis0cd45e32019-09-25 22:19:27 +00001205 "$resources_out_dir/common/common.js",
Tim van der Lippe0830b3d2019-10-03 13:20:07 +00001206 "$resources_out_dir/ui/ZoomManager.js",
1207 "$resources_out_dir/ui/XWidget.js",
1208 "$resources_out_dir/ui/XLink.js",
1209 "$resources_out_dir/ui/XElement.js",
1210 "$resources_out_dir/ui/Widget.js",
1211 "$resources_out_dir/ui/View.js",
1212 "$resources_out_dir/ui/ViewManager.js",
1213 "$resources_out_dir/ui/UIUtils.js",
1214 "$resources_out_dir/ui/Treeoutline.js",
1215 "$resources_out_dir/ui/Tooltip.js",
1216 "$resources_out_dir/ui/Toolbar.js",
1217 "$resources_out_dir/ui/ThrottledWidget.js",
1218 "$resources_out_dir/ui/TextPrompt.js",
1219 "$resources_out_dir/ui/TextEditor.js",
1220 "$resources_out_dir/ui/TargetCrashedScreen.js",
1221 "$resources_out_dir/ui/TabbedPane.js",
1222 "$resources_out_dir/ui/SyntaxHighlighter.js",
1223 "$resources_out_dir/ui/SuggestBox.js",
1224 "$resources_out_dir/ui/SplitWidget.js",
1225 "$resources_out_dir/ui/SoftDropDown.js",
1226 "$resources_out_dir/ui/SoftContextMenu.js",
1227 "$resources_out_dir/ui/ShortcutsScreen.js",
1228 "$resources_out_dir/ui/ShortcutRegistry.js",
1229 "$resources_out_dir/ui/SettingsUI.js",
1230 "$resources_out_dir/ui/SegmentedButton.js",
1231 "$resources_out_dir/ui/SearchableView.js",
1232 "$resources_out_dir/ui/RootView.js",
1233 "$resources_out_dir/ui/ResizerWidget.js",
1234 "$resources_out_dir/ui/ReportView.js",
1235 "$resources_out_dir/ui/RemoteDebuggingTerminatedScreen.js",
1236 "$resources_out_dir/ui/ProgressIndicator.js",
1237 "$resources_out_dir/ui/PopoverHelper.js",
1238 "$resources_out_dir/ui/Panel.js",
1239 "$resources_out_dir/ui/ListWidget.js",
1240 "$resources_out_dir/ui/ListModel.js",
1241 "$resources_out_dir/ui/ListControl.js",
1242 "$resources_out_dir/ui/KeyboardShortcut.js",
1243 "$resources_out_dir/ui/InspectorView.js",
1244 "$resources_out_dir/ui/InplaceEditor.js",
1245 "$resources_out_dir/ui/Infobar.js",
1246 "$resources_out_dir/ui/Icon.js",
1247 "$resources_out_dir/ui/HistoryInput.js",
1248 "$resources_out_dir/ui/GlassPane.js",
1249 "$resources_out_dir/ui/Geometry.js",
1250 "$resources_out_dir/ui/Fragment.js",
1251 "$resources_out_dir/ui/ForwardedInputEventHandler.js",
1252 "$resources_out_dir/ui/FilterSuggestionBuilder.js",
1253 "$resources_out_dir/ui/FilterBar.js",
1254 "$resources_out_dir/ui/EmptyWidget.js",
1255 "$resources_out_dir/ui/DropTarget.js",
1256 "$resources_out_dir/ui/Dialog.js",
1257 "$resources_out_dir/ui/ContextMenu.js",
1258 "$resources_out_dir/ui/Context.js",
1259 "$resources_out_dir/ui/ARIAUtils.js",
1260 "$resources_out_dir/ui/ActionRegistry.js",
1261 "$resources_out_dir/ui/Action.js",
1262 "$resources_out_dir/ui/ActionDelegate.js",
1263 "$resources_out_dir/ui/ContextFlavorListener.js",
Paul Lewis0cd45e32019-09-25 22:19:27 +00001264 "$resources_out_dir/common/App.js",
1265 "$resources_out_dir/common/AppProvider.js",
1266 "$resources_out_dir/common/CharacterIdMap.js",
1267 "$resources_out_dir/common/Color.js",
1268 "$resources_out_dir/common/ContentProvider.js",
1269 "$resources_out_dir/common/EventTarget.js",
1270 "$resources_out_dir/common/JavaScriptMetaData.js",
1271 "$resources_out_dir/common/Linkifier.js",
1272 "$resources_out_dir/common/Object.js",
1273 "$resources_out_dir/common/Console.js",
1274 "$resources_out_dir/common/ParsedURL.js",
1275 "$resources_out_dir/common/Progress.js",
1276 "$resources_out_dir/common/QueryParamHandler.js",
1277 "$resources_out_dir/common/ResourceType.js",
1278 "$resources_out_dir/common/Revealer.js",
1279 "$resources_out_dir/common/Runnable.js",
1280 "$resources_out_dir/common/SegmentedRange.js",
1281 "$resources_out_dir/common/Settings.js",
1282 "$resources_out_dir/common/StaticContentProvider.js",
1283 "$resources_out_dir/common/StringOutputStream.js",
1284 "$resources_out_dir/common/TextDictionary.js",
1285 "$resources_out_dir/common/Throttler.js",
1286 "$resources_out_dir/common/Trie.js",
1287 "$resources_out_dir/common/UIString.js",
1288 "$resources_out_dir/common/Worker.js",
Tim van der Lippe790b9292019-09-19 15:14:16 +00001289]
1290
Blink Reformat4c46d092018-04-07 15:32:37 +00001291generated_applications = [
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001292 "$resources_out_dir/audits_worker.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001293 "$resources_out_dir/devtools_app.html",
1294 "$resources_out_dir/devtools_app.js",
1295 "$resources_out_dir/formatter_worker.js",
1296 "$resources_out_dir/heap_snapshot_worker.js",
1297 "$resources_out_dir/inspector.html",
1298 "$resources_out_dir/inspector.js",
1299 "$resources_out_dir/js_app.html",
1300 "$resources_out_dir/js_app.js",
1301 "$resources_out_dir/node_app.html",
1302 "$resources_out_dir/node_app.js",
1303 "$resources_out_dir/shell.js",
1304 "$resources_out_dir/toolbox.html",
1305 "$resources_out_dir/toolbox.js",
1306 "$resources_out_dir/worker_app.html",
1307 "$resources_out_dir/worker_app.js",
1308]
1309
1310generated_non_autostart_non_remote_modules = [
1311 "$resources_out_dir/animation/animation_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001312 "$resources_out_dir/audits/audits_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001313 "$resources_out_dir/browser_debugger/browser_debugger_module.js",
1314 "$resources_out_dir/changes/changes_module.js",
1315 "$resources_out_dir/protocol_monitor/protocol_monitor_module.js",
Paul Lewis8cddf992019-09-27 16:40:07 +00001316 "$resources_out_dir/css_overview/css_overview_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001317 "$resources_out_dir/cm/cm_module.js",
1318 "$resources_out_dir/color_picker/color_picker_module.js",
1319 "$resources_out_dir/console/console_module.js",
1320 "$resources_out_dir/cookie_table/cookie_table_module.js",
1321 "$resources_out_dir/coverage/coverage_module.js",
1322 "$resources_out_dir/data_grid/data_grid_module.js",
1323 "$resources_out_dir/devices/devices_module.js",
1324 "$resources_out_dir/diff/diff_module.js",
1325 "$resources_out_dir/elements/elements_module.js",
1326 "$resources_out_dir/event_listeners/event_listeners_module.js",
1327 "$resources_out_dir/formatter/formatter_module.js",
1328 "$resources_out_dir/har_importer/har_importer_module.js",
1329 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
1330 "$resources_out_dir/help/help_module.js",
1331 "$resources_out_dir/inline_editor/inline_editor_module.js",
Joel Einbinder3f23eb22018-05-14 23:27:51 +00001332 "$resources_out_dir/javascript_metadata/javascript_metadata_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001333 "$resources_out_dir/js_profiler/js_profiler_module.js",
1334 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
1335 "$resources_out_dir/layers/layers_module.js",
1336 "$resources_out_dir/network/network_module.js",
1337 "$resources_out_dir/node_debugger/node_debugger_module.js",
1338 "$resources_out_dir/object_ui/object_ui_module.js",
1339 "$resources_out_dir/perf_ui/perf_ui_module.js",
1340 "$resources_out_dir/performance_monitor/performance_monitor_module.js",
1341 "$resources_out_dir/profiler/profiler_module.js",
1342 "$resources_out_dir/quick_open/quick_open_module.js",
1343 "$resources_out_dir/resources/resources_module.js",
1344 "$resources_out_dir/search/search_module.js",
1345 "$resources_out_dir/security/security_module.js",
1346 "$resources_out_dir/settings/settings_module.js",
1347 "$resources_out_dir/snippets/snippets_module.js",
1348 "$resources_out_dir/source_frame/source_frame_module.js",
1349 "$resources_out_dir/sources/sources_module.js",
1350 "$resources_out_dir/text_editor/text_editor_module.js",
1351 "$resources_out_dir/timeline_model/timeline_model_module.js",
1352 "$resources_out_dir/timeline/timeline_module.js",
Hongchan Choi7dd0b3e2019-05-13 21:19:03 +00001353 "$resources_out_dir/web_audio/web_audio_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001354 "$resources_out_dir/workspace_diff/workspace_diff_module.js",
1355]
1356
1357generated_remote_modules = [
1358 "$resources_out_dir/accessibility/accessibility_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001359 "$resources_out_dir/audits_worker/audits_worker_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001360 "$resources_out_dir/cm_modes/cm_modes_module.js",
Gaoping Huang1e081662019-10-03 20:22:56 +00001361 "$resources_out_dir/dagre_layout/dagre_layout_module.js",
Blink Reformat4c46d092018-04-07 15:32:37 +00001362 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
1363 "$resources_out_dir/product_registry_impl/product_registry_impl_module.js",
1364]
1365
Nico Weber1a9e1f82018-12-07 00:20:39 +00001366generated_test_modules = [
1367 "$resources_out_dir/accessibility_test_runner/accessibility_test_runner_module.js",
1368 "$resources_out_dir/application_test_runner/application_test_runner_module.js",
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001369 "$resources_out_dir/audits_test_runner/audits_test_runner_module.js",
Amanda Baker06da9152019-03-29 17:04:12 +00001370 "$resources_out_dir/axe_core_test_runner/axe_core_test_runner_module.js",
Nico Weber1a9e1f82018-12-07 00:20:39 +00001371 "$resources_out_dir/bindings_test_runner/bindings_test_runner_module.js",
1372 "$resources_out_dir/console_test_runner/console_test_runner_module.js",
1373 "$resources_out_dir/coverage_test_runner/coverage_test_runner_module.js",
1374 "$resources_out_dir/cpu_profiler_test_runner/cpu_profiler_test_runner_module.js",
1375 "$resources_out_dir/data_grid_test_runner/data_grid_test_runner_module.js",
1376 "$resources_out_dir/device_mode_test_runner/device_mode_test_runner_module.js",
1377 "$resources_out_dir/elements_test_runner/elements_test_runner_module.js",
1378 "$resources_out_dir/extensions_test_runner/extensions_test_runner_module.js",
1379 "$resources_out_dir/heap_profiler_test_runner/heap_profiler_test_runner_module.js",
1380 "$resources_out_dir/heap_snapshot_worker/heap_snapshot_worker_module.js",
1381 "$resources_out_dir/integration_test_runner.html",
1382 "$resources_out_dir/integration_test_runner.js",
1383 "$resources_out_dir/layers_test_runner/layers_test_runner_module.js",
1384 "$resources_out_dir/network_test_runner/network_test_runner_module.js",
1385 "$resources_out_dir/performance_test_runner/performance_test_runner_module.js",
1386 "$resources_out_dir/sdk_test_runner/sdk_test_runner_module.js",
1387 "$resources_out_dir/security_test_runner/security_test_runner_module.js",
1388 "$resources_out_dir/sources_test_runner/sources_test_runner_module.js",
1389]
1390
Blink Reformat4c46d092018-04-07 15:32:37 +00001391devtools_applications = [
cjamcl@google.comaa1532c2019-05-31 03:01:24 +00001392 "audits_worker",
Blink Reformat4c46d092018-04-07 15:32:37 +00001393 "devtools_app",
1394 "formatter_worker",
1395 "heap_snapshot_worker",
1396 "inspector",
1397 "integration_test_runner",
1398 "js_app",
1399 "ndb_app",
1400 "node_app",
1401 "shell",
1402 "toolbox",
1403 "worker_app",
1404]
1405
1406#-------------------------------------------------------------------------------
1407
1408visibility = [ "//third_party/blink/*" ]
1409
1410group("devtools_all_files") {
Tim van der Lippe790b9292019-09-19 15:14:16 +00001411 data = all_devtools_files + all_devtools_modules
Alexei Filippov933306d2019-03-26 17:40:51 +00001412 deps = [
1413 ":devtools_frontend_resources_data",
1414 ]
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001415}
1416
1417devtools_frontend_resources_deps = [
1418 ":aria_properties",
1419 ":build_release_devtools",
1420 ":copy_embedder_scripts",
1421 ":copy_emulated_devices_images",
1422 ":copy_htaccess",
1423 ":copy_inspector_images",
Mandy Chen6a0de812019-09-10 16:49:04 +00001424 ":copy_lighthouse_locale_files",
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001425 ":devtools_extension_api",
1426 ":frontend_protocol_sources",
1427 ":supported_css_properties",
Tim van der Lippe790b9292019-09-19 15:14:16 +00001428 ":copy_devtools_modules",
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001429]
1430
1431if (debug_devtools) {
1432 devtools_frontend_resources_deps += [
1433 ":build_debug_devtools",
1434 ":copy_aria_properties",
1435 ":copy_generated_scripts",
1436 ]
Blink Reformat4c46d092018-04-07 15:32:37 +00001437}
1438
1439group("devtools_frontend_resources") {
Michael Spangbdc1ebd2019-03-14 01:41:22 +00001440 public_deps = devtools_frontend_resources_deps
1441}
1442
1443# Do not use this unless you need unpacked devtools at runtime.
1444group("devtools_frontend_resources_data") {
1445 data_deps = devtools_frontend_resources_deps
Blink Reformat4c46d092018-04-07 15:32:37 +00001446}
1447
1448copy("copy_embedder_scripts") {
1449 sources = devtools_embedder_scripts
1450 outputs = [
1451 "$resources_out_dir/{{source_file_part}}",
1452 ]
1453}
1454
Yutaka Hiranob7cf3cf2018-09-19 05:45:57 +00001455copy("copy_htaccess") {
1456 sources = [
1457 "htaccess",
1458 ]
1459 outputs = [
1460 "$resources_out_dir/.htaccess",
1461 ]
1462}
1463
Blink Reformat4c46d092018-04-07 15:32:37 +00001464copy("copy_inspector_images") {
1465 sources = devtools_image_files
1466 outputs = [
1467 "$resources_out_dir/Images/{{source_file_part}}",
1468 ]
1469}
1470
1471copy("copy_emulated_devices_images") {
1472 sources = devtools_emulated_devices_images
1473 outputs = [
1474 "$resources_out_dir/emulated_devices/{{source_file_part}}",
1475 ]
1476}
1477
Mandy Chen6a0de812019-09-10 16:49:04 +00001478copy("copy_lighthouse_locale_files") {
1479 sources = lighthouse_locale_files
1480 outputs = [
1481 "$resources_out_dir/audits_worker/lighthouse/locales/{{source_file_part}}",
1482 ]
1483}
1484
Blink Reformat4c46d092018-04-07 15:32:37 +00001485action("generate_devtools_grd") {
1486 script = "scripts/build/generate_devtools_grd.py"
1487
1488 deps = [
1489 ":devtools_frontend_resources",
1490 ]
1491
1492 grd_files =
Tim van der Lippebc38bd62019-10-03 18:36:31 +00001493 copied_devtools_modules + generated_applications +
Tim van der Lippe790b9292019-09-19 15:14:16 +00001494 generated_non_autostart_non_remote_modules + devtools_embedder_scripts +
Blink Reformat4c46d092018-04-07 15:32:37 +00001495 [ "$resources_out_dir/devtools_extension_api.js" ]
1496
1497 # Bundle remote modules in ChromeOS.
1498 if (is_chromeos) {
Mandy Chen6a0de812019-09-10 16:49:04 +00001499 grd_files += generated_remote_modules + devtools_emulated_devices_images +
1500 lighthouse_locale_files
Blink Reformat4c46d092018-04-07 15:32:37 +00001501 }
1502
1503 inputs = grd_files + devtools_image_files
1504 outfile = "$root_gen_dir/devtools/devtools_resources.grd"
1505 outputs = [
1506 outfile,
1507 ]
1508
1509 relative_path_dirs = [
1510 resources_out_dir,
1511 "front_end",
1512 ]
1513
1514 args = rebase_path(grd_files, root_build_dir) + [ "--relative_path_dirs" ] +
1515 rebase_path(relative_path_dirs, root_build_dir) +
1516 [
1517 "--images",
1518 rebase_path("front_end/Images", root_build_dir),
1519 "--output",
1520 rebase_path(outfile, root_build_dir),
1521 ]
1522}
1523
1524action("devtools_extension_api") {
1525 script = "scripts/build/generate_devtools_extension_api.py"
1526
1527 devtools_extension_api_files = [ "front_end/extensions/ExtensionAPI.js" ]
1528 inputs = devtools_extension_api_files
1529 outputs = [
1530 "$resources_out_dir/devtools_extension_api.js",
1531 ]
1532
1533 args = rebase_path(outputs, root_build_dir) +
1534 rebase_path(devtools_extension_api_files, root_build_dir)
1535}
1536
1537action("supported_css_properties") {
1538 script = "scripts/build/generate_supported_css.py"
1539
1540 inputs = [
Amos Lim67f4ceb2018-09-18 23:36:13 +00001541 "../core/css/css_properties.json5",
Blink Reformat4c46d092018-04-07 15:32:37 +00001542 ]
1543
1544 outputs = [
1545 "$resources_out_dir/SupportedCSSProperties.js",
1546 ]
1547
1548 args =
1549 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
1550}
1551
Alice Boxhall41003552018-05-21 03:33:56 +00001552action("aria_properties") {
1553 script = "scripts/build/generate_aria.py"
1554
1555 inputs = [
1556 "../core/html/aria_properties.json5",
1557 ]
1558
1559 outputs = [
1560 "$resources_out_dir/accessibility/ARIAProperties.js",
1561 ]
1562
1563 args =
1564 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
1565}
1566
Blink Reformat4c46d092018-04-07 15:32:37 +00001567action("frontend_protocol_sources") {
1568 script = "scripts/build/code_generator_frontend.py"
1569 deps = [
1570 "../core/inspector:protocol_version",
1571 ]
1572 inputs = [
1573 "$blink_core_output_dir/inspector/protocol.json",
1574 ]
1575 outputs = [
1576 "$resources_out_dir/InspectorBackendCommands.js",
1577 ]
1578
1579 args = rebase_path(inputs, root_build_dir) + [
1580 "--output_js_dir",
1581 rebase_path(resources_out_dir, root_build_dir),
1582 ]
1583}
1584
1585action("build_release_devtools") {
1586 script = "scripts/build/build_release_applications.py"
1587
1588 deps = [
Alice Boxhall41003552018-05-21 03:33:56 +00001589 ":aria_properties",
Blink Reformat4c46d092018-04-07 15:32:37 +00001590 ":frontend_protocol_sources",
1591 ":supported_css_properties",
1592 ]
1593
1594 helper_scripts = [
1595 "scripts/build/modular_build.py",
1596 "scripts/build/rjsmin.py",
1597 ]
1598
Nico Weber1a9e1f82018-12-07 00:20:39 +00001599 inputs = helper_scripts + all_devtools_files + devtools_test_files +
1600 generated_scripts + generated_aria_properties + application_templates
Blink Reformat4c46d092018-04-07 15:32:37 +00001601 outputs =
1602 generated_applications + generated_non_autostart_non_remote_modules +
Nico Weber1a9e1f82018-12-07 00:20:39 +00001603 generated_remote_modules + generated_test_modules
Blink Reformat4c46d092018-04-07 15:32:37 +00001604
1605 args = devtools_applications + [
1606 "--input_path",
1607 rebase_path("front_end", root_build_dir),
1608 "--output_path",
1609 rebase_path(resources_out_dir, root_build_dir),
1610 ]
1611}
1612
Tim van der Lippe790b9292019-09-19 15:14:16 +00001613action("copy_devtools_modules") {
1614 script = "scripts/build/copy_devtools_modules.py"
1615
1616 deps = [
1617 ":build_release_devtools",
1618 ]
1619
1620 inputs = all_devtools_modules
1621 outputs = copied_devtools_modules
1622
1623 args = all_devtools_modules + [
1624 "--input_path",
1625 rebase_path(".", root_build_dir),
1626 "--output_path",
1627 rebase_path(resources_out_dir, root_build_dir),
1628 ]
1629}
1630
Blink Reformat4c46d092018-04-07 15:32:37 +00001631if (debug_devtools) {
1632 resources_out_debug_dir = "$root_out_dir/resources/inspector/debug"
1633
1634 action("build_debug_devtools") {
1635 script = "scripts/build/build_debug_applications.py"
1636
Blink Reformat4c46d092018-04-07 15:32:37 +00001637 inputs = all_devtools_files + application_templates
1638 outputs = [
1639 "$resources_out_debug_dir/devtools_app.html",
1640 "$resources_out_debug_dir/inspector.html",
1641 "$resources_out_debug_dir/integration_test_runner.html",
1642 "$resources_out_debug_dir/js_app.html",
1643 "$resources_out_debug_dir/ndb_app.html",
1644 "$resources_out_debug_dir/node_app.html",
1645 "$resources_out_debug_dir/toolbox.html",
1646 "$resources_out_debug_dir/worker_app.html",
1647 ]
1648
Tim van der Lippe118843d2019-07-26 18:38:51 +00001649 args = [
1650 "--input_path",
1651 rebase_path("front_end", root_build_dir),
1652 "--output_path",
1653 rebase_path(resources_out_debug_dir, root_build_dir),
1654 ]
Blink Reformat4c46d092018-04-07 15:32:37 +00001655 }
1656
1657 copy("copy_generated_scripts") {
1658 deps = [
Tim van der Lippe118843d2019-07-26 18:38:51 +00001659 ":build_debug_devtools",
Blink Reformat4c46d092018-04-07 15:32:37 +00001660 ":frontend_protocol_sources",
1661 ":supported_css_properties",
1662 ]
1663 sources = generated_scripts
1664 outputs = [
1665 "$resources_out_debug_dir/{{source_file_part}}",
1666 ]
1667 }
Alice Boxhall41003552018-05-21 03:33:56 +00001668
1669 copy("copy_aria_properties") {
1670 deps = [
1671 ":aria_properties",
1672 ":build_debug_devtools",
1673 ]
1674
1675 sources = generated_aria_properties
1676
1677 outputs = [
1678 "$resources_out_debug_dir/accessibility/{{source_file_part}}",
1679 ]
1680 }
Blink Reformat4c46d092018-04-07 15:32:37 +00001681}
1682
1683group("devtools_closure_compile") {
1684 data = [
1685 # Needed for isolate script to execute.
1686 "front_end/",
1687 "scripts/build/",
1688 "scripts/closure/",
1689 "scripts/compile_frontend.py",
1690 "scripts/dependency_preprocessor.py",
1691 "scripts/jsdoc_validator/",
1692 "scripts/special_case_namespaces.json",
1693 "scripts/utils.py",
1694 "//testing/scripts/common.py",
1695 "//testing/scripts/run_devtools_check.py",
1696 "//testing/xvfb.py",
Alexey Kozyatinskiya8011e02018-04-17 17:49:38 +00001697 "//third_party/blink/renderer/core/inspector/browser_protocol.pdl",
1698 "//third_party/inspector_protocol/pdl.py",
Yang Guo5ebd8a72019-06-26 08:04:01 +00001699 "//v8/include/js_protocol.pdl",
Blink Reformat4c46d092018-04-07 15:32:37 +00001700 ]
1701}
1702
1703if (is_linux && !is_chromeos) {
1704 group("devtools_eslint") {
1705 data = [
1706 # Needed for isolate script to execute.
1707 ".eslintignore",
1708 ".eslintrc.js",
1709 "front_end/",
1710 "scripts/lint_javascript.py",
1711 "scripts/local_node.py",
1712 "//testing/scripts/common.py",
1713 "//testing/scripts/run_devtools_check.py",
1714 "//testing/xvfb.py",
1715 "//third_party/devtools-node-modules/",
1716 "//third_party/node/node.py",
1717 "//third_party/node/linux/node-linux-x64/",
1718 ]
1719 }
1720}