Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1 | # 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 | |
Tim van der Lippe | f7bc2e3 | 2019-11-09 12:17:44 -0800 | [diff] [blame] | 5 | import("//build/config/features.gni") |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 6 | import("//third_party/blink/public/public_features.gni") |
| 7 | import("//third_party/blink/renderer/core/core.gni") |
| 8 | |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 9 | if (external_devtools_frontend) { |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 10 | all_devtools_files = [ |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 11 | "front_end/accessibility/accessibilityNode.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 12 | "front_end/accessibility/accessibilityProperties.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 13 | "front_end/accessibility/axBreadcrumbs.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 14 | "front_end/accessibility/module.json", |
| 15 | "front_end/accessibility_test_runner/AccessibilityPaneTestRunner.js", |
| 16 | "front_end/accessibility_test_runner/module.json", |
| 17 | "front_end/animation/AnimationGroupPreviewUI.js", |
| 18 | "front_end/animation/AnimationModel.js", |
| 19 | "front_end/animation/animationScreenshotPopover.css", |
| 20 | "front_end/animation/AnimationScreenshotPopover.js", |
| 21 | "front_end/animation/animationTimeline.css", |
| 22 | "front_end/animation/AnimationTimeline.js", |
| 23 | "front_end/animation/AnimationUI.js", |
| 24 | "front_end/animation/module.json", |
| 25 | "front_end/application_test_runner/AppcacheTestRunner.js", |
| 26 | "front_end/application_test_runner/CacheStorageTestRunner.js", |
| 27 | "front_end/application_test_runner/IndexedDBTestRunner.js", |
| 28 | "front_end/application_test_runner/module.json", |
| 29 | "front_end/application_test_runner/ResourcesTestRunner.js", |
| 30 | "front_end/application_test_runner/ResourceTreeTestRunner.js", |
| 31 | "front_end/application_test_runner/ServiceWorkersTestRunner.js", |
| 32 | "front_end/audits_worker.js", |
| 33 | "front_end/audits_worker.json", |
| 34 | "front_end/audits_worker/AuditsService.js", |
| 35 | "front_end/audits_worker/lighthouse/lighthouse-dt-bundle.js", |
| 36 | "front_end/audits_worker/module.json", |
| 37 | "front_end/audits/AuditsPanel.js", |
| 38 | "front_end/audits/AuditsController.js", |
| 39 | "front_end/audits/AuditsReportSelector.js", |
| 40 | "front_end/audits/AuditsReportRenderer.js", |
| 41 | "front_end/audits/AuditsStartView.js", |
| 42 | "front_end/audits/AuditsProtocolService.js", |
| 43 | "front_end/audits/AuditsStatusView.js", |
| 44 | "front_end/audits/auditsDialog.css", |
| 45 | "front_end/audits/auditsStartView.css", |
| 46 | "front_end/audits/auditsPanel.css", |
| 47 | "front_end/audits/RadioSetting.js", |
| 48 | "front_end/audits/lighthouse/report.css", |
| 49 | "front_end/audits/lighthouse/report.js", |
| 50 | "front_end/audits/lighthouse/report-generator.js", |
| 51 | "front_end/audits/lighthouse/template.html", |
| 52 | "front_end/audits/lighthouse/templates.html", |
| 53 | "front_end/audits/module.json", |
| 54 | "front_end/audits_test_runner/AuditsTestRunner.js", |
| 55 | "front_end/audits_test_runner/module.json", |
| 56 | "front_end/axe_core_test_runner/AxeCoreTestRunner.js", |
| 57 | "front_end/axe_core_test_runner/module.json", |
| 58 | "front_end/bindings/module.json", |
| 59 | "front_end/bindings_test_runner/AutomappingTestRunner.js", |
| 60 | "front_end/bindings_test_runner/BindingsTestRunner.js", |
| 61 | "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js", |
| 62 | "front_end/bindings_test_runner/module.json", |
| 63 | "front_end/bindings_test_runner/PersistenceTestRunner.js", |
| 64 | "front_end/bindings_test_runner/OverridesTestRunner.js", |
| 65 | "front_end/browser_debugger/DOMBreakpointsSidebarPane.js", |
| 66 | "front_end/browser_debugger/EventListenerBreakpointsSidebarPane.js", |
| 67 | "front_end/browser_debugger/ObjectEventListenersSidebarPane.js", |
| 68 | "front_end/browser_debugger/XHRBreakpointsSidebarPane.js", |
| 69 | "front_end/browser_debugger/domBreakpointsSidebarPane.css", |
| 70 | "front_end/browser_debugger/eventListenerBreakpoints.css", |
| 71 | "front_end/browser_debugger/module.json", |
| 72 | "front_end/browser_debugger/xhrBreakpointsSidebarPane.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 73 | "front_end/browser_sdk/module.json", |
| 74 | "front_end/css_overview/cssOverview.css", |
| 75 | "front_end/css_overview/cssOverviewStartView.css", |
| 76 | "front_end/css_overview/cssOverviewProcessingView.css", |
| 77 | "front_end/css_overview/cssOverviewCompletedView.css", |
| 78 | "front_end/css_overview/CSSOverviewController.js", |
| 79 | "front_end/css_overview/CSSOverviewStartView.js", |
| 80 | "front_end/css_overview/CSSOverviewProcessingView.js", |
| 81 | "front_end/css_overview/CSSOverviewCompletedView.js", |
Paul Lewis | ed808ce | 2019-11-06 14:21:54 +0000 | [diff] [blame] | 82 | "front_end/css_overview/CSSOverviewUnusedDeclarations.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 83 | "front_end/css_overview/CSSOverviewModel.js", |
| 84 | "front_end/css_overview/CSSOverviewSidebarPanel.js", |
| 85 | "front_end/css_overview/cssOverviewSidebarPanel.css", |
| 86 | "front_end/css_overview/CSSOverviewPanel.js", |
| 87 | "front_end/css_overview/module.json", |
| 88 | "front_end/changes/ChangesHighlighter.js", |
| 89 | "front_end/changes/changesView.css", |
| 90 | "front_end/changes/ChangesView.js", |
| 91 | "front_end/changes/changesSidebar.css", |
| 92 | "front_end/changes/ChangesSidebar.js", |
| 93 | "front_end/changes/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 94 | "front_end/cm/codemirror.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 95 | "front_end/cm/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 96 | "front_end/cm_headless/module.json", |
| 97 | "front_end/cm_modes/clike.js", |
| 98 | "front_end/cm_modes/clojure.js", |
| 99 | "front_end/cm_modes/coffeescript.js", |
| 100 | "front_end/cm_modes/DefaultCodeMirrorMimeMode.js", |
| 101 | "front_end/cm_modes/jsx.js", |
| 102 | "front_end/cm_modes/livescript.js", |
| 103 | "front_end/cm_modes/markdown.js", |
| 104 | "front_end/cm_modes/module.json", |
| 105 | "front_end/cm_modes/php.js", |
| 106 | "front_end/cm_modes/python.js", |
| 107 | "front_end/cm_modes/shell.js", |
| 108 | "front_end/cm_modes/stylus.js", |
| 109 | "front_end/cm_web_modes/css.js", |
| 110 | "front_end/cm_web_modes/htmlembedded.js", |
| 111 | "front_end/cm_web_modes/htmlmixed.js", |
| 112 | "front_end/cm_web_modes/javascript.js", |
| 113 | "front_end/cm_web_modes/xml.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 114 | "front_end/color_picker/module.json", |
| 115 | "front_end/color_picker/spectrum.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 116 | "front_end/common/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 117 | "front_end/components/imagePreview.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 118 | "front_end/components/jsUtils.css", |
| 119 | "front_end/components/module.json", |
| 120 | "front_end/console/ConsoleContextSelector.js", |
| 121 | "front_end/console/ConsoleFilter.js", |
| 122 | "front_end/console/ConsoleSidebar.js", |
| 123 | "front_end/console/ConsolePanel.js", |
| 124 | "front_end/console/ConsolePinPane.js", |
| 125 | "front_end/console/ConsolePrompt.js", |
| 126 | "front_end/console/consoleView.css", |
| 127 | "front_end/console/consoleContextSelector.css", |
| 128 | "front_end/console/consolePinPane.css", |
| 129 | "front_end/console/consolePrompt.css", |
| 130 | "front_end/console/consoleSidebar.css", |
| 131 | "front_end/console/ConsoleView.js", |
| 132 | "front_end/console/ConsoleViewMessage.js", |
| 133 | "front_end/console/ConsoleViewport.js", |
| 134 | "front_end/console/module.json", |
| 135 | "front_end/console_counters/errorWarningCounter.css", |
| 136 | "front_end/console_counters/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 137 | "front_end/console_test_runner/ConsoleTestRunner.js", |
| 138 | "front_end/console_test_runner/module.json", |
| 139 | "front_end/cookie_table/CookiesTable.js", |
| 140 | "front_end/cookie_table/module.json", |
| 141 | "front_end/coverage/coverageListView.css", |
| 142 | "front_end/coverage/CoverageDecorationManager.js", |
| 143 | "front_end/coverage/CoverageListView.js", |
| 144 | "front_end/coverage/CoverageModel.js", |
| 145 | "front_end/coverage/coverageView.css", |
| 146 | "front_end/coverage/CoverageView.js", |
| 147 | "front_end/coverage/module.json", |
| 148 | "front_end/coverage_test_runner/CoverageTestRunner.js", |
| 149 | "front_end/coverage_test_runner/module.json", |
| 150 | "front_end/cpu_profiler_test_runner/module.json", |
| 151 | "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js", |
| 152 | "front_end/dagre_layout/dagre.js", |
| 153 | "front_end/dagre_layout/module.json", |
| 154 | "front_end/data_grid/dataGrid.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 155 | "front_end/data_grid/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 156 | "front_end/data_grid_test_runner/DataGridTestRunner.js", |
| 157 | "front_end/data_grid_test_runner/module.json", |
| 158 | "front_end/device_mode_test_runner/DeviceModeTestRunner.js", |
| 159 | "front_end/device_mode_test_runner/module.json", |
| 160 | "front_end/devices/DevicesView.js", |
| 161 | "front_end/devices/devicesView.css", |
| 162 | "front_end/devices/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 163 | "front_end/diff/module.json", |
| 164 | "front_end/dom_extension/module.json", |
| 165 | "front_end/elements/breadcrumbs.css", |
| 166 | "front_end/elements/classesPaneWidget.css", |
| 167 | "front_end/elements/ClassesPaneWidget.js", |
| 168 | "front_end/elements/ColorSwatchPopoverIcon.js", |
| 169 | "front_end/elements/ComputedStyleModel.js", |
| 170 | "front_end/elements/computedStyleSidebarPane.css", |
| 171 | "front_end/elements/computedStyleWidgetTree.css", |
| 172 | "front_end/elements/ComputedStyleWidget.js", |
| 173 | "front_end/elements/DOMLinkifier.js", |
| 174 | "front_end/elements/domLinkifier.css", |
| 175 | "front_end/elements/DOMPath.js", |
| 176 | "front_end/elements/ElementsBreadcrumbs.js", |
| 177 | "front_end/elements/elementsPanel.css", |
| 178 | "front_end/elements/ElementsPanel.js", |
| 179 | "front_end/elements/ElementsSidebarPane.js", |
| 180 | "front_end/elements/elementStatePaneWidget.css", |
| 181 | "front_end/elements/ElementStatePaneWidget.js", |
| 182 | "front_end/elements/ElementsTreeElement.js", |
| 183 | "front_end/elements/ElementsTreeElementHighlighter.js", |
| 184 | "front_end/elements/elementsTreeOutline.css", |
| 185 | "front_end/elements/ElementsTreeOutline.js", |
| 186 | "front_end/elements/EventListenersWidget.js", |
| 187 | "front_end/elements/InspectElementModeController.js", |
| 188 | "front_end/elements/MarkerDecorator.js", |
| 189 | "front_end/elements/metricsSidebarPane.css", |
| 190 | "front_end/elements/MetricsSidebarPane.js", |
| 191 | "front_end/elements/nodeStackTraceWidget.css", |
| 192 | "front_end/elements/NodeStackTraceWidget.js", |
| 193 | "front_end/elements/module.json", |
| 194 | "front_end/elements/platformFontsWidget.css", |
| 195 | "front_end/elements/PlatformFontsWidget.js", |
| 196 | "front_end/elements/propertiesWidget.css", |
| 197 | "front_end/elements/PropertiesWidget.js", |
| 198 | "front_end/elements/StylePropertyHighlighter.js", |
| 199 | "front_end/elements/stylesSectionTree.css", |
| 200 | "front_end/elements/stylesSidebarPane.css", |
| 201 | "front_end/elements/StylesSidebarPane.js", |
| 202 | "front_end/elements/StylePropertyTreeElement.js", |
| 203 | "front_end/elements_test_runner/EditDOMTestRunner.js", |
| 204 | "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js", |
| 205 | "front_end/elements_test_runner/ElementsTestRunner.js", |
| 206 | "front_end/elements_test_runner/module.json", |
| 207 | "front_end/elements_test_runner/SetOuterHTMLTestRunner.js", |
| 208 | "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js", |
| 209 | "front_end/emulated_devices/module.json", |
| 210 | "front_end/emulation/AdvancedApp.js", |
| 211 | "front_end/emulation/DeviceModeModel.js", |
| 212 | "front_end/emulation/deviceModeToolbar.css", |
| 213 | "front_end/emulation/DeviceModeToolbar.js", |
| 214 | "front_end/emulation/deviceModeView.css", |
| 215 | "front_end/emulation/DeviceModeView.js", |
| 216 | "front_end/emulation/DeviceModeWrapper.js", |
| 217 | "front_end/emulation/devicesSettingsTab.css", |
| 218 | "front_end/emulation/DevicesSettingsTab.js", |
| 219 | "front_end/emulation/EmulatedDevices.js", |
| 220 | "front_end/emulation/geolocationsSettingsTab.css", |
| 221 | "front_end/emulation/GeolocationsSettingsTab.js", |
| 222 | "front_end/emulation/inspectedPagePlaceholder.css", |
| 223 | "front_end/emulation/InspectedPagePlaceholder.js", |
| 224 | "front_end/emulation/mediaQueryInspector.css", |
| 225 | "front_end/emulation/MediaQueryInspector.js", |
| 226 | "front_end/emulation/module.json", |
| 227 | "front_end/emulation/sensors.css", |
| 228 | "front_end/emulation/SensorsView.js", |
| 229 | "front_end/event_listeners/EventListenersUtils.js", |
| 230 | "front_end/event_listeners/eventListenersView.css", |
| 231 | "front_end/event_listeners/EventListenersView.js", |
| 232 | "front_end/event_listeners/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 233 | "front_end/extensions/module.json", |
| 234 | "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js", |
| 235 | "front_end/extensions_test_runner/ExtensionsTestRunner.js", |
| 236 | "front_end/extensions_test_runner/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 237 | "front_end/formatter/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 238 | "front_end/formatter_worker.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 239 | "front_end/formatter_worker/acorn/acorn.js", |
| 240 | "front_end/formatter_worker/acorn/acorn_loose.js", |
| 241 | "front_end/formatter_worker/module.json", |
| 242 | "front_end/har_importer/HARFormat.js", |
| 243 | "front_end/har_importer/HARImporter.js", |
| 244 | "front_end/har_importer/module.json", |
| 245 | "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js", |
| 246 | "front_end/heap_profiler_test_runner/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 247 | "front_end/heap_snapshot_model/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 248 | "front_end/heap_snapshot_worker.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 249 | "front_end/heap_snapshot_worker/module.json", |
| 250 | "front_end/help/Help.js", |
| 251 | "front_end/help/module.json", |
| 252 | "front_end/help/releaseNote.css", |
| 253 | "front_end/help/ReleaseNoteText.js", |
| 254 | "front_end/help/ReleaseNoteView.js", |
| 255 | "front_end/host/module.json", |
| 256 | "front_end/inline_editor/bezierEditor.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 257 | "front_end/inline_editor/bezierSwatch.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 258 | "front_end/inline_editor/colorSwatch.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 259 | "front_end/inline_editor/cssShadowEditor.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 260 | "front_end/inline_editor/cssShadowSwatch.css", |
| 261 | "front_end/inline_editor/module.json", |
| 262 | "front_end/inline_editor/swatchPopover.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 263 | "front_end/inspector.js", |
| 264 | "front_end/inspector.json", |
| 265 | "front_end/inspector_main/InspectorMain.js", |
| 266 | "front_end/inspector_main/module.json", |
| 267 | "front_end/inspector_main/nodeIcon.css", |
| 268 | "front_end/inspector_main/renderingOptions.css", |
| 269 | "front_end/inspector_main/RenderingOptions.js", |
| 270 | "front_end/integration_test_runner.js", |
| 271 | "front_end/integration_test_runner.json", |
| 272 | "front_end/javascript_metadata/module.json", |
| 273 | "front_end/javascript_metadata/NativeFunctions.js", |
| 274 | "front_end/javascript_metadata/JavaScriptMetadata.js", |
| 275 | "front_end/js_main/JsMain.js", |
| 276 | "front_end/js_main/module.json", |
| 277 | "front_end/js_profiler/module.json", |
| 278 | "front_end/layer_viewer/layerDetailsView.css", |
| 279 | "front_end/layer_viewer/LayerDetailsView.js", |
| 280 | "front_end/layer_viewer/layers3DView.css", |
| 281 | "front_end/layer_viewer/Layers3DView.js", |
| 282 | "front_end/layer_viewer/LayerTreeOutline.js", |
| 283 | "front_end/layer_viewer/LayerViewHost.js", |
| 284 | "front_end/layer_viewer/module.json", |
| 285 | "front_end/layer_viewer/paintProfiler.css", |
| 286 | "front_end/layer_viewer/PaintProfilerView.js", |
| 287 | "front_end/layer_viewer/TransformController.js", |
| 288 | "front_end/layers/LayerPaintProfilerView.js", |
| 289 | "front_end/layers/LayersPanel.js", |
| 290 | "front_end/layers/LayerTreeModel.js", |
| 291 | "front_end/layers/module.json", |
| 292 | "front_end/layers_test_runner/LayersTestRunner.js", |
| 293 | "front_end/layers_test_runner/module.json", |
| 294 | "front_end/main/ExecutionContextSelector.js", |
| 295 | "front_end/main/Main.js", |
| 296 | "front_end/main/module.json", |
| 297 | "front_end/main/SimpleApp.js", |
| 298 | "front_end/protocol_monitor/ProtocolMonitor.js", |
| 299 | "front_end/protocol_monitor/protocolMonitor.css", |
| 300 | "front_end/protocol_monitor/module.json", |
| 301 | "front_end/mobile_throttling/MobileThrottlingSelector.js", |
| 302 | "front_end/mobile_throttling/module.json", |
| 303 | "front_end/mobile_throttling/NetworkPanelIndicator.js", |
| 304 | "front_end/mobile_throttling/NetworkThrottlingSelector.js", |
| 305 | "front_end/mobile_throttling/ThrottlingManager.js", |
| 306 | "front_end/mobile_throttling/ThrottlingPresets.js", |
| 307 | "front_end/mobile_throttling/throttlingSettingsTab.css", |
| 308 | "front_end/mobile_throttling/ThrottlingSettingsTab.js", |
| 309 | "front_end/media/eventDisplayTable.css", |
| 310 | "front_end/media/EventDisplayTable.js", |
| 311 | "front_end/media/MainView.js", |
| 312 | "front_end/media/MediaTable.js", |
| 313 | "front_end/media/PlayerDetailView.js", |
| 314 | "front_end/media/playerListView.css", |
| 315 | "front_end/media/PlayerListView.js", |
| 316 | "front_end/media/module.json", |
| 317 | "front_end/media/MediaModel.js", |
| 318 | "front_end/media/mediaView.css", |
| 319 | "front_end/ndb_app.json", |
| 320 | "front_end/network/binaryResourceView.css", |
| 321 | "front_end/network/blockedURLsPane.css", |
| 322 | "front_end/network/BinaryResourceView.js", |
| 323 | "front_end/network/BlockedURLsPane.js", |
| 324 | "front_end/network/eventSourceMessagesView.css", |
| 325 | "front_end/network/EventSourceMessagesView.js", |
| 326 | "front_end/network/HARWriter.js", |
| 327 | "front_end/network/module.json", |
| 328 | "front_end/network/networkConfigView.css", |
| 329 | "front_end/network/NetworkConfigView.js", |
| 330 | "front_end/network/NetworkDataGridNode.js", |
| 331 | "front_end/network/NetworkItemView.js", |
| 332 | "front_end/network/networkLogView.css", |
| 333 | "front_end/network/NetworkLogView.js", |
| 334 | "front_end/network/NetworkLogViewColumns.js", |
| 335 | "front_end/network/NetworkFrameGrouper.js", |
| 336 | "front_end/network/networkManageCustomHeadersView.css", |
| 337 | "front_end/network/NetworkManageCustomHeadersView.js", |
| 338 | "front_end/network/NetworkOverview.js", |
| 339 | "front_end/network/networkPanel.css", |
| 340 | "front_end/network/NetworkPanel.js", |
| 341 | "front_end/network/NetworkSearchScope.js", |
| 342 | "front_end/network/NetworkTimeCalculator.js", |
| 343 | "front_end/network/networkTimingTable.css", |
| 344 | "front_end/network/networkWaterfallColumn.css", |
| 345 | "front_end/network/NetworkWaterfallColumn.js", |
| 346 | "front_end/network/requestCookiesView.css", |
| 347 | "front_end/network/RequestCookiesView.js", |
| 348 | "front_end/network/requestHeadersTree.css", |
| 349 | "front_end/network/requestHeadersView.css", |
| 350 | "front_end/network/RequestHeadersView.js", |
| 351 | "front_end/network/requestHTMLView.css", |
| 352 | "front_end/network/RequestHTMLView.js", |
| 353 | "front_end/network/requestInitiatorView.css", |
| 354 | "front_end/network/RequestInitiatorView.js", |
| 355 | "front_end/network/RequestPreviewView.js", |
| 356 | "front_end/network/RequestResponseView.js", |
| 357 | "front_end/network/RequestTimingView.js", |
| 358 | "front_end/network/ResourceWebSocketFrameView.js", |
| 359 | "front_end/network/signedExchangeInfoTree.css", |
| 360 | "front_end/network/signedExchangeInfoView.css", |
| 361 | "front_end/network/SignedExchangeInfoView.js", |
| 362 | "front_end/network/webSocketFrameView.css", |
| 363 | "front_end/network_test_runner/module.json", |
| 364 | "front_end/network_test_runner/NetworkTestRunner.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 365 | "front_end/node_debugger/module.json", |
| 366 | "front_end/node_main/NodeConnectionsPanel.js", |
| 367 | "front_end/node_main/nodeConnectionsPanel.css", |
| 368 | "front_end/node_main/NodeMain.js", |
| 369 | "front_end/node_main/module.json", |
| 370 | "front_end/object_ui/customPreviewComponent.css", |
| 371 | "front_end/object_ui/CustomPreviewComponent.js", |
| 372 | "front_end/object_ui/JavaScriptAutocomplete.js", |
| 373 | "front_end/object_ui/JavaScriptREPL.js", |
| 374 | "front_end/object_ui/module.json", |
| 375 | "front_end/object_ui/objectPopover.css", |
| 376 | "front_end/object_ui/ObjectPopoverHelper.js", |
| 377 | "front_end/object_ui/objectPropertiesSection.css", |
| 378 | "front_end/object_ui/ObjectPropertiesSection.js", |
| 379 | "front_end/object_ui/objectValue.css", |
| 380 | "front_end/object_ui/RemoteObjectPreviewFormatter.js", |
| 381 | "front_end/perf_ui/ChartViewport.js", |
| 382 | "front_end/perf_ui/FilmStripView.js", |
| 383 | "front_end/perf_ui/FlameChart.js", |
| 384 | "front_end/perf_ui/GCActionDelegate.js", |
| 385 | "front_end/perf_ui/LineLevelProfile.js", |
| 386 | "front_end/perf_ui/LiveHeapProfile.js", |
| 387 | "front_end/perf_ui/NetworkPriorities.js", |
| 388 | "front_end/perf_ui/OverviewGrid.js", |
| 389 | "front_end/perf_ui/PieChart.js", |
| 390 | "front_end/perf_ui/TimelineGrid.js", |
| 391 | "front_end/perf_ui/TimelineOverviewPane.js", |
| 392 | "front_end/perf_ui/chartViewport.css", |
| 393 | "front_end/perf_ui/filmStripView.css", |
| 394 | "front_end/perf_ui/flameChart.css", |
| 395 | "front_end/perf_ui/module.json", |
| 396 | "front_end/perf_ui/overviewGrid.css", |
| 397 | "front_end/perf_ui/pieChart.css", |
| 398 | "front_end/perf_ui/timelineGrid.css", |
| 399 | "front_end/perf_ui/timelineOverviewInfo.css", |
| 400 | "front_end/performance_monitor/PerformanceMonitor.js", |
| 401 | "front_end/performance_monitor/performanceMonitor.css", |
| 402 | "front_end/performance_monitor/module.json", |
| 403 | "front_end/performance_test_runner/module.json", |
| 404 | "front_end/performance_test_runner/TimelineDataTestRunner.js", |
| 405 | "front_end/performance_test_runner/TimelineTestRunner.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 406 | "front_end/persistence/editFileSystemView.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 407 | "front_end/persistence/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 408 | "front_end/persistence/workspaceSettingsTab.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 409 | "front_end/platform/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 410 | "front_end/profiler/BottomUpProfileDataGrid.js", |
| 411 | "front_end/profiler/CPUProfileFlameChart.js", |
| 412 | "front_end/profiler/CPUProfileView.js", |
| 413 | "front_end/profiler/heapProfiler.css", |
| 414 | "front_end/profiler/HeapProfileView.js", |
| 415 | "front_end/profiler/HeapProfilerPanel.js", |
| 416 | "front_end/profiler/HeapSnapshotDataGrids.js", |
| 417 | "front_end/profiler/HeapSnapshotGridNodes.js", |
| 418 | "front_end/profiler/HeapSnapshotProxy.js", |
| 419 | "front_end/profiler/HeapSnapshotView.js", |
| 420 | "front_end/profiler/HeapTimelineOverview.js", |
| 421 | "front_end/profiler/IsolateSelector.js", |
| 422 | "front_end/profiler/LiveHeapProfileView.js", |
| 423 | "front_end/profiler/liveHeapProfile.css", |
| 424 | "front_end/profiler/module.json", |
| 425 | "front_end/profiler/ProfileDataGrid.js", |
| 426 | "front_end/profiler/ProfileHeader.js", |
| 427 | "front_end/profiler/profileLauncherView.css", |
| 428 | "front_end/profiler/ProfileLauncherView.js", |
| 429 | "front_end/profiler/ProfileType.js", |
| 430 | "front_end/profiler/profilesPanel.css", |
| 431 | "front_end/profiler/ProfilesPanel.js", |
| 432 | "front_end/profiler/profilesSidebarTree.css", |
| 433 | "front_end/profiler/ProfileTypeRegistry.js", |
| 434 | "front_end/profiler/ProfileView.js", |
| 435 | "front_end/profiler/TopDownProfileDataGrid.js", |
| 436 | "front_end/protocol/module.json", |
| 437 | "front_end/quick_open/CommandMenu.js", |
| 438 | "front_end/quick_open/filteredListWidget.css", |
| 439 | "front_end/quick_open/FilteredListWidget.js", |
| 440 | "front_end/quick_open/HelpQuickOpen.js", |
| 441 | "front_end/quick_open/QuickOpen.js", |
| 442 | "front_end/quick_open/module.json", |
| 443 | "front_end/resources/ApplicationCacheModel.js", |
| 444 | "front_end/resources/ApplicationCacheItemsView.js", |
| 445 | "front_end/resources/ApplicationPanelSidebar.js", |
| 446 | "front_end/resources/appManifestView.css", |
| 447 | "front_end/resources/AppManifestView.js", |
| 448 | "front_end/resources/BackgroundServiceModel.js", |
| 449 | "front_end/resources/backgroundServiceView.css", |
| 450 | "front_end/resources/BackgroundServiceView.js", |
| 451 | "front_end/resources/clearStorageView.css", |
| 452 | "front_end/resources/ClearStorageView.js", |
| 453 | "front_end/resources/CookieItemsView.js", |
| 454 | "front_end/resources/cookieItemsView.css", |
| 455 | "front_end/resources/DatabaseModel.js", |
| 456 | "front_end/resources/DatabaseQueryView.js", |
| 457 | "front_end/resources/DatabaseTableView.js", |
| 458 | "front_end/resources/DOMStorageItemsView.js", |
| 459 | "front_end/resources/DOMStorageModel.js", |
| 460 | "front_end/resources/IndexedDBModel.js", |
| 461 | "front_end/resources/indexedDBViews.css", |
| 462 | "front_end/resources/IndexedDBViews.js", |
| 463 | "front_end/resources/module.json", |
| 464 | "front_end/resources/resourcesPanel.css", |
| 465 | "front_end/resources/ResourcesPanel.js", |
| 466 | "front_end/resources/ResourcesSection.js", |
| 467 | "front_end/resources/resourcesSidebar.css", |
| 468 | "front_end/resources/serviceWorkerCacheViews.css", |
| 469 | "front_end/resources/ServiceWorkerCacheViews.js", |
| 470 | "front_end/resources/serviceWorkersView.css", |
| 471 | "front_end/resources/ServiceWorkersView.js", |
| 472 | "front_end/resources/StorageItemsView.js", |
| 473 | "front_end/shell.json", |
| 474 | "front_end/screencast/InputModel.js", |
| 475 | "front_end/screencast/module.json", |
| 476 | "front_end/screencast/ScreencastApp.js", |
| 477 | "front_end/screencast/screencastView.css", |
| 478 | "front_end/screencast/ScreencastView.js", |
| 479 | "front_end/sdk/module.json", |
| 480 | "front_end/sdk_test_runner/module.json", |
| 481 | "front_end/sdk_test_runner/PageMockTestRunner.js", |
| 482 | "front_end/search/module.json", |
| 483 | "front_end/search/SearchConfig.js", |
| 484 | "front_end/search/searchResultsPane.css", |
| 485 | "front_end/search/SearchResultsPane.js", |
| 486 | "front_end/search/searchView.css", |
| 487 | "front_end/search/SearchView.js", |
| 488 | "front_end/security/lockIcon.css", |
| 489 | "front_end/security/mainView.css", |
| 490 | "front_end/security/module.json", |
| 491 | "front_end/security/originView.css", |
| 492 | "front_end/security/SecurityModel.js", |
| 493 | "front_end/security/SecurityPanel.js", |
| 494 | "front_end/security/sidebar.css", |
| 495 | "front_end/security_test_runner/module.json", |
| 496 | "front_end/security_test_runner/SecurityTestRunner.js", |
| 497 | "front_end/services/module.json", |
| 498 | "front_end/settings/frameworkBlackboxSettingsTab.css", |
| 499 | "front_end/settings/FrameworkBlackboxSettingsTab.js", |
| 500 | "front_end/settings/module.json", |
| 501 | "front_end/settings/settingsScreen.css", |
| 502 | "front_end/settings/SettingsScreen.js", |
| 503 | "front_end/snippets/module.json", |
| 504 | "front_end/snippets/ScriptSnippetFileSystem.js", |
| 505 | "front_end/snippets/SnippetsQuickOpen.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 506 | "front_end/source_frame/fontView.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 507 | "front_end/source_frame/imageView.css", |
| 508 | "front_end/source_frame/jsonView.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 509 | "front_end/source_frame/messagesPopover.css", |
| 510 | "front_end/source_frame/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 511 | "front_end/source_frame/resourceSourceFrame.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 512 | "front_end/source_frame/xmlTree.css", |
| 513 | "front_end/source_frame/xmlView.css", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 514 | "front_end/sources/AddSourceMapURLDialog.js", |
| 515 | "front_end/sources/breakpointEditDialog.css", |
| 516 | "front_end/sources/BreakpointEditDialog.js", |
| 517 | "front_end/sources/callStackSidebarPane.css", |
| 518 | "front_end/sources/CallStackSidebarPane.js", |
| 519 | "front_end/sources/CSSPlugin.js", |
| 520 | "front_end/sources/DebuggerPlugin.js", |
| 521 | "front_end/sources/dialog.css", |
| 522 | "front_end/sources/debuggerPausedMessage.css", |
| 523 | "front_end/sources/DebuggerPausedMessage.js", |
| 524 | "front_end/sources/EditingLocationHistoryManager.js", |
| 525 | "front_end/sources/FilePathScoreFunction.js", |
| 526 | "front_end/sources/FilteredUISourceCodeListProvider.js", |
| 527 | "front_end/sources/GoToLineQuickOpen.js", |
| 528 | "front_end/sources/GutterDiffPlugin.js", |
| 529 | "front_end/sources/InplaceFormatterEditorAction.js", |
| 530 | "front_end/sources/javaScriptBreakpointsSidebarPane.css", |
| 531 | "front_end/sources/JavaScriptBreakpointsSidebarPane.js", |
| 532 | "front_end/sources/JavaScriptCompilerPlugin.js", |
| 533 | "front_end/sources/module.json", |
| 534 | "front_end/sources/navigatorTree.css", |
| 535 | "front_end/sources/navigatorView.css", |
| 536 | "front_end/sources/NavigatorView.js", |
| 537 | "front_end/sources/OpenFileQuickOpen.js", |
| 538 | "front_end/sources/OutlineQuickOpen.js", |
| 539 | "front_end/sources/scopeChainSidebarPane.css", |
| 540 | "front_end/sources/ScopeChainSidebarPane.js", |
| 541 | "front_end/sources/ScriptFormatterEditorAction.js", |
| 542 | "front_end/sources/ScriptOriginPlugin.js", |
| 543 | "front_end/sources/SearchSourcesView.js", |
| 544 | "front_end/sources/SimpleHistoryManager.js", |
| 545 | "front_end/sources/SnippetsPlugin.js", |
| 546 | "front_end/sources/SourceFormatter.js", |
| 547 | "front_end/sources/SourceMapNamesResolver.js", |
| 548 | "front_end/sources/SourcesNavigator.js", |
| 549 | "front_end/sources/sourcesPanel.css", |
| 550 | "front_end/sources/SourcesPanel.js", |
| 551 | "front_end/sources/SourcesSearchScope.js", |
| 552 | "front_end/sources/sourcesView.css", |
| 553 | "front_end/sources/SourcesView.js", |
| 554 | "front_end/sources/UISourceCodeFrame.js", |
| 555 | "front_end/sources/TabbedEditorContainer.js", |
| 556 | "front_end/sources/threadsSidebarPane.css", |
| 557 | "front_end/sources/ThreadsSidebarPane.js", |
| 558 | "front_end/sources/watchExpressionsSidebarPane.css", |
| 559 | "front_end/sources/WatchExpressionsSidebarPane.js", |
| 560 | "front_end/sources_test_runner/AutocompleteTestRunner.js", |
| 561 | "front_end/sources_test_runner/DebuggerTestRunner.js", |
| 562 | "front_end/sources_test_runner/EditorTestRunner.js", |
| 563 | "front_end/sources_test_runner/LiveEditTestRunner.js", |
| 564 | "front_end/sources_test_runner/SearchTestRunner.js", |
| 565 | "front_end/sources_test_runner/SourcesTestRunner.js", |
| 566 | "front_end/sources_test_runner/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 567 | "front_end/test_runner/module.json", |
| 568 | "front_end/test_runner/TestRunner.js", |
| 569 | "front_end/text_editor/autocompleteTooltip.css", |
| 570 | "front_end/text_editor/cmdevtools.css", |
| 571 | "front_end/text_editor/CodeMirrorTextEditor.js", |
| 572 | "front_end/text_editor/CodeMirrorUtils.js", |
| 573 | "front_end/text_editor/module.json", |
| 574 | "front_end/text_editor/TextEditorAutocompleteController.js", |
| 575 | "front_end/text_utils/module.json", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 576 | "front_end/timeline_model/module.json", |
| 577 | "front_end/timeline_model/TimelineFrameModel.js", |
| 578 | "front_end/timeline_model/TimelineIRModel.js", |
| 579 | "front_end/timeline_model/TimelineJSProfile.js", |
| 580 | "front_end/timeline_model/TimelineModel.js", |
| 581 | "front_end/timeline_model/TimelineModelFilter.js", |
| 582 | "front_end/timeline_model/TimelineProfileTree.js", |
| 583 | "front_end/timeline_model/TracingLayerTree.js", |
| 584 | "front_end/timeline/CountersGraph.js", |
| 585 | "front_end/timeline/EventsTimelineTreeView.js", |
| 586 | "front_end/timeline/ExtensionTracingSession.js", |
| 587 | "front_end/timeline/historyToolbarButton.css", |
| 588 | "front_end/timeline/invalidationsTree.css", |
| 589 | "front_end/timeline/module.json", |
| 590 | "front_end/timeline/PerformanceModel.js", |
| 591 | "front_end/timeline/TimelineController.js", |
| 592 | "front_end/timeline/TimelineDetailsView.js", |
| 593 | "front_end/timeline/TimelineEventOverview.js", |
| 594 | "front_end/timeline/TimelineFilters.js", |
| 595 | "front_end/timeline/TimelineFlameChartDataProvider.js", |
| 596 | "front_end/timeline/TimelineFlameChartNetworkDataProvider.js", |
| 597 | "front_end/timeline/timelineFlamechartPopover.css", |
| 598 | "front_end/timeline/TimelineFlameChartView.js", |
| 599 | "front_end/timeline/timelineHistoryManager.css", |
| 600 | "front_end/timeline/TimelineHistoryManager.js", |
| 601 | "front_end/timeline/TimelineLayersView.js", |
| 602 | "front_end/timeline/TimelineLoader.js", |
| 603 | "front_end/timeline/timelinePaintProfiler.css", |
| 604 | "front_end/timeline/TimelinePaintProfilerView.js", |
| 605 | "front_end/timeline/timelinePanel.css", |
| 606 | "front_end/timeline/TimelinePanel.js", |
| 607 | "front_end/timeline/timelineStatusDialog.css", |
| 608 | "front_end/timeline/TimelineTreeView.js", |
| 609 | "front_end/timeline/TimelineUIUtils.js", |
| 610 | "front_end/timeline/UIDevtoolsController.js", |
| 611 | "front_end/timeline/UIDevtoolsUtils.js", |
| 612 | "front_end/toolbox_bootstrap/module.json", |
| 613 | "front_end/toolbox_bootstrap/Toolbox.js", |
| 614 | "front_end/toolbox.js", |
| 615 | "front_end/toolbox.json", |
| 616 | "front_end/ui/checkboxTextLabel.css", |
| 617 | "front_end/ui/closeButton.css", |
| 618 | "front_end/ui/confirmDialog.css", |
| 619 | "front_end/ui/dialog.css", |
| 620 | "front_end/ui/dropTarget.css", |
| 621 | "front_end/ui/emptyWidget.css", |
| 622 | "front_end/ui/filter.css", |
| 623 | "front_end/ui/glassPane.css", |
| 624 | "front_end/ui/infobar.css", |
| 625 | "front_end/ui/inlineButton.css", |
| 626 | "front_end/ui/inspectorCommon.css", |
| 627 | "front_end/ui/inspectorStyle.css", |
| 628 | "front_end/ui/inspectorSyntaxHighlight.css", |
| 629 | "front_end/ui/inspectorSyntaxHighlightDark.css", |
| 630 | "front_end/ui/inspectorViewTabbedPane.css", |
| 631 | "front_end/ui/listWidget.css", |
| 632 | "front_end/ui/module.json", |
| 633 | "front_end/ui/popover.css", |
| 634 | "front_end/ui/progressIndicator.css", |
| 635 | "front_end/ui/radioButton.css", |
| 636 | "front_end/ui/reportView.css", |
| 637 | "front_end/ui/remoteDebuggingTerminatedScreen.css", |
| 638 | "front_end/ui/rootView.css", |
| 639 | "front_end/ui/searchableView.css", |
| 640 | "front_end/ui/segmentedButton.css", |
| 641 | "front_end/ui/slider.css", |
| 642 | "front_end/ui/smallBubble.css", |
| 643 | "front_end/ui/softContextMenu.css", |
| 644 | "front_end/ui/softDropDown.css", |
| 645 | "front_end/ui/softDropDownButton.css", |
| 646 | "front_end/ui/splitWidget.css", |
| 647 | "front_end/ui/suggestBox.css", |
| 648 | "front_end/ui/tabbedPane.css", |
| 649 | "front_end/ui/targetCrashedScreen.css", |
| 650 | "front_end/ui/textButton.css", |
| 651 | "front_end/ui/textPrompt.css", |
| 652 | "front_end/ui/toolbar.css", |
| 653 | "front_end/ui/tooltip.css", |
| 654 | "front_end/ui/treeoutline.css", |
| 655 | "front_end/ui/viewContainers.css", |
| 656 | "front_end/web_audio/AudioContextContentBuilder.js", |
| 657 | "front_end/web_audio/audioContextSelector.css", |
| 658 | "front_end/web_audio/AudioContextSelector.js", |
| 659 | "front_end/web_audio/module.json", |
| 660 | "front_end/web_audio/webAudio.css", |
| 661 | "front_end/web_audio/WebAudioModel.js", |
| 662 | "front_end/web_audio/WebAudioView.js", |
| 663 | "front_end/web_audio/graph_visualizer/Types.js", |
| 664 | "front_end/web_audio/graph_visualizer/GraphStyle.js", |
| 665 | "front_end/web_audio/graph_visualizer/GraphManager.js", |
| 666 | "front_end/web_audio/graph_visualizer/NodeRendererUtility.js", |
| 667 | "front_end/web_audio/graph_visualizer/NodeView.js", |
| 668 | "front_end/web_audio/graph_visualizer/EdgeView.js", |
| 669 | "front_end/web_audio/graph_visualizer/GraphView.js", |
| 670 | "front_end/worker_main/WorkerMain.js", |
| 671 | "front_end/worker_main/module.json", |
| 672 | "front_end/worker_service/module.json", |
| 673 | "front_end/worker_service/ServiceDispatcher.js", |
| 674 | "front_end/workspace/module.json", |
| 675 | "front_end/workspace_diff/WorkspaceDiff.js", |
| 676 | "front_end/workspace_diff/module.json", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 677 | ] |
| 678 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 679 | lighthouse_locale_files = [ |
| 680 | "front_end/audits_worker/lighthouse/locales/ar-XB.json", |
| 681 | "front_end/audits_worker/lighthouse/locales/ar.json", |
| 682 | "front_end/audits_worker/lighthouse/locales/bg.json", |
| 683 | "front_end/audits_worker/lighthouse/locales/ca.json", |
| 684 | "front_end/audits_worker/lighthouse/locales/cs.json", |
| 685 | "front_end/audits_worker/lighthouse/locales/da.json", |
| 686 | "front_end/audits_worker/lighthouse/locales/de.json", |
| 687 | "front_end/audits_worker/lighthouse/locales/el.json", |
| 688 | "front_end/audits_worker/lighthouse/locales/en-GB.json", |
| 689 | "front_end/audits_worker/lighthouse/locales/en-US.json", |
| 690 | "front_end/audits_worker/lighthouse/locales/en-XA.json", |
| 691 | "front_end/audits_worker/lighthouse/locales/en-XL.json", |
| 692 | "front_end/audits_worker/lighthouse/locales/es-419.json", |
| 693 | "front_end/audits_worker/lighthouse/locales/es.json", |
| 694 | "front_end/audits_worker/lighthouse/locales/fi.json", |
| 695 | "front_end/audits_worker/lighthouse/locales/fil.json", |
| 696 | "front_end/audits_worker/lighthouse/locales/fr.json", |
| 697 | "front_end/audits_worker/lighthouse/locales/he.json", |
| 698 | "front_end/audits_worker/lighthouse/locales/hi.json", |
| 699 | "front_end/audits_worker/lighthouse/locales/hr.json", |
| 700 | "front_end/audits_worker/lighthouse/locales/hu.json", |
| 701 | "front_end/audits_worker/lighthouse/locales/id.json", |
| 702 | "front_end/audits_worker/lighthouse/locales/it.json", |
| 703 | "front_end/audits_worker/lighthouse/locales/ja.json", |
| 704 | "front_end/audits_worker/lighthouse/locales/ko.json", |
| 705 | "front_end/audits_worker/lighthouse/locales/lt.json", |
| 706 | "front_end/audits_worker/lighthouse/locales/lv.json", |
| 707 | "front_end/audits_worker/lighthouse/locales/nl.json", |
| 708 | "front_end/audits_worker/lighthouse/locales/no.json", |
| 709 | "front_end/audits_worker/lighthouse/locales/pl.json", |
| 710 | "front_end/audits_worker/lighthouse/locales/pt-PT.json", |
| 711 | "front_end/audits_worker/lighthouse/locales/pt.json", |
| 712 | "front_end/audits_worker/lighthouse/locales/ro.json", |
| 713 | "front_end/audits_worker/lighthouse/locales/ru.json", |
| 714 | "front_end/audits_worker/lighthouse/locales/sk.json", |
| 715 | "front_end/audits_worker/lighthouse/locales/sl.json", |
| 716 | "front_end/audits_worker/lighthouse/locales/sr-Latn.json", |
| 717 | "front_end/audits_worker/lighthouse/locales/sr.json", |
| 718 | "front_end/audits_worker/lighthouse/locales/sv.json", |
| 719 | "front_end/audits_worker/lighthouse/locales/ta.json", |
| 720 | "front_end/audits_worker/lighthouse/locales/te.json", |
| 721 | "front_end/audits_worker/lighthouse/locales/th.json", |
| 722 | "front_end/audits_worker/lighthouse/locales/tr.json", |
| 723 | "front_end/audits_worker/lighthouse/locales/uk.json", |
| 724 | "front_end/audits_worker/lighthouse/locales/vi.json", |
| 725 | "front_end/audits_worker/lighthouse/locales/zh-HK.json", |
| 726 | "front_end/audits_worker/lighthouse/locales/zh-TW.json", |
| 727 | "front_end/audits_worker/lighthouse/locales/zh.json", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 728 | ] |
| 729 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 730 | all_devtools_files += lighthouse_locale_files |
| 731 | |
| 732 | all_devtools_modules = [ |
Tim van der Lippe | b88663f | 2019-11-07 15:53:21 +0000 | [diff] [blame] | 733 | "front_end/source_frame/source_frame.js", |
| 734 | "front_end/source_frame/XMLView.js", |
| 735 | "front_end/source_frame/SourcesTextEditor.js", |
| 736 | "front_end/source_frame/SourceFrame.js", |
| 737 | "front_end/source_frame/source_frame.js", |
| 738 | "front_end/source_frame/SourceCodeDiff.js", |
| 739 | "front_end/source_frame/ResourceSourceFrame.js", |
| 740 | "front_end/source_frame/PreviewFactory.js", |
| 741 | "front_end/source_frame/JSONView.js", |
| 742 | "front_end/source_frame/ImageView.js", |
| 743 | "front_end/source_frame/FontView.js", |
| 744 | "front_end/source_frame/BinaryResourceViewFactory.js", |
Tim van der Lippe | f798787 | 2019-11-09 19:35:43 +0000 | [diff] [blame] | 745 | "front_end/inline_editor/inline_editor.js", |
| 746 | "front_end/inline_editor/SwatchPopoverHelper.js", |
| 747 | "front_end/inline_editor/CSSShadowModel.js", |
| 748 | "front_end/inline_editor/CSSShadowEditor.js", |
| 749 | "front_end/inline_editor/ColorSwatch.js", |
| 750 | "front_end/inline_editor/BezierUI.js", |
| 751 | "front_end/inline_editor/BezierEditor.js", |
Tim van der Lippe | 6019650 | 2019-11-09 23:13:16 +0000 | [diff] [blame] | 752 | "front_end/diff/diff.js", |
| 753 | "front_end/diff/diff_match_patch.js", |
| 754 | "front_end/diff/DiffWrapper.js", |
Tim van der Lippe | 5368fbc | 2019-11-09 23:34:46 +0000 | [diff] [blame] | 755 | "front_end/formatter/formatter.js", |
| 756 | "front_end/formatter/ScriptFormatter.js", |
| 757 | "front_end/formatter/FormatterWorkerPool.js", |
Tim van der Lippe | 10706d4 | 2019-11-09 23:56:21 +0000 | [diff] [blame] | 758 | "front_end/color_picker/color_picker.js", |
| 759 | "front_end/color_picker/Spectrum.js", |
| 760 | "front_end/color_picker/ContrastOverlay.js", |
| 761 | "front_end/color_picker/ContrastInfo.js", |
| 762 | "front_end/color_picker/ContrastDetails.js", |
Tim van der Lippe | c404950 | 2019-11-10 00:46:40 +0000 | [diff] [blame] | 763 | "front_end/cm/cm.js", |
| 764 | "front_end/cm/active-line.js", |
| 765 | "front_end/cm/brace-fold.js", |
| 766 | "front_end/cm/closebrackets.js", |
| 767 | "front_end/cm/codemirror.js", |
| 768 | "front_end/cm/comment.js", |
| 769 | "front_end/cm/foldcode.js", |
| 770 | "front_end/cm/foldgutter.js", |
| 771 | "front_end/cm/mark-selection.js", |
| 772 | "front_end/cm/matchbrackets.js", |
| 773 | "front_end/cm/multiplex.js", |
| 774 | "front_end/cm/overlay.js", |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 775 | "front_end/formatter_worker.unbundled.js", |
| 776 | "front_end/heap_snapshot_worker.unbundled.js", |
| 777 | "front_end/heap_snapshot_model/heap_snapshot_model.js", |
| 778 | "front_end/heap_snapshot_model/HeapSnapshotModel.js", |
| 779 | "front_end/heap_snapshot_worker/heap_snapshot_worker.js", |
| 780 | "front_end/heap_snapshot_worker/AllocationProfile.js", |
| 781 | "front_end/heap_snapshot_worker/HeapSnapshot.js", |
| 782 | "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", |
| 783 | "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", |
| 784 | "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", |
| 785 | "front_end/text_utils/text_utils.js", |
| 786 | "front_end/text_utils/TextUtils.js", |
| 787 | "front_end/text_utils/TextRange.js", |
| 788 | "front_end/text_utils/Text.js", |
| 789 | "front_end/formatter_worker/formatter_worker.js", |
| 790 | "front_end/formatter_worker/RelaxedJSONParser.js", |
| 791 | "front_end/formatter_worker/JavaScriptOutline.js", |
| 792 | "front_end/formatter_worker/JavaScriptFormatter.js", |
| 793 | "front_end/formatter_worker/IdentityFormatter.js", |
| 794 | "front_end/formatter_worker/HTMLFormatter.js", |
| 795 | "front_end/formatter_worker/FormatterWorker.js", |
| 796 | "front_end/formatter_worker/FormattedContentBuilder.js", |
| 797 | "front_end/formatter_worker/ESTreeWalker.js", |
| 798 | "front_end/formatter_worker/CSSRuleParser.js", |
| 799 | "front_end/formatter_worker/CSSFormatter.js", |
| 800 | "front_end/formatter_worker/AcornTokenizer.js", |
| 801 | "front_end/cm_headless/cm_headless.js", |
| 802 | "front_end/cm_headless/headlesscodemirror.js", |
Paul Lewis | 3940ef2 | 2019-11-07 14:02:57 +0000 | [diff] [blame] | 803 | "front_end/data_grid/data_grid.js", |
| 804 | "front_end/data_grid/ViewportDataGrid.js", |
| 805 | "front_end/data_grid/SortableDataGrid.js", |
| 806 | "front_end/data_grid/ShowMoreDataGridNode.js", |
| 807 | "front_end/data_grid/DataGrid.js", |
Paul Lewis | f16142c | 2019-11-07 15:56:04 +0000 | [diff] [blame] | 808 | "front_end/accessibility/accessibility.js", |
| 809 | "front_end/accessibility/AccessibilityStrings.js", |
| 810 | "front_end/accessibility/AccessibilitySidebarView.js", |
| 811 | "front_end/accessibility/AccessibilityNodeView.js", |
| 812 | "front_end/accessibility/AccessibilityModel.js", |
| 813 | "front_end/accessibility/AXBreadcrumbsPane.js", |
| 814 | "front_end/accessibility/ARIAMetadata.js", |
| 815 | "front_end/accessibility/ARIAAttributesView.js", |
Tim van der Lippe | a4d448c | 2019-10-10 13:38:29 +0000 | [diff] [blame] | 816 | "front_end/console_counters/console_counters.js", |
| 817 | "front_end/console_counters/WarningErrorCounter.js", |
Tim van der Lippe | 226fc22 | 2019-10-10 12:17:12 +0000 | [diff] [blame] | 818 | "front_end/extensions/extensions.js", |
| 819 | "front_end/extensions/ExtensionAPI.js", |
| 820 | "front_end/extensions/ExtensionPanel.js", |
| 821 | "front_end/extensions/ExtensionServer.js", |
| 822 | "front_end/extensions/ExtensionTraceProvider.js", |
| 823 | "front_end/extensions/ExtensionView.js", |
Tim van der Lippe | fba61ef | 2019-10-09 16:31:48 +0000 | [diff] [blame] | 824 | "front_end/browser_sdk/browser_sdk.js", |
| 825 | "front_end/browser_sdk/LogManager.js", |
Tim van der Lippe | daf1627 | 2019-10-09 15:43:43 +0000 | [diff] [blame] | 826 | "front_end/persistence/persistence.js", |
| 827 | "front_end/persistence/WorkspaceSettingsTab.js", |
| 828 | "front_end/persistence/PlatformFileSystem.js", |
| 829 | "front_end/persistence/PersistenceUtils.js", |
| 830 | "front_end/persistence/PersistenceImpl.js", |
| 831 | "front_end/persistence/PersistenceActions.js", |
| 832 | "front_end/persistence/NetworkPersistenceManager.js", |
| 833 | "front_end/persistence/IsolatedFileSystemManager.js", |
| 834 | "front_end/persistence/IsolatedFileSystem.js", |
| 835 | "front_end/persistence/FileSystemWorkspaceBinding.js", |
| 836 | "front_end/persistence/EditFileSystemView.js", |
| 837 | "front_end/persistence/Automapping.js", |
Tim van der Lippe | 6db3920 | 2019-10-09 14:50:54 +0000 | [diff] [blame] | 838 | "front_end/components/components.js", |
| 839 | "front_end/components/TargetDetachedDialog.js", |
| 840 | "front_end/components/Reload.js", |
| 841 | "front_end/components/Linkifier.js", |
| 842 | "front_end/components/JSPresentationUtils.js", |
| 843 | "front_end/components/ImagePreview.js", |
| 844 | "front_end/components/DockController.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 845 | "front_end/bindings/bindings.js", |
| 846 | "front_end/bindings/TempFile.js", |
| 847 | "front_end/bindings/StylesSourceMapping.js", |
| 848 | "front_end/bindings/SASSSourceMapping.js", |
| 849 | "front_end/bindings/ResourceUtils.js", |
| 850 | "front_end/bindings/ResourceScriptMapping.js", |
| 851 | "front_end/bindings/ResourceMapping.js", |
| 852 | "front_end/bindings/PresentationConsoleMessageHelper.js", |
| 853 | "front_end/bindings/NetworkProject.js", |
| 854 | "front_end/bindings/LiveLocation.js", |
| 855 | "front_end/bindings/FileUtils.js", |
| 856 | "front_end/bindings/DefaultScriptMapping.js", |
| 857 | "front_end/bindings/DebuggerWorkspaceBinding.js", |
| 858 | "front_end/bindings/CSSWorkspaceBinding.js", |
| 859 | "front_end/bindings/ContentProviderBasedProject.js", |
| 860 | "front_end/bindings/CompilerScriptMapping.js", |
| 861 | "front_end/bindings/BreakpointManager.js", |
| 862 | "front_end/bindings/BlackboxManager.js", |
| 863 | "front_end/workspace/workspace.js", |
| 864 | "front_end/workspace/WorkspaceImpl.js", |
| 865 | "front_end/workspace/UISourceCode.js", |
| 866 | "front_end/workspace/FileManager.js", |
| 867 | "front_end/services/services.js", |
| 868 | "front_end/services/ServiceManager.js", |
| 869 | "front_end/sdk/sdk.js", |
| 870 | "front_end/sdk/TracingModel.js", |
| 871 | "front_end/sdk/TracingManager.js", |
| 872 | "front_end/sdk/TargetManager.js", |
| 873 | "front_end/sdk/Target.js", |
| 874 | "front_end/sdk/SourceMapManager.js", |
| 875 | "front_end/sdk/SourceMap.js", |
| 876 | "front_end/sdk/ServiceWorkerManager.js", |
| 877 | "front_end/sdk/ServiceWorkerCacheModel.js", |
| 878 | "front_end/sdk/ServerTiming.js", |
| 879 | "front_end/sdk/SecurityOriginManager.js", |
| 880 | "front_end/sdk/SDKModel.js", |
| 881 | "front_end/sdk/Script.js", |
| 882 | "front_end/sdk/ScreenCaptureModel.js", |
| 883 | "front_end/sdk/RuntimeModel.js", |
| 884 | "front_end/sdk/ResourceTreeModel.js", |
| 885 | "front_end/sdk/Resource.js", |
| 886 | "front_end/sdk/RemoteObject.js", |
| 887 | "front_end/sdk/ProfileTreeModel.js", |
| 888 | "front_end/sdk/PerformanceMetricsModel.js", |
| 889 | "front_end/sdk/PaintProfiler.js", |
| 890 | "front_end/sdk/OverlayModel.js", |
| 891 | "front_end/sdk/NetworkRequest.js", |
| 892 | "front_end/sdk/NetworkManager.js", |
| 893 | "front_end/sdk/NetworkLog.js", |
| 894 | "front_end/sdk/LogModel.js", |
| 895 | "front_end/sdk/LayerTreeBase.js", |
| 896 | "front_end/sdk/IsolateManager.js", |
| 897 | "front_end/sdk/HeapProfilerModel.js", |
| 898 | "front_end/sdk/HARLog.js", |
| 899 | "front_end/sdk/FilmStripModel.js", |
| 900 | "front_end/sdk/EmulationModel.js", |
| 901 | "front_end/sdk/DOMModel.js", |
| 902 | "front_end/sdk/DOMDebuggerModel.js", |
| 903 | "front_end/sdk/DebuggerModel.js", |
| 904 | "front_end/sdk/CSSStyleSheetHeader.js", |
| 905 | "front_end/sdk/CSSStyleDeclaration.js", |
| 906 | "front_end/sdk/CSSRule.js", |
| 907 | "front_end/sdk/CSSProperty.js", |
| 908 | "front_end/sdk/CSSModel.js", |
| 909 | "front_end/sdk/CSSMetadata.js", |
| 910 | "front_end/sdk/CSSMedia.js", |
| 911 | "front_end/sdk/CSSMatchedStyles.js", |
| 912 | "front_end/sdk/CPUProfilerModel.js", |
| 913 | "front_end/sdk/CPUProfileDataModel.js", |
| 914 | "front_end/sdk/CookieParser.js", |
| 915 | "front_end/sdk/CookieModel.js", |
| 916 | "front_end/sdk/CompilerSourceMappingContentProvider.js", |
| 917 | "front_end/sdk/ConsoleModel.js", |
| 918 | "front_end/sdk/Connections.js", |
| 919 | "front_end/sdk/ChildTargetManager.js", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 920 | "front_end/sdk/wasm_source_map/pkg/wasm_source_map.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 921 | "front_end/protocol/protocol.js", |
| 922 | "front_end/protocol/NodeURL.js", |
| 923 | "front_end/protocol/InspectorBackend.js", |
| 924 | "front_end/host/host.js", |
| 925 | "front_end/host/UserMetrics.js", |
| 926 | "front_end/host/ResourceLoader.js", |
| 927 | "front_end/host/Platform.js", |
| 928 | "front_end/host/InspectorFrontendHost.js", |
| 929 | "front_end/host/InspectorFrontendHostAPI.js", |
| 930 | "front_end/dom_extension/DOMExtension.js", |
Tim van der Lippe | 647e33b | 2019-11-04 19:02:31 +0000 | [diff] [blame] | 931 | "front_end/dom_extension/dom_extension.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 932 | "front_end/root.js", |
| 933 | "front_end/Runtime.js", |
| 934 | "front_end/platform/utilities.js", |
Tim van der Lippe | 647e33b | 2019-11-04 19:02:31 +0000 | [diff] [blame] | 935 | "front_end/platform/platform.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 936 | "front_end/ui/ARIAUtils.js", |
| 937 | "front_end/ui/ZoomManager.js", |
| 938 | "front_end/ui/XWidget.js", |
| 939 | "front_end/ui/XLink.js", |
| 940 | "front_end/ui/XElement.js", |
| 941 | "front_end/ui/Widget.js", |
| 942 | "front_end/ui/View.js", |
| 943 | "front_end/ui/ViewManager.js", |
| 944 | "front_end/ui/UIUtils.js", |
| 945 | "front_end/ui/ui.js", |
| 946 | "front_end/ui/Treeoutline.js", |
| 947 | "front_end/ui/Tooltip.js", |
| 948 | "front_end/ui/Toolbar.js", |
| 949 | "front_end/ui/ThrottledWidget.js", |
| 950 | "front_end/ui/TextPrompt.js", |
| 951 | "front_end/ui/TextEditor.js", |
| 952 | "front_end/ui/TargetCrashedScreen.js", |
| 953 | "front_end/ui/TabbedPane.js", |
| 954 | "front_end/ui/SyntaxHighlighter.js", |
| 955 | "front_end/ui/SuggestBox.js", |
| 956 | "front_end/ui/SplitWidget.js", |
| 957 | "front_end/ui/SoftDropDown.js", |
| 958 | "front_end/ui/SoftContextMenu.js", |
| 959 | "front_end/ui/ShortcutsScreen.js", |
| 960 | "front_end/ui/ShortcutRegistry.js", |
| 961 | "front_end/ui/SettingsUI.js", |
| 962 | "front_end/ui/SegmentedButton.js", |
| 963 | "front_end/ui/SearchableView.js", |
| 964 | "front_end/ui/RootView.js", |
| 965 | "front_end/ui/ResizerWidget.js", |
| 966 | "front_end/ui/ReportView.js", |
| 967 | "front_end/ui/RemoteDebuggingTerminatedScreen.js", |
| 968 | "front_end/ui/ProgressIndicator.js", |
| 969 | "front_end/ui/PopoverHelper.js", |
| 970 | "front_end/ui/Panel.js", |
| 971 | "front_end/ui/ListWidget.js", |
| 972 | "front_end/ui/ListModel.js", |
| 973 | "front_end/ui/ListControl.js", |
| 974 | "front_end/ui/KeyboardShortcut.js", |
| 975 | "front_end/ui/InspectorView.js", |
| 976 | "front_end/ui/InplaceEditor.js", |
| 977 | "front_end/ui/Infobar.js", |
| 978 | "front_end/ui/Icon.js", |
| 979 | "front_end/ui/HistoryInput.js", |
| 980 | "front_end/ui/GlassPane.js", |
| 981 | "front_end/ui/Geometry.js", |
| 982 | "front_end/ui/Fragment.js", |
| 983 | "front_end/ui/ForwardedInputEventHandler.js", |
| 984 | "front_end/ui/FilterSuggestionBuilder.js", |
| 985 | "front_end/ui/FilterBar.js", |
| 986 | "front_end/ui/EmptyWidget.js", |
| 987 | "front_end/ui/DropTarget.js", |
| 988 | "front_end/ui/Dialog.js", |
| 989 | "front_end/ui/ContextMenu.js", |
| 990 | "front_end/ui/Context.js", |
| 991 | "front_end/ui/ARIAUtils.js", |
| 992 | "front_end/ui/ActionRegistry.js", |
| 993 | "front_end/ui/Action.js", |
| 994 | "front_end/ui/ActionDelegate.js", |
| 995 | "front_end/ui/ContextFlavorListener.js", |
| 996 | "front_end/root.js", |
| 997 | "front_end/common/common.js", |
Tim van der Lippe | b336f04 | 2019-11-07 15:54:25 +0000 | [diff] [blame] | 998 | "front_end/common/common-legacy.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 999 | "front_end/common/App.js", |
| 1000 | "front_end/common/AppProvider.js", |
| 1001 | "front_end/common/CharacterIdMap.js", |
| 1002 | "front_end/common/Color.js", |
| 1003 | "front_end/common/ContentProvider.js", |
| 1004 | "front_end/common/EventTarget.js", |
| 1005 | "front_end/common/JavaScriptMetaData.js", |
| 1006 | "front_end/common/Linkifier.js", |
| 1007 | "front_end/common/Object.js", |
| 1008 | "front_end/common/Console.js", |
| 1009 | "front_end/common/ParsedURL.js", |
| 1010 | "front_end/common/Progress.js", |
| 1011 | "front_end/common/QueryParamHandler.js", |
| 1012 | "front_end/common/ResourceType.js", |
| 1013 | "front_end/common/Revealer.js", |
| 1014 | "front_end/common/Runnable.js", |
| 1015 | "front_end/common/SegmentedRange.js", |
| 1016 | "front_end/common/Settings.js", |
| 1017 | "front_end/common/StaticContentProvider.js", |
| 1018 | "front_end/common/StringOutputStream.js", |
| 1019 | "front_end/common/TextDictionary.js", |
| 1020 | "front_end/common/Throttler.js", |
| 1021 | "front_end/common/Trie.js", |
| 1022 | "front_end/common/UIString.js", |
| 1023 | "front_end/common/Worker.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1024 | ] |
| 1025 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1026 | devtools_test_files = [ |
| 1027 | "//third_party/axe-core/axe.js", |
| 1028 | "front_end/accessibility_test_runner/AccessibilityPaneTestRunner.js", |
| 1029 | "front_end/accessibility_test_runner/module.json", |
| 1030 | "front_end/application_test_runner/AppcacheTestRunner.js", |
| 1031 | "front_end/application_test_runner/CacheStorageTestRunner.js", |
| 1032 | "front_end/application_test_runner/IndexedDBTestRunner.js", |
| 1033 | "front_end/application_test_runner/module.json", |
| 1034 | "front_end/application_test_runner/ResourcesTestRunner.js", |
| 1035 | "front_end/application_test_runner/ResourceTreeTestRunner.js", |
| 1036 | "front_end/application_test_runner/ServiceWorkersTestRunner.js", |
| 1037 | "front_end/audits_test_runner/AuditsTestRunner.js", |
| 1038 | "front_end/audits_test_runner/module.json", |
| 1039 | "front_end/axe_core_test_runner/AxeCoreTestRunner.js", |
| 1040 | "front_end/axe_core_test_runner/module.json", |
| 1041 | "front_end/bindings_test_runner/AutomappingTestRunner.js", |
| 1042 | "front_end/bindings_test_runner/BindingsTestRunner.js", |
| 1043 | "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js", |
| 1044 | "front_end/bindings_test_runner/module.json", |
| 1045 | "front_end/bindings_test_runner/OverridesTestRunner.js", |
| 1046 | "front_end/bindings_test_runner/PersistenceTestRunner.js", |
| 1047 | "front_end/console_test_runner/ConsoleTestRunner.js", |
| 1048 | "front_end/console_test_runner/module.json", |
| 1049 | "front_end/coverage_test_runner/CoverageTestRunner.js", |
| 1050 | "front_end/coverage_test_runner/module.json", |
| 1051 | "front_end/cpu_profiler_test_runner/module.json", |
| 1052 | "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js", |
| 1053 | "front_end/data_grid_test_runner/DataGridTestRunner.js", |
| 1054 | "front_end/data_grid_test_runner/module.json", |
| 1055 | "front_end/device_mode_test_runner/DeviceModeTestRunner.js", |
| 1056 | "front_end/device_mode_test_runner/module.json", |
| 1057 | "front_end/elements_test_runner/EditDOMTestRunner.js", |
| 1058 | "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js", |
| 1059 | "front_end/elements_test_runner/ElementsTestRunner.js", |
| 1060 | "front_end/elements_test_runner/module.json", |
| 1061 | "front_end/elements_test_runner/SetOuterHTMLTestRunner.js", |
| 1062 | "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js", |
| 1063 | "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js", |
| 1064 | "front_end/extensions_test_runner/ExtensionsTestRunner.js", |
| 1065 | "front_end/extensions_test_runner/module.json", |
| 1066 | "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js", |
| 1067 | "front_end/heap_profiler_test_runner/module.json", |
| 1068 | "front_end/integration_test_runner.html", |
| 1069 | "front_end/integration_test_runner.js", |
| 1070 | "front_end/integration_test_runner.json", |
| 1071 | "front_end/layers_test_runner/LayersTestRunner.js", |
| 1072 | "front_end/layers_test_runner/module.json", |
| 1073 | "front_end/network_test_runner/module.json", |
| 1074 | "front_end/network_test_runner/NetworkTestRunner.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1075 | "front_end/performance_test_runner/module.json", |
| 1076 | "front_end/performance_test_runner/TimelineDataTestRunner.js", |
| 1077 | "front_end/performance_test_runner/TimelineTestRunner.js", |
| 1078 | "front_end/sdk_test_runner/module.json", |
| 1079 | "front_end/sdk_test_runner/PageMockTestRunner.js", |
| 1080 | "front_end/security_test_runner/module.json", |
| 1081 | "front_end/security_test_runner/SecurityTestRunner.js", |
| 1082 | "front_end/sources_test_runner/AutocompleteTestRunner.js", |
| 1083 | "front_end/sources_test_runner/DebuggerTestRunner.js", |
| 1084 | "front_end/sources_test_runner/EditorTestRunner.js", |
| 1085 | "front_end/sources_test_runner/LiveEditTestRunner.js", |
| 1086 | "front_end/sources_test_runner/module.json", |
| 1087 | "front_end/sources_test_runner/SearchTestRunner.js", |
| 1088 | "front_end/sources_test_runner/SourcesTestRunner.js", |
| 1089 | "front_end/test_runner/module.json", |
| 1090 | "front_end/test_runner/TestRunner.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1091 | ] |
| 1092 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1093 | devtools_embedder_scripts = [ |
| 1094 | "front_end/devtools_compatibility.js", |
| 1095 | "front_end/Tests.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1096 | ] |
| 1097 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1098 | devtools_emulated_devices_images = [ |
| 1099 | "front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png", |
| 1100 | "front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png", |
| 1101 | "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.png", |
| 1102 | "front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.png", |
| 1103 | "front_end/emulated_devices/google-nexus-5-horizontal-navigation-1x.png", |
| 1104 | "front_end/emulated_devices/google-nexus-5-horizontal-navigation-2x.png", |
| 1105 | "front_end/emulated_devices/google-nexus-5-vertical-default-1x.png", |
| 1106 | "front_end/emulated_devices/google-nexus-5-vertical-default-2x.png", |
| 1107 | "front_end/emulated_devices/google-nexus-5-vertical-keyboard-1x.png", |
| 1108 | "front_end/emulated_devices/google-nexus-5-vertical-keyboard-2x.png", |
| 1109 | "front_end/emulated_devices/google-nexus-5-vertical-navigation-1x.png", |
| 1110 | "front_end/emulated_devices/google-nexus-5-vertical-navigation-2x.png", |
| 1111 | "front_end/emulated_devices/google-nexus-5x-horizontal-default-1x.png", |
| 1112 | "front_end/emulated_devices/google-nexus-5x-horizontal-default-2x.png", |
| 1113 | "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.png", |
| 1114 | "front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.png", |
| 1115 | "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x.png", |
| 1116 | "front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x.png", |
| 1117 | "front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png", |
| 1118 | "front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png", |
| 1119 | "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png", |
| 1120 | "front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png", |
| 1121 | "front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png", |
| 1122 | "front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png", |
| 1123 | "front_end/emulated_devices/iPad-landscape.svg", |
| 1124 | "front_end/emulated_devices/iPad-portrait.svg", |
| 1125 | "front_end/emulated_devices/iPhone5-landscape.svg", |
| 1126 | "front_end/emulated_devices/iPhone5-portrait.svg", |
| 1127 | "front_end/emulated_devices/iPhone6-landscape.svg", |
| 1128 | "front_end/emulated_devices/iPhone6-portrait.svg", |
| 1129 | "front_end/emulated_devices/iPhone6Plus-landscape.svg", |
| 1130 | "front_end/emulated_devices/iPhone6Plus-portrait.svg", |
| 1131 | "front_end/emulated_devices/Nexus5X-landscape.svg", |
| 1132 | "front_end/emulated_devices/Nexus5X-portrait.svg", |
| 1133 | "front_end/emulated_devices/Nexus6P-landscape.svg", |
| 1134 | "front_end/emulated_devices/Nexus6P-portrait.svg", |
| 1135 | ] |
| 1136 | |
| 1137 | devtools_image_files = [ |
| 1138 | "front_end/Images/accelerometer-back.svg", |
| 1139 | "front_end/Images/accelerometer-bottom.png", |
| 1140 | "front_end/Images/accelerometer-front.svg", |
| 1141 | "front_end/Images/accelerometer-left.png", |
| 1142 | "front_end/Images/accelerometer-right.png", |
| 1143 | "front_end/Images/accelerometer-top.png", |
| 1144 | "front_end/Images/audits_logo.svg", |
| 1145 | "front_end/Images/breakpoint.svg", |
| 1146 | "front_end/Images/breakpointConditional.svg", |
| 1147 | "front_end/Images/checkboxCheckmark.svg", |
| 1148 | "front_end/Images/checker.png", |
| 1149 | "front_end/Images/chevrons.svg", |
| 1150 | "front_end/Images/chromeDisabledSelect.png", |
| 1151 | "front_end/Images/chromeDisabledSelect_2x.png", |
| 1152 | "front_end/Images/chromeLeft.png", |
| 1153 | "front_end/Images/chromeMiddle.png", |
| 1154 | "front_end/Images/chromeRight.png", |
| 1155 | "front_end/Images/chromeSelect.png", |
| 1156 | "front_end/Images/chromeSelect_2x.png", |
Paul Lewis | b47c6e2 | 2019-11-07 11:58:50 +0000 | [diff] [blame] | 1157 | "front_end/Images/cssoverview_icons_2x.png", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1158 | "front_end/Images/errorWave.svg", |
| 1159 | "front_end/Images/ic_info_black_18dp.svg", |
| 1160 | "front_end/Images/ic_warning_black_18dp.svg", |
| 1161 | "front_end/Images/largeIcons.svg", |
| 1162 | "front_end/Images/mediumIcons.svg", |
| 1163 | "front_end/Images/navigationControls.png", |
| 1164 | "front_end/Images/navigationControls_2x.png", |
| 1165 | "front_end/Images/nodeIcon.png", |
| 1166 | "front_end/Images/popoverArrows.png", |
| 1167 | "front_end/Images/profileGroupIcon.png", |
| 1168 | "front_end/Images/profileIcon.png", |
| 1169 | "front_end/Images/profileSmallIcon.png", |
| 1170 | "front_end/Images/radioDot.png", |
| 1171 | "front_end/Images/resizeDiagonal.png", |
| 1172 | "front_end/Images/resizeDiagonal_2x.png", |
| 1173 | "front_end/Images/resizeHorizontal.png", |
| 1174 | "front_end/Images/resizeHorizontal_2x.png", |
| 1175 | "front_end/Images/resizeVertical.png", |
| 1176 | "front_end/Images/resizeVertical_2x.png", |
| 1177 | "front_end/Images/resourceCSSIcon.png", |
| 1178 | "front_end/Images/resourceDocumentIcon.png", |
| 1179 | "front_end/Images/resourceDocumentIconSmall.png", |
| 1180 | "front_end/Images/resourceJSIcon.png", |
| 1181 | "front_end/Images/resourcePlainIcon.png", |
| 1182 | "front_end/Images/resourcePlainIconSmall.png", |
| 1183 | "front_end/Images/resourcesTimeGraphIcon.png", |
| 1184 | "front_end/Images/searchNext.png", |
| 1185 | "front_end/Images/searchPrev.png", |
| 1186 | "front_end/Images/securityIcons.svg", |
| 1187 | "front_end/Images/speech.png", |
| 1188 | "front_end/Images/smallIcons.svg", |
| 1189 | "front_end/Images/toolbarResizerVertical.png", |
| 1190 | "front_end/Images/touchCursor.png", |
| 1191 | "front_end/Images/touchCursor_2x.png", |
| 1192 | "front_end/Images/treeoutlineTriangles.svg", |
| 1193 | "front_end/Images/whatsnew.png", |
| 1194 | ] |
| 1195 | |
| 1196 | resources_out_dir = "$root_out_dir/resources/inspector" |
| 1197 | |
| 1198 | generated_scripts = [ |
| 1199 | "$resources_out_dir/InspectorBackendCommands.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1200 | "$resources_out_dir/SupportedCSSProperties.js", |
| 1201 | ] |
| 1202 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1203 | generated_aria_properties = |
| 1204 | [ "$resources_out_dir/accessibility/ARIAProperties.js" ] |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1205 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1206 | application_templates = [ |
| 1207 | "front_end/devtools_app.html", |
| 1208 | "front_end/inspector.html", |
| 1209 | "front_end/integration_test_runner.html", |
| 1210 | "front_end/js_app.html", |
| 1211 | "front_end/ndb_app.html", |
| 1212 | "front_end/node_app.html", |
| 1213 | "front_end/toolbox.html", |
| 1214 | "front_end/worker_app.html", |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1215 | ] |
| 1216 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1217 | copied_devtools_modules = [ |
Tim van der Lippe | b88663f | 2019-11-07 15:53:21 +0000 | [diff] [blame] | 1218 | "$resources_out_dir/source_frame/source_frame.js", |
| 1219 | "$resources_out_dir/source_frame/XMLView.js", |
| 1220 | "$resources_out_dir/source_frame/SourcesTextEditor.js", |
| 1221 | "$resources_out_dir/source_frame/SourceFrame.js", |
| 1222 | "$resources_out_dir/source_frame/SourceCodeDiff.js", |
| 1223 | "$resources_out_dir/source_frame/ResourceSourceFrame.js", |
| 1224 | "$resources_out_dir/source_frame/PreviewFactory.js", |
| 1225 | "$resources_out_dir/source_frame/JSONView.js", |
| 1226 | "$resources_out_dir/source_frame/ImageView.js", |
| 1227 | "$resources_out_dir/source_frame/FontView.js", |
| 1228 | "$resources_out_dir/source_frame/BinaryResourceViewFactory.js", |
Tim van der Lippe | f798787 | 2019-11-09 19:35:43 +0000 | [diff] [blame] | 1229 | "$resources_out_dir/inline_editor/inline_editor.js", |
| 1230 | "$resources_out_dir/inline_editor/SwatchPopoverHelper.js", |
| 1231 | "$resources_out_dir/inline_editor/CSSShadowModel.js", |
| 1232 | "$resources_out_dir/inline_editor/CSSShadowEditor.js", |
| 1233 | "$resources_out_dir/inline_editor/ColorSwatch.js", |
| 1234 | "$resources_out_dir/inline_editor/BezierUI.js", |
| 1235 | "$resources_out_dir/inline_editor/BezierEditor.js", |
Tim van der Lippe | 6019650 | 2019-11-09 23:13:16 +0000 | [diff] [blame] | 1236 | "$resources_out_dir/diff/diff.js", |
| 1237 | "$resources_out_dir/diff/diff_match_patch.js", |
| 1238 | "$resources_out_dir/diff/DiffWrapper.js", |
Tim van der Lippe | 5368fbc | 2019-11-09 23:34:46 +0000 | [diff] [blame] | 1239 | "$resources_out_dir/formatter/formatter.js", |
| 1240 | "$resources_out_dir/formatter/ScriptFormatter.js", |
| 1241 | "$resources_out_dir/formatter/FormatterWorkerPool.js", |
Tim van der Lippe | 10706d4 | 2019-11-09 23:56:21 +0000 | [diff] [blame] | 1242 | "$resources_out_dir/color_picker/color_picker.js", |
| 1243 | "$resources_out_dir/color_picker/Spectrum.js", |
| 1244 | "$resources_out_dir/color_picker/ContrastOverlay.js", |
| 1245 | "$resources_out_dir/color_picker/ContrastInfo.js", |
| 1246 | "$resources_out_dir/color_picker/ContrastDetails.js", |
Tim van der Lippe | c404950 | 2019-11-10 00:46:40 +0000 | [diff] [blame] | 1247 | "$resources_out_dir/cm/cm.js", |
| 1248 | "$resources_out_dir/cm/active-line.js", |
| 1249 | "$resources_out_dir/cm/brace-fold.js", |
| 1250 | "$resources_out_dir/cm/closebrackets.js", |
| 1251 | "$resources_out_dir/cm/codemirror.js", |
| 1252 | "$resources_out_dir/cm/comment.js", |
| 1253 | "$resources_out_dir/cm/foldcode.js", |
| 1254 | "$resources_out_dir/cm/foldgutter.js", |
| 1255 | "$resources_out_dir/cm/mark-selection.js", |
| 1256 | "$resources_out_dir/cm/matchbrackets.js", |
| 1257 | "$resources_out_dir/cm/multiplex.js", |
| 1258 | "$resources_out_dir/cm/overlay.js", |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1259 | "$resources_out_dir/heap_snapshot_model/heap_snapshot_model.js", |
| 1260 | "$resources_out_dir/heap_snapshot_model/HeapSnapshotModel.js", |
| 1261 | "$resources_out_dir/heap_snapshot_worker/heap_snapshot_worker.js", |
| 1262 | "$resources_out_dir/heap_snapshot_worker/AllocationProfile.js", |
| 1263 | "$resources_out_dir/heap_snapshot_worker/HeapSnapshot.js", |
| 1264 | "$resources_out_dir/heap_snapshot_worker/HeapSnapshotLoader.js", |
| 1265 | "$resources_out_dir/heap_snapshot_worker/HeapSnapshotWorker.js", |
| 1266 | "$resources_out_dir/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", |
| 1267 | "$resources_out_dir/text_utils/text_utils.js", |
| 1268 | "$resources_out_dir/text_utils/TextUtils.js", |
| 1269 | "$resources_out_dir/text_utils/TextRange.js", |
| 1270 | "$resources_out_dir/text_utils/Text.js", |
| 1271 | "$resources_out_dir/cm_headless/cm_headless.js", |
| 1272 | "$resources_out_dir/cm_headless/headlesscodemirror.js", |
Paul Lewis | 3940ef2 | 2019-11-07 14:02:57 +0000 | [diff] [blame] | 1273 | "$resources_out_dir/data_grid/data_grid.js", |
| 1274 | "$resources_out_dir/data_grid/ViewportDataGrid.js", |
| 1275 | "$resources_out_dir/data_grid/SortableDataGrid.js", |
| 1276 | "$resources_out_dir/data_grid/ShowMoreDataGridNode.js", |
| 1277 | "$resources_out_dir/data_grid/DataGrid.js", |
Paul Lewis | f16142c | 2019-11-07 15:56:04 +0000 | [diff] [blame] | 1278 | "$resources_out_dir/accessibility/accessibility.js", |
| 1279 | "$resources_out_dir/accessibility/AccessibilityStrings.js", |
| 1280 | "$resources_out_dir/accessibility/AccessibilitySidebarView.js", |
| 1281 | "$resources_out_dir/accessibility/AccessibilityNodeView.js", |
| 1282 | "$resources_out_dir/accessibility/AccessibilityModel.js", |
| 1283 | "$resources_out_dir/accessibility/AXBreadcrumbsPane.js", |
| 1284 | "$resources_out_dir/accessibility/ARIAMetadata.js", |
| 1285 | "$resources_out_dir/accessibility/ARIAAttributesView.js", |
Tim van der Lippe | a4d448c | 2019-10-10 13:38:29 +0000 | [diff] [blame] | 1286 | "$resources_out_dir/console_counters/console_counters.js", |
| 1287 | "$resources_out_dir/console_counters/WarningErrorCounter.js", |
Tim van der Lippe | 226fc22 | 2019-10-10 12:17:12 +0000 | [diff] [blame] | 1288 | "$resources_out_dir/extensions/extensions.js", |
| 1289 | "$resources_out_dir/extensions/ExtensionAPI.js", |
| 1290 | "$resources_out_dir/extensions/ExtensionPanel.js", |
| 1291 | "$resources_out_dir/extensions/ExtensionServer.js", |
| 1292 | "$resources_out_dir/extensions/ExtensionTraceProvider.js", |
| 1293 | "$resources_out_dir/extensions/ExtensionView.js", |
Tim van der Lippe | fba61ef | 2019-10-09 16:31:48 +0000 | [diff] [blame] | 1294 | "$resources_out_dir/browser_sdk/browser_sdk.js", |
| 1295 | "$resources_out_dir/browser_sdk/LogManager.js", |
Tim van der Lippe | daf1627 | 2019-10-09 15:43:43 +0000 | [diff] [blame] | 1296 | "$resources_out_dir/persistence/persistence.js", |
| 1297 | "$resources_out_dir/persistence/WorkspaceSettingsTab.js", |
| 1298 | "$resources_out_dir/persistence/PlatformFileSystem.js", |
| 1299 | "$resources_out_dir/persistence/PersistenceUtils.js", |
| 1300 | "$resources_out_dir/persistence/PersistenceImpl.js", |
| 1301 | "$resources_out_dir/persistence/PersistenceActions.js", |
| 1302 | "$resources_out_dir/persistence/NetworkPersistenceManager.js", |
| 1303 | "$resources_out_dir/persistence/IsolatedFileSystemManager.js", |
| 1304 | "$resources_out_dir/persistence/IsolatedFileSystem.js", |
| 1305 | "$resources_out_dir/persistence/FileSystemWorkspaceBinding.js", |
| 1306 | "$resources_out_dir/persistence/EditFileSystemView.js", |
| 1307 | "$resources_out_dir/persistence/Automapping.js", |
Tim van der Lippe | 6db3920 | 2019-10-09 14:50:54 +0000 | [diff] [blame] | 1308 | "$resources_out_dir/components/components.js", |
| 1309 | "$resources_out_dir/components/TargetDetachedDialog.js", |
| 1310 | "$resources_out_dir/components/Reload.js", |
| 1311 | "$resources_out_dir/components/Linkifier.js", |
| 1312 | "$resources_out_dir/components/JSPresentationUtils.js", |
| 1313 | "$resources_out_dir/components/ImagePreview.js", |
| 1314 | "$resources_out_dir/components/DockController.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1315 | "$resources_out_dir/bindings/bindings.js", |
| 1316 | "$resources_out_dir/bindings/TempFile.js", |
| 1317 | "$resources_out_dir/bindings/StylesSourceMapping.js", |
| 1318 | "$resources_out_dir/bindings/SASSSourceMapping.js", |
| 1319 | "$resources_out_dir/bindings/ResourceUtils.js", |
| 1320 | "$resources_out_dir/bindings/ResourceScriptMapping.js", |
| 1321 | "$resources_out_dir/bindings/ResourceMapping.js", |
| 1322 | "$resources_out_dir/bindings/PresentationConsoleMessageHelper.js", |
| 1323 | "$resources_out_dir/bindings/NetworkProject.js", |
| 1324 | "$resources_out_dir/bindings/LiveLocation.js", |
| 1325 | "$resources_out_dir/bindings/FileUtils.js", |
| 1326 | "$resources_out_dir/bindings/DefaultScriptMapping.js", |
| 1327 | "$resources_out_dir/bindings/DebuggerWorkspaceBinding.js", |
| 1328 | "$resources_out_dir/bindings/CSSWorkspaceBinding.js", |
| 1329 | "$resources_out_dir/bindings/ContentProviderBasedProject.js", |
| 1330 | "$resources_out_dir/bindings/CompilerScriptMapping.js", |
| 1331 | "$resources_out_dir/bindings/BreakpointManager.js", |
| 1332 | "$resources_out_dir/bindings/BlackboxManager.js", |
| 1333 | "$resources_out_dir/workspace/workspace.js", |
| 1334 | "$resources_out_dir/workspace/WorkspaceImpl.js", |
| 1335 | "$resources_out_dir/workspace/UISourceCode.js", |
| 1336 | "$resources_out_dir/workspace/FileManager.js", |
| 1337 | "$resources_out_dir/services/services.js", |
| 1338 | "$resources_out_dir/services/ServiceManager.js", |
| 1339 | "$resources_out_dir/sdk/sdk.js", |
| 1340 | "$resources_out_dir/sdk/TracingModel.js", |
| 1341 | "$resources_out_dir/sdk/TracingManager.js", |
| 1342 | "$resources_out_dir/sdk/TargetManager.js", |
| 1343 | "$resources_out_dir/sdk/Target.js", |
| 1344 | "$resources_out_dir/sdk/SourceMapManager.js", |
| 1345 | "$resources_out_dir/sdk/SourceMap.js", |
| 1346 | "$resources_out_dir/sdk/ServiceWorkerManager.js", |
| 1347 | "$resources_out_dir/sdk/ServiceWorkerCacheModel.js", |
| 1348 | "$resources_out_dir/sdk/ServerTiming.js", |
| 1349 | "$resources_out_dir/sdk/SecurityOriginManager.js", |
| 1350 | "$resources_out_dir/sdk/SDKModel.js", |
| 1351 | "$resources_out_dir/sdk/Script.js", |
| 1352 | "$resources_out_dir/sdk/ScreenCaptureModel.js", |
| 1353 | "$resources_out_dir/sdk/RuntimeModel.js", |
| 1354 | "$resources_out_dir/sdk/ResourceTreeModel.js", |
| 1355 | "$resources_out_dir/sdk/Resource.js", |
| 1356 | "$resources_out_dir/sdk/RemoteObject.js", |
| 1357 | "$resources_out_dir/sdk/ProfileTreeModel.js", |
| 1358 | "$resources_out_dir/sdk/PerformanceMetricsModel.js", |
| 1359 | "$resources_out_dir/sdk/PaintProfiler.js", |
| 1360 | "$resources_out_dir/sdk/OverlayModel.js", |
| 1361 | "$resources_out_dir/sdk/NetworkRequest.js", |
| 1362 | "$resources_out_dir/sdk/NetworkManager.js", |
| 1363 | "$resources_out_dir/sdk/NetworkLog.js", |
| 1364 | "$resources_out_dir/sdk/LogModel.js", |
| 1365 | "$resources_out_dir/sdk/LayerTreeBase.js", |
| 1366 | "$resources_out_dir/sdk/IsolateManager.js", |
| 1367 | "$resources_out_dir/sdk/HeapProfilerModel.js", |
| 1368 | "$resources_out_dir/sdk/HARLog.js", |
| 1369 | "$resources_out_dir/sdk/FilmStripModel.js", |
| 1370 | "$resources_out_dir/sdk/EmulationModel.js", |
| 1371 | "$resources_out_dir/sdk/DOMModel.js", |
| 1372 | "$resources_out_dir/sdk/DOMDebuggerModel.js", |
| 1373 | "$resources_out_dir/sdk/DebuggerModel.js", |
| 1374 | "$resources_out_dir/sdk/CSSStyleSheetHeader.js", |
| 1375 | "$resources_out_dir/sdk/CSSStyleDeclaration.js", |
| 1376 | "$resources_out_dir/sdk/CSSRule.js", |
| 1377 | "$resources_out_dir/sdk/CSSProperty.js", |
| 1378 | "$resources_out_dir/sdk/CSSModel.js", |
| 1379 | "$resources_out_dir/sdk/CSSMetadata.js", |
| 1380 | "$resources_out_dir/sdk/CSSMedia.js", |
| 1381 | "$resources_out_dir/sdk/CSSMatchedStyles.js", |
| 1382 | "$resources_out_dir/sdk/CPUProfilerModel.js", |
| 1383 | "$resources_out_dir/sdk/CPUProfileDataModel.js", |
| 1384 | "$resources_out_dir/sdk/CookieParser.js", |
| 1385 | "$resources_out_dir/sdk/CookieModel.js", |
| 1386 | "$resources_out_dir/sdk/CompilerSourceMappingContentProvider.js", |
| 1387 | "$resources_out_dir/sdk/ConsoleModel.js", |
| 1388 | "$resources_out_dir/sdk/Connections.js", |
| 1389 | "$resources_out_dir/sdk/ChildTargetManager.js", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1390 | "$resources_out_dir/sdk/wasm_source_map/pkg/wasm_source_map.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1391 | "$resources_out_dir/protocol/protocol.js", |
| 1392 | "$resources_out_dir/protocol/NodeURL.js", |
| 1393 | "$resources_out_dir/protocol/InspectorBackend.js", |
| 1394 | "$resources_out_dir/host/host.js", |
| 1395 | "$resources_out_dir/host/UserMetrics.js", |
| 1396 | "$resources_out_dir/host/ResourceLoader.js", |
| 1397 | "$resources_out_dir/host/Platform.js", |
| 1398 | "$resources_out_dir/host/InspectorFrontendHost.js", |
| 1399 | "$resources_out_dir/host/InspectorFrontendHostAPI.js", |
| 1400 | "$resources_out_dir/dom_extension/DOMExtension.js", |
Tim van der Lippe | 647e33b | 2019-11-04 19:02:31 +0000 | [diff] [blame] | 1401 | "$resources_out_dir/dom_extension/dom_extension.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1402 | "$resources_out_dir/root.js", |
| 1403 | "$resources_out_dir/Runtime.js", |
| 1404 | "$resources_out_dir/platform/utilities.js", |
Tim van der Lippe | 647e33b | 2019-11-04 19:02:31 +0000 | [diff] [blame] | 1405 | "$resources_out_dir/platform/platform.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1406 | "$resources_out_dir/ui/ui.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1407 | "$resources_out_dir/ui/ZoomManager.js", |
| 1408 | "$resources_out_dir/ui/XWidget.js", |
| 1409 | "$resources_out_dir/ui/XLink.js", |
| 1410 | "$resources_out_dir/ui/XElement.js", |
| 1411 | "$resources_out_dir/ui/Widget.js", |
| 1412 | "$resources_out_dir/ui/View.js", |
| 1413 | "$resources_out_dir/ui/ViewManager.js", |
| 1414 | "$resources_out_dir/ui/UIUtils.js", |
| 1415 | "$resources_out_dir/ui/Treeoutline.js", |
| 1416 | "$resources_out_dir/ui/Tooltip.js", |
| 1417 | "$resources_out_dir/ui/Toolbar.js", |
| 1418 | "$resources_out_dir/ui/ThrottledWidget.js", |
| 1419 | "$resources_out_dir/ui/TextPrompt.js", |
| 1420 | "$resources_out_dir/ui/TextEditor.js", |
| 1421 | "$resources_out_dir/ui/TargetCrashedScreen.js", |
| 1422 | "$resources_out_dir/ui/TabbedPane.js", |
| 1423 | "$resources_out_dir/ui/SyntaxHighlighter.js", |
| 1424 | "$resources_out_dir/ui/SuggestBox.js", |
| 1425 | "$resources_out_dir/ui/SplitWidget.js", |
| 1426 | "$resources_out_dir/ui/SoftDropDown.js", |
| 1427 | "$resources_out_dir/ui/SoftContextMenu.js", |
| 1428 | "$resources_out_dir/ui/ShortcutsScreen.js", |
| 1429 | "$resources_out_dir/ui/ShortcutRegistry.js", |
| 1430 | "$resources_out_dir/ui/SettingsUI.js", |
| 1431 | "$resources_out_dir/ui/SegmentedButton.js", |
| 1432 | "$resources_out_dir/ui/SearchableView.js", |
| 1433 | "$resources_out_dir/ui/RootView.js", |
| 1434 | "$resources_out_dir/ui/ResizerWidget.js", |
| 1435 | "$resources_out_dir/ui/ReportView.js", |
| 1436 | "$resources_out_dir/ui/RemoteDebuggingTerminatedScreen.js", |
| 1437 | "$resources_out_dir/ui/ProgressIndicator.js", |
| 1438 | "$resources_out_dir/ui/PopoverHelper.js", |
| 1439 | "$resources_out_dir/ui/Panel.js", |
| 1440 | "$resources_out_dir/ui/ListWidget.js", |
| 1441 | "$resources_out_dir/ui/ListModel.js", |
| 1442 | "$resources_out_dir/ui/ListControl.js", |
| 1443 | "$resources_out_dir/ui/KeyboardShortcut.js", |
| 1444 | "$resources_out_dir/ui/InspectorView.js", |
| 1445 | "$resources_out_dir/ui/InplaceEditor.js", |
| 1446 | "$resources_out_dir/ui/Infobar.js", |
| 1447 | "$resources_out_dir/ui/Icon.js", |
| 1448 | "$resources_out_dir/ui/HistoryInput.js", |
| 1449 | "$resources_out_dir/ui/GlassPane.js", |
| 1450 | "$resources_out_dir/ui/Geometry.js", |
| 1451 | "$resources_out_dir/ui/Fragment.js", |
| 1452 | "$resources_out_dir/ui/ForwardedInputEventHandler.js", |
| 1453 | "$resources_out_dir/ui/FilterSuggestionBuilder.js", |
| 1454 | "$resources_out_dir/ui/FilterBar.js", |
| 1455 | "$resources_out_dir/ui/EmptyWidget.js", |
| 1456 | "$resources_out_dir/ui/DropTarget.js", |
| 1457 | "$resources_out_dir/ui/Dialog.js", |
| 1458 | "$resources_out_dir/ui/ContextMenu.js", |
| 1459 | "$resources_out_dir/ui/Context.js", |
| 1460 | "$resources_out_dir/ui/ARIAUtils.js", |
| 1461 | "$resources_out_dir/ui/ActionRegistry.js", |
| 1462 | "$resources_out_dir/ui/Action.js", |
| 1463 | "$resources_out_dir/ui/ActionDelegate.js", |
| 1464 | "$resources_out_dir/ui/ContextFlavorListener.js", |
Tim van der Lippe | b336f04 | 2019-11-07 15:54:25 +0000 | [diff] [blame] | 1465 | "$resources_out_dir/common/common.js", |
| 1466 | "$resources_out_dir/common/common-legacy.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1467 | "$resources_out_dir/common/App.js", |
| 1468 | "$resources_out_dir/common/AppProvider.js", |
| 1469 | "$resources_out_dir/common/CharacterIdMap.js", |
| 1470 | "$resources_out_dir/common/Color.js", |
| 1471 | "$resources_out_dir/common/ContentProvider.js", |
| 1472 | "$resources_out_dir/common/EventTarget.js", |
| 1473 | "$resources_out_dir/common/JavaScriptMetaData.js", |
| 1474 | "$resources_out_dir/common/Linkifier.js", |
| 1475 | "$resources_out_dir/common/Object.js", |
| 1476 | "$resources_out_dir/common/Console.js", |
| 1477 | "$resources_out_dir/common/ParsedURL.js", |
| 1478 | "$resources_out_dir/common/Progress.js", |
| 1479 | "$resources_out_dir/common/QueryParamHandler.js", |
| 1480 | "$resources_out_dir/common/ResourceType.js", |
| 1481 | "$resources_out_dir/common/Revealer.js", |
| 1482 | "$resources_out_dir/common/Runnable.js", |
| 1483 | "$resources_out_dir/common/SegmentedRange.js", |
| 1484 | "$resources_out_dir/common/Settings.js", |
| 1485 | "$resources_out_dir/common/StaticContentProvider.js", |
| 1486 | "$resources_out_dir/common/StringOutputStream.js", |
| 1487 | "$resources_out_dir/common/TextDictionary.js", |
| 1488 | "$resources_out_dir/common/Throttler.js", |
| 1489 | "$resources_out_dir/common/Trie.js", |
| 1490 | "$resources_out_dir/common/UIString.js", |
| 1491 | "$resources_out_dir/common/Worker.js", |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1492 | ] |
| 1493 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1494 | generated_applications = [ |
| 1495 | "$resources_out_dir/audits_worker.js", |
| 1496 | "$resources_out_dir/devtools_app.html", |
| 1497 | "$resources_out_dir/devtools_app.js", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1498 | "$resources_out_dir/inspector.html", |
| 1499 | "$resources_out_dir/inspector.js", |
| 1500 | "$resources_out_dir/js_app.html", |
| 1501 | "$resources_out_dir/js_app.js", |
| 1502 | "$resources_out_dir/node_app.html", |
| 1503 | "$resources_out_dir/node_app.js", |
| 1504 | "$resources_out_dir/shell.js", |
| 1505 | "$resources_out_dir/toolbox.html", |
| 1506 | "$resources_out_dir/toolbox.js", |
| 1507 | "$resources_out_dir/worker_app.html", |
| 1508 | "$resources_out_dir/worker_app.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1509 | ] |
| 1510 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1511 | generated_non_autostart_non_remote_modules = [ |
| 1512 | "$resources_out_dir/animation/animation_module.js", |
| 1513 | "$resources_out_dir/audits/audits_module.js", |
| 1514 | "$resources_out_dir/browser_debugger/browser_debugger_module.js", |
| 1515 | "$resources_out_dir/changes/changes_module.js", |
| 1516 | "$resources_out_dir/protocol_monitor/protocol_monitor_module.js", |
| 1517 | "$resources_out_dir/css_overview/css_overview_module.js", |
| 1518 | "$resources_out_dir/cm/cm_module.js", |
| 1519 | "$resources_out_dir/color_picker/color_picker_module.js", |
| 1520 | "$resources_out_dir/console/console_module.js", |
| 1521 | "$resources_out_dir/cookie_table/cookie_table_module.js", |
| 1522 | "$resources_out_dir/coverage/coverage_module.js", |
| 1523 | "$resources_out_dir/data_grid/data_grid_module.js", |
| 1524 | "$resources_out_dir/devices/devices_module.js", |
| 1525 | "$resources_out_dir/diff/diff_module.js", |
| 1526 | "$resources_out_dir/elements/elements_module.js", |
| 1527 | "$resources_out_dir/event_listeners/event_listeners_module.js", |
| 1528 | "$resources_out_dir/formatter/formatter_module.js", |
| 1529 | "$resources_out_dir/har_importer/har_importer_module.js", |
| 1530 | "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", |
| 1531 | "$resources_out_dir/help/help_module.js", |
| 1532 | "$resources_out_dir/inline_editor/inline_editor_module.js", |
| 1533 | "$resources_out_dir/javascript_metadata/javascript_metadata_module.js", |
| 1534 | "$resources_out_dir/js_profiler/js_profiler_module.js", |
| 1535 | "$resources_out_dir/layer_viewer/layer_viewer_module.js", |
| 1536 | "$resources_out_dir/layers/layers_module.js", |
| 1537 | "$resources_out_dir/media/media_module.js", |
| 1538 | "$resources_out_dir/network/network_module.js", |
| 1539 | "$resources_out_dir/node_debugger/node_debugger_module.js", |
| 1540 | "$resources_out_dir/object_ui/object_ui_module.js", |
| 1541 | "$resources_out_dir/perf_ui/perf_ui_module.js", |
| 1542 | "$resources_out_dir/performance_monitor/performance_monitor_module.js", |
| 1543 | "$resources_out_dir/profiler/profiler_module.js", |
| 1544 | "$resources_out_dir/quick_open/quick_open_module.js", |
| 1545 | "$resources_out_dir/resources/resources_module.js", |
| 1546 | "$resources_out_dir/search/search_module.js", |
| 1547 | "$resources_out_dir/security/security_module.js", |
| 1548 | "$resources_out_dir/settings/settings_module.js", |
| 1549 | "$resources_out_dir/snippets/snippets_module.js", |
| 1550 | "$resources_out_dir/source_frame/source_frame_module.js", |
| 1551 | "$resources_out_dir/sources/sources_module.js", |
| 1552 | "$resources_out_dir/text_editor/text_editor_module.js", |
| 1553 | "$resources_out_dir/timeline_model/timeline_model_module.js", |
| 1554 | "$resources_out_dir/timeline/timeline_module.js", |
| 1555 | "$resources_out_dir/web_audio/web_audio_module.js", |
| 1556 | "$resources_out_dir/workspace_diff/workspace_diff_module.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1557 | ] |
| 1558 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1559 | generated_remote_modules = [ |
| 1560 | "$resources_out_dir/accessibility/accessibility_module.js", |
| 1561 | "$resources_out_dir/audits_worker/audits_worker_module.js", |
| 1562 | "$resources_out_dir/cm_modes/cm_modes_module.js", |
| 1563 | "$resources_out_dir/dagre_layout/dagre_layout_module.js", |
| 1564 | "$resources_out_dir/emulated_devices/emulated_devices_module.js", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1565 | ] |
| 1566 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1567 | generated_test_modules = [ |
| 1568 | "$resources_out_dir/accessibility_test_runner/accessibility_test_runner_module.js", |
| 1569 | "$resources_out_dir/application_test_runner/application_test_runner_module.js", |
| 1570 | "$resources_out_dir/audits_test_runner/audits_test_runner_module.js", |
| 1571 | "$resources_out_dir/axe_core_test_runner/axe_core_test_runner_module.js", |
| 1572 | "$resources_out_dir/bindings_test_runner/bindings_test_runner_module.js", |
| 1573 | "$resources_out_dir/console_test_runner/console_test_runner_module.js", |
| 1574 | "$resources_out_dir/coverage_test_runner/coverage_test_runner_module.js", |
| 1575 | "$resources_out_dir/cpu_profiler_test_runner/cpu_profiler_test_runner_module.js", |
| 1576 | "$resources_out_dir/data_grid_test_runner/data_grid_test_runner_module.js", |
| 1577 | "$resources_out_dir/device_mode_test_runner/device_mode_test_runner_module.js", |
| 1578 | "$resources_out_dir/elements_test_runner/elements_test_runner_module.js", |
| 1579 | "$resources_out_dir/extensions_test_runner/extensions_test_runner_module.js", |
| 1580 | "$resources_out_dir/heap_profiler_test_runner/heap_profiler_test_runner_module.js", |
| 1581 | "$resources_out_dir/heap_snapshot_worker/heap_snapshot_worker_module.js", |
| 1582 | "$resources_out_dir/integration_test_runner.html", |
| 1583 | "$resources_out_dir/integration_test_runner.js", |
| 1584 | "$resources_out_dir/layers_test_runner/layers_test_runner_module.js", |
| 1585 | "$resources_out_dir/network_test_runner/network_test_runner_module.js", |
| 1586 | "$resources_out_dir/performance_test_runner/performance_test_runner_module.js", |
| 1587 | "$resources_out_dir/sdk_test_runner/sdk_test_runner_module.js", |
| 1588 | "$resources_out_dir/security_test_runner/security_test_runner_module.js", |
| 1589 | "$resources_out_dir/sources_test_runner/sources_test_runner_module.js", |
Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 +0000 | [diff] [blame] | 1590 | ] |
| 1591 | |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1592 | generated_worker_bundles = [ |
| 1593 | "$resources_out_dir/formatter_worker.js", |
| 1594 | "$resources_out_dir/heap_snapshot_worker.js", |
| 1595 | ] |
| 1596 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1597 | devtools_applications = [ |
| 1598 | "audits_worker", |
| 1599 | "devtools_app", |
| 1600 | "formatter_worker", |
| 1601 | "heap_snapshot_worker", |
| 1602 | "inspector", |
| 1603 | "integration_test_runner", |
| 1604 | "js_app", |
| 1605 | "ndb_app", |
| 1606 | "node_app", |
| 1607 | "shell", |
| 1608 | "toolbox", |
| 1609 | "worker_app", |
| 1610 | ] |
Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 +0000 | [diff] [blame] | 1611 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1612 | #------------------------------------------------------------------------------- |
Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 +0000 | [diff] [blame] | 1613 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1614 | group("devtools_all_files") { |
| 1615 | data = all_devtools_files + all_devtools_modules |
Michael Achenbach | 1473de8 | 2019-10-22 11:32:47 +0200 | [diff] [blame] | 1616 | data += [ |
| 1617 | # This enalbes us to test bots with whitespace changes. |
| 1618 | "scripts/whitespaces.txt", |
| 1619 | ] |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1620 | deps = [ |
| 1621 | ":devtools_frontend_resources_data", |
Tim van der Lippe | 118843d | 2019-07-26 18:38:51 +0000 | [diff] [blame] | 1622 | ] |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1623 | } |
| 1624 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1625 | devtools_frontend_resources_deps = [ |
| 1626 | ":aria_properties", |
| 1627 | ":build_release_devtools", |
| 1628 | ":copy_embedder_scripts", |
| 1629 | ":copy_emulated_devices_images", |
| 1630 | ":copy_htaccess", |
| 1631 | ":copy_inspector_images", |
| 1632 | ":copy_lighthouse_locale_files", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1633 | ":copy_wasm_deps", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1634 | ":devtools_extension_api", |
| 1635 | ":frontend_protocol_sources", |
| 1636 | ":supported_css_properties", |
| 1637 | ":copy_devtools_modules", |
| 1638 | ] |
| 1639 | |
| 1640 | if (debug_devtools) { |
| 1641 | devtools_frontend_resources_deps += [ |
Tim van der Lippe | 118843d | 2019-07-26 18:38:51 +0000 | [diff] [blame] | 1642 | ":build_debug_devtools", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1643 | ":copy_aria_properties", |
| 1644 | ":copy_generated_scripts", |
| 1645 | ] |
| 1646 | } |
| 1647 | |
| 1648 | group("devtools_frontend_resources") { |
| 1649 | public_deps = devtools_frontend_resources_deps |
| 1650 | } |
| 1651 | |
| 1652 | # Do not use this unless you need unpacked devtools at runtime. |
| 1653 | group("devtools_frontend_resources_data") { |
| 1654 | data_deps = devtools_frontend_resources_deps |
| 1655 | } |
| 1656 | |
| 1657 | copy("copy_embedder_scripts") { |
| 1658 | sources = devtools_embedder_scripts |
| 1659 | outputs = [ |
| 1660 | "$resources_out_dir/{{source_file_part}}", |
| 1661 | ] |
| 1662 | } |
| 1663 | |
| 1664 | copy("copy_htaccess") { |
| 1665 | sources = [ |
| 1666 | "htaccess", |
| 1667 | ] |
| 1668 | outputs = [ |
| 1669 | "$resources_out_dir/.htaccess", |
| 1670 | ] |
| 1671 | } |
| 1672 | |
| 1673 | copy("copy_inspector_images") { |
| 1674 | sources = devtools_image_files |
| 1675 | outputs = [ |
| 1676 | "$resources_out_dir/Images/{{source_file_part}}", |
| 1677 | ] |
| 1678 | } |
| 1679 | |
| 1680 | copy("copy_emulated_devices_images") { |
| 1681 | sources = devtools_emulated_devices_images |
| 1682 | outputs = [ |
| 1683 | "$resources_out_dir/emulated_devices/{{source_file_part}}", |
| 1684 | ] |
| 1685 | } |
| 1686 | |
| 1687 | copy("copy_lighthouse_locale_files") { |
| 1688 | sources = lighthouse_locale_files |
| 1689 | outputs = [ |
| 1690 | "$resources_out_dir/audits_worker/lighthouse/locales/{{source_file_part}}", |
| 1691 | ] |
| 1692 | } |
| 1693 | |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1694 | copy("copy_wasm_deps") { |
| 1695 | sources = [ |
Tim van der Lippe | 162e00b | 2019-11-04 15:22:32 +0100 | [diff] [blame] | 1696 | "front_end/sdk/wasm_source_map/pkg/wasm_source_map_bg.wasm", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1697 | ] |
| 1698 | outputs = [ |
Tim van der Lippe | 162e00b | 2019-11-04 15:22:32 +0100 | [diff] [blame] | 1699 | "$resources_out_dir/sdk/wasm_source_map/pkg/wasm_source_map_bg.wasm", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1700 | ] |
| 1701 | } |
| 1702 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1703 | action("generate_devtools_grd") { |
| 1704 | script = "scripts/build/generate_devtools_grd.py" |
| 1705 | |
| 1706 | deps = [ |
| 1707 | ":devtools_frontend_resources", |
| 1708 | ] |
| 1709 | |
| 1710 | grd_files = |
| 1711 | copied_devtools_modules + generated_applications + |
| 1712 | generated_non_autostart_non_remote_modules + devtools_embedder_scripts + |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1713 | generated_scripts + generated_worker_bundles + |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1714 | [ |
| 1715 | "$resources_out_dir/devtools_extension_api.js", |
Ingvar Stepanyan | 1a8762b | 2019-10-29 18:24:39 +0000 | [diff] [blame] | 1716 | "$resources_out_dir/sdk/wasm_source_map/pkg/wasm_source_map_bg.wasm", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1717 | ] |
| 1718 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1719 | inputs = grd_files + devtools_image_files |
| 1720 | outfile = "$root_gen_dir/devtools/devtools_resources.grd" |
| 1721 | outputs = [ |
| 1722 | outfile, |
| 1723 | ] |
| 1724 | |
| 1725 | relative_path_dirs = [ |
| 1726 | resources_out_dir, |
| 1727 | "front_end", |
| 1728 | ] |
| 1729 | |
| 1730 | args = rebase_path(grd_files, root_build_dir) + [ "--relative_path_dirs" ] + |
| 1731 | rebase_path(relative_path_dirs, root_build_dir) + |
| 1732 | [ |
| 1733 | "--images", |
| 1734 | rebase_path("front_end/Images", root_build_dir), |
| 1735 | "--output", |
| 1736 | rebase_path(outfile, root_build_dir), |
| 1737 | ] |
| 1738 | } |
| 1739 | |
| 1740 | action("devtools_extension_api") { |
| 1741 | script = "scripts/build/generate_devtools_extension_api.py" |
| 1742 | |
| 1743 | devtools_extension_api_files = [ "front_end/extensions/ExtensionAPI.js" ] |
| 1744 | inputs = devtools_extension_api_files |
| 1745 | outputs = [ |
| 1746 | "$resources_out_dir/devtools_extension_api.js", |
| 1747 | ] |
| 1748 | |
| 1749 | args = rebase_path(outputs, root_build_dir) + |
| 1750 | rebase_path(devtools_extension_api_files, root_build_dir) |
| 1751 | } |
| 1752 | |
| 1753 | action("supported_css_properties") { |
| 1754 | script = "scripts/build/generate_supported_css.py" |
| 1755 | |
| 1756 | inputs = [ |
| 1757 | "//third_party/blink/renderer/core/css/css_properties.json5", |
| 1758 | ] |
| 1759 | |
| 1760 | outputs = [ |
| 1761 | "$resources_out_dir/SupportedCSSProperties.js", |
| 1762 | ] |
| 1763 | |
| 1764 | args = rebase_path(inputs, root_build_dir) + |
| 1765 | rebase_path(outputs, root_build_dir) |
| 1766 | } |
| 1767 | |
| 1768 | action("aria_properties") { |
| 1769 | script = "scripts/build/generate_aria.py" |
| 1770 | |
| 1771 | inputs = [ |
| 1772 | "//third_party/blink/renderer/core/html/aria_properties.json5", |
| 1773 | ] |
| 1774 | |
| 1775 | outputs = [ |
| 1776 | "$resources_out_dir/accessibility/ARIAProperties.js", |
| 1777 | ] |
| 1778 | |
| 1779 | args = rebase_path(inputs, root_build_dir) + |
| 1780 | rebase_path(outputs, root_build_dir) |
| 1781 | } |
| 1782 | |
| 1783 | action("frontend_protocol_sources") { |
| 1784 | script = "scripts/build/code_generator_frontend.py" |
| 1785 | deps = [ |
| 1786 | "//third_party/blink/renderer/core/inspector:protocol_version", |
| 1787 | ] |
| 1788 | inputs = [ |
| 1789 | "$blink_core_output_dir/inspector/protocol.json", |
| 1790 | ] |
| 1791 | outputs = [ |
| 1792 | "$resources_out_dir/InspectorBackendCommands.js", |
| 1793 | ] |
| 1794 | |
| 1795 | args = rebase_path(inputs, root_build_dir) + [ |
| 1796 | "--output_js_dir", |
| 1797 | rebase_path(resources_out_dir, root_build_dir), |
| 1798 | ] |
| 1799 | } |
| 1800 | |
| 1801 | action("build_release_devtools") { |
| 1802 | script = "scripts/build/build_release_applications.py" |
| 1803 | |
| 1804 | deps = [ |
| 1805 | ":aria_properties", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1806 | ":frontend_protocol_sources", |
| 1807 | ":supported_css_properties", |
| 1808 | ] |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1809 | |
| 1810 | helper_scripts = [ |
| 1811 | "scripts/build/modular_build.py", |
| 1812 | "scripts/build/rjsmin.py", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1813 | ] |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1814 | |
| 1815 | inputs = |
| 1816 | helper_scripts + all_devtools_files + devtools_test_files + |
Tim van der Lippe | 162e00b | 2019-11-04 15:22:32 +0100 | [diff] [blame] | 1817 | generated_scripts + generated_aria_properties + application_templates + |
| 1818 | # In `build_release_applications` we sometimes include |
| 1819 | # the content of Runtime.js into the build output. |
| 1820 | [ "front_end/Runtime.js" ] |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1821 | outputs = |
| 1822 | generated_applications + generated_non_autostart_non_remote_modules + |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1823 | generated_remote_modules + generated_test_modules + |
| 1824 | generated_worker_bundles |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1825 | |
| 1826 | args = devtools_applications + [ |
| 1827 | "--input_path", |
| 1828 | rebase_path("front_end", root_build_dir), |
| 1829 | "--output_path", |
| 1830 | rebase_path(resources_out_dir, root_build_dir), |
| 1831 | ] |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1832 | } |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1833 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1834 | action("copy_devtools_modules") { |
| 1835 | script = "scripts/build/copy_devtools_modules.py" |
| 1836 | |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1837 | deps = [ |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1838 | ":build_release_devtools", |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1839 | ] |
| 1840 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1841 | inputs = all_devtools_modules |
| 1842 | outputs = copied_devtools_modules |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1843 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1844 | args = all_devtools_modules + [ |
| 1845 | "--input_path", |
| 1846 | rebase_path(".", root_build_dir), |
| 1847 | "--output_path", |
| 1848 | rebase_path(resources_out_dir, root_build_dir), |
| 1849 | ] |
Alice Boxhall | 4100355 | 2018-05-21 03:33:56 +0000 | [diff] [blame] | 1850 | } |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1851 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1852 | if (debug_devtools) { |
| 1853 | resources_out_debug_dir = "$root_out_dir/resources/inspector/debug" |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1854 | |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1855 | action("build_debug_devtools") { |
| 1856 | script = "scripts/build/build_debug_applications.py" |
| 1857 | |
| 1858 | inputs = all_devtools_files + application_templates |
| 1859 | outputs = [ |
| 1860 | "$resources_out_debug_dir/devtools_app.html", |
| 1861 | "$resources_out_debug_dir/inspector.html", |
| 1862 | "$resources_out_debug_dir/integration_test_runner.html", |
| 1863 | "$resources_out_debug_dir/js_app.html", |
| 1864 | "$resources_out_debug_dir/ndb_app.html", |
| 1865 | "$resources_out_debug_dir/node_app.html", |
| 1866 | "$resources_out_debug_dir/toolbox.html", |
| 1867 | "$resources_out_debug_dir/worker_app.html", |
| 1868 | ] |
| 1869 | |
| 1870 | args = [ |
| 1871 | "--input_path", |
| 1872 | rebase_path("front_end", root_build_dir), |
| 1873 | "--output_path", |
| 1874 | rebase_path(resources_out_debug_dir, root_build_dir), |
| 1875 | ] |
| 1876 | } |
| 1877 | |
| 1878 | copy("copy_generated_scripts") { |
| 1879 | deps = [ |
| 1880 | ":build_debug_devtools", |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1881 | ":build_release_devtools", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1882 | ":frontend_protocol_sources", |
| 1883 | ":supported_css_properties", |
| 1884 | ] |
Tim van der Lippe | fd90361 | 2019-11-07 11:29:06 +0000 | [diff] [blame] | 1885 | sources = generated_scripts + generated_worker_bundles |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1886 | outputs = [ |
| 1887 | "$resources_out_debug_dir/{{source_file_part}}", |
| 1888 | ] |
| 1889 | } |
| 1890 | |
| 1891 | copy("copy_aria_properties") { |
| 1892 | deps = [ |
| 1893 | ":aria_properties", |
| 1894 | ":build_debug_devtools", |
| 1895 | ] |
| 1896 | |
| 1897 | sources = generated_aria_properties |
| 1898 | |
| 1899 | outputs = [ |
| 1900 | "$resources_out_debug_dir/accessibility/{{source_file_part}}", |
| 1901 | ] |
| 1902 | } |
| 1903 | } |
| 1904 | |
Yang Guo | 77f2a9d | 2019-10-28 10:12:32 +0100 | [diff] [blame] | 1905 | group("devtools_type_check") { |
| 1906 | data = [ |
| 1907 | # Needed for isolate script to execute. |
| 1908 | "front_end/", |
| 1909 | "scripts/build/", |
| 1910 | "scripts/closure/", |
| 1911 | "scripts/compile_frontend.py", |
| 1912 | "scripts/devtools_paths.py", |
| 1913 | "scripts/jsdoc_validator/", |
| 1914 | "scripts/utils.py", |
| 1915 | "scripts/test/", |
| 1916 | "//testing/scripts/common.py", |
| 1917 | "//testing/scripts/run_devtools_check.py", |
| 1918 | "//testing/xvfb.py", |
| 1919 | "//third_party/blink/renderer/core/inspector/browser_protocol.pdl", |
| 1920 | "//third_party/inspector_protocol/pdl.py", |
| 1921 | "//v8/include/js_protocol.pdl", |
| 1922 | ] |
| 1923 | } |
| 1924 | |
| 1925 | if (is_linux && !is_chromeos) { |
| 1926 | group("devtools_lint_check") { |
| 1927 | data = [ |
| 1928 | # Needed for isolate script to execute. |
| 1929 | ".eslintignore", |
| 1930 | ".eslintrc.js", |
| 1931 | "front_end/", |
| 1932 | "node_modules/", |
| 1933 | "scripts/devtools_paths.py", |
| 1934 | "scripts/lint_javascript.py", |
| 1935 | "scripts/test/", |
| 1936 | "//testing/scripts/common.py", |
| 1937 | "//testing/scripts/run_devtools_check.py", |
| 1938 | "//testing/xvfb.py", |
| 1939 | "//third_party/node/node.py", |
| 1940 | "//third_party/node/linux/node-linux-x64/", |
| 1941 | ] |
| 1942 | } |
| 1943 | |
| 1944 | group("devtools_unittests") { |
| 1945 | data = [ |
| 1946 | # Needed for isolate script to execute. |
| 1947 | "front_end/", |
| 1948 | "karma.conf.js", |
| 1949 | "node_modules/", |
| 1950 | "scripts/devtools_paths.py", |
| 1951 | "scripts/run_tests.py", |
| 1952 | "scripts/test/", |
| 1953 | "tests/unittests", |
| 1954 | "third_party/chrome/", |
| 1955 | "tsconfig.json", |
| 1956 | "//testing/scripts/common.py", |
| 1957 | "//testing/scripts/run_devtools_check.py", |
| 1958 | "//testing/xvfb.py", |
| 1959 | "//third_party/node/node.py", |
| 1960 | "//third_party/node/linux/node-linux-x64/", |
| 1961 | ] |
| 1962 | } |
| 1963 | } |
| 1964 | |
| 1965 | # TODO(1018122): remove out-datedly named duplicates |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1966 | group("devtools_closure_compile") { |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1967 | data = [ |
| 1968 | # Needed for isolate script to execute. |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1969 | "front_end/", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1970 | "scripts/build/", |
| 1971 | "scripts/closure/", |
| 1972 | "scripts/compile_frontend.py", |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 1973 | "scripts/devtools_paths.py", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1974 | "scripts/jsdoc_validator/", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1975 | "scripts/utils.py", |
Yang Guo | 77f2a9d | 2019-10-28 10:12:32 +0100 | [diff] [blame] | 1976 | "scripts/test/", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1977 | "//testing/scripts/common.py", |
| 1978 | "//testing/scripts/run_devtools_check.py", |
| 1979 | "//testing/xvfb.py", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1980 | "//third_party/blink/renderer/core/inspector/browser_protocol.pdl", |
| 1981 | "//third_party/inspector_protocol/pdl.py", |
| 1982 | "//v8/include/js_protocol.pdl", |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1983 | ] |
| 1984 | } |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1985 | |
| 1986 | if (is_linux && !is_chromeos) { |
| 1987 | group("devtools_eslint") { |
| 1988 | data = [ |
| 1989 | # Needed for isolate script to execute. |
| 1990 | ".eslintignore", |
| 1991 | ".eslintrc.js", |
| 1992 | "front_end/", |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 1993 | "node_modules/", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1994 | "scripts/devtools_paths.py", |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 1995 | "scripts/lint_javascript.py", |
Yang Guo | 77f2a9d | 2019-10-28 10:12:32 +0100 | [diff] [blame] | 1996 | "scripts/test/", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 1997 | "//testing/scripts/common.py", |
| 1998 | "//testing/scripts/run_devtools_check.py", |
| 1999 | "//testing/xvfb.py", |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 2000 | "//third_party/node/node.py", |
| 2001 | "//third_party/node/linux/node-linux-x64/", |
| 2002 | ] |
| 2003 | } |
| 2004 | |
| 2005 | group("devtools_unit_tests") { |
| 2006 | data = [ |
| 2007 | # Needed for isolate script to execute. |
| 2008 | "front_end/", |
| 2009 | "karma.conf.js", |
| 2010 | "node_modules/", |
| 2011 | "scripts/devtools_paths.py", |
| 2012 | "scripts/run_tests.py", |
Yang Guo | 77f2a9d | 2019-10-28 10:12:32 +0100 | [diff] [blame] | 2013 | "scripts/test/", |
Yang Guo | 75beda9 | 2019-10-28 08:29:25 +0100 | [diff] [blame] | 2014 | "tests/unittests", |
Yang Guo | 4fd355c | 2019-09-19 10:59:03 +0200 | [diff] [blame] | 2015 | "third_party/chrome/", |
| 2016 | "tsconfig.json", |
| 2017 | "//testing/scripts/common.py", |
| 2018 | "//testing/scripts/run_devtools_check.py", |
| 2019 | "//testing/xvfb.py", |
Yang Guo | 57e7b60 | 2019-10-09 13:42:16 +0000 | [diff] [blame] | 2020 | "//third_party/node/node.py", |
| 2021 | "//third_party/node/linux/node-linux-x64/", |
| 2022 | ] |
| 2023 | } |
| 2024 | } |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 2025 | } |