Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 1 | # Copyright 2020 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 | cdd175d | 2020-07-15 12:47:37 | [diff] [blame] | 5 | import("./scripts/build/ninja/vars.gni") |
| 6 | |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 7 | all_devtools_files = [ |
| 8 | "front_end/shell.js", |
Tim van der Lippe | bdf5ca4 | 2020-09-11 12:05:12 | [diff] [blame] | 9 | "front_end/accessibility_test_runner/accessibility_test_runner.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 10 | "front_end/accessibility_test_runner/module.json", |
| 11 | "front_end/accessibility/accessibilityNode.css", |
| 12 | "front_end/accessibility/accessibilityProperties.css", |
| 13 | "front_end/accessibility/axBreadcrumbs.css", |
| 14 | "front_end/accessibility/module.json", |
| 15 | "front_end/animation/animationScreenshotPopover.css", |
| 16 | "front_end/animation/animationTimeline.css", |
| 17 | "front_end/animation/module.json", |
Tim van der Lippe | 374ec55 | 2020-09-11 13:14:24 | [diff] [blame] | 18 | "front_end/application_test_runner/application_test_runner.js", |
Tim van der Lippe | 538dd8e | 2020-09-14 12:16:04 | [diff] [blame] | 19 | "front_end/bindings_test_runner/bindings_test_runner.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 20 | "front_end/application_test_runner/AppcacheTestRunner.js", |
| 21 | "front_end/application_test_runner/CacheStorageTestRunner.js", |
| 22 | "front_end/application_test_runner/IndexedDBTestRunner.js", |
| 23 | "front_end/application_test_runner/module.json", |
| 24 | "front_end/application_test_runner/ResourcesTestRunner.js", |
| 25 | "front_end/application_test_runner/ResourceTreeTestRunner.js", |
| 26 | "front_end/application_test_runner/ServiceWorkersTestRunner.js", |
| 27 | "front_end/lighthouse_test_runner/LighthouseTestRunner.js", |
| 28 | "front_end/lighthouse_test_runner/module.json", |
| 29 | "front_end/lighthouse_worker.js", |
| 30 | "front_end/lighthouse_worker.json", |
| 31 | "front_end/lighthouse_worker/LighthouseService.js", |
| 32 | "front_end/lighthouse_worker/module.json", |
| 33 | "front_end/lighthouse/lighthouseDialog.css", |
| 34 | "front_end/lighthouse/lighthousePanel.css", |
| 35 | "front_end/lighthouse/lighthouseStartView.css", |
| 36 | "front_end/lighthouse/module.json", |
Tim van der Lippe | ab0853c | 2020-09-11 13:34:31 | [diff] [blame] | 37 | "front_end/axe_core_test_runner/axe_core_test_runner.js", |
| 38 | "front_end/third_party/axe-core/axe.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 39 | "front_end/axe_core_test_runner/module.json", |
| 40 | "front_end/bindings_test_runner/AutomappingTestRunner.js", |
| 41 | "front_end/bindings_test_runner/BindingsTestRunner.js", |
| 42 | "front_end/bindings_test_runner/IsolatedFilesystemTestRunner.js", |
| 43 | "front_end/bindings_test_runner/module.json", |
| 44 | "front_end/bindings_test_runner/OverridesTestRunner.js", |
| 45 | "front_end/bindings_test_runner/PersistenceTestRunner.js", |
| 46 | "front_end/bindings/module.json", |
| 47 | "front_end/browser_debugger/domBreakpointsSidebarPane.css", |
| 48 | "front_end/browser_debugger/eventListenerBreakpoints.css", |
| 49 | "front_end/browser_debugger/module.json", |
| 50 | "front_end/browser_debugger/xhrBreakpointsSidebarPane.css", |
| 51 | "front_end/browser_sdk/module.json", |
| 52 | "front_end/changes/changesSidebar.css", |
| 53 | "front_end/changes/changesView.css", |
| 54 | "front_end/changes/module.json", |
Mathias Bynens | 4a0d193 | 2020-07-28 06:31:37 | [diff] [blame] | 55 | "front_end/client_variations/module.json", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 56 | "front_end/cm_headless/module.json", |
| 57 | "front_end/cm_modes/module.json", |
| 58 | "front_end/cm/codemirror.css", |
| 59 | "front_end/cm/module.json", |
| 60 | "front_end/color_picker/module.json", |
| 61 | "front_end/color_picker/spectrum.css", |
| 62 | "front_end/common/module.json", |
| 63 | "front_end/components/imagePreview.css", |
| 64 | "front_end/components/jsUtils.css", |
| 65 | "front_end/components/module.json", |
| 66 | "front_end/console_counters/errorWarningCounter.css", |
| 67 | "front_end/console_counters/module.json", |
Tim van der Lippe | 5faef2f | 2020-09-14 12:34:34 | [diff] [blame] | 68 | "front_end/console_test_runner/console_test_runner.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 69 | "front_end/console_test_runner/module.json", |
| 70 | "front_end/console/consoleContextSelector.css", |
| 71 | "front_end/console/consolePinPane.css", |
| 72 | "front_end/console/consolePrompt.css", |
| 73 | "front_end/console/consoleSidebar.css", |
| 74 | "front_end/console/consoleView.css", |
| 75 | "front_end/console/module.json", |
| 76 | "front_end/cookie_table/cookiesTable.css", |
| 77 | "front_end/cookie_table/module.json", |
Tim van der Lippe | 822fc74 | 2020-09-14 12:37:12 | [diff] [blame^] | 78 | "front_end/coverage_test_runner/coverage_test_runner.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 79 | "front_end/coverage_test_runner/module.json", |
| 80 | "front_end/coverage/coverageListView.css", |
| 81 | "front_end/coverage/coverageView.css", |
| 82 | "front_end/coverage/module.json", |
| 83 | "front_end/cpu_profiler_test_runner/module.json", |
| 84 | "front_end/cpu_profiler_test_runner/ProfilerTestRunner.js", |
| 85 | "front_end/css_overview/cssOverview.css", |
| 86 | "front_end/css_overview/cssOverviewCompletedView.css", |
| 87 | "front_end/css_overview/cssOverviewProcessingView.css", |
| 88 | "front_end/css_overview/cssOverviewSidebarPanel.css", |
| 89 | "front_end/css_overview/cssOverviewStartView.css", |
| 90 | "front_end/css_overview/module.json", |
| 91 | "front_end/dagre_layout/dagre.js", |
| 92 | "front_end/dagre_layout/module.json", |
| 93 | "front_end/data_grid_test_runner/DataGridTestRunner.js", |
| 94 | "front_end/data_grid_test_runner/module.json", |
| 95 | "front_end/data_grid/dataGrid.css", |
| 96 | "front_end/data_grid/module.json", |
| 97 | "front_end/device_mode_test_runner/DeviceModeTestRunner.js", |
| 98 | "front_end/device_mode_test_runner/module.json", |
| 99 | "front_end/devices/module.json", |
| 100 | "front_end/diff/module.json", |
| 101 | "front_end/dom_extension/module.json", |
| 102 | "front_end/elements_test_runner/EditDOMTestRunner.js", |
| 103 | "front_end/elements_test_runner/ElementsPanelShadowSelectionOnRefreshTestRunner.js", |
| 104 | "front_end/elements_test_runner/ElementsTestRunner.js", |
| 105 | "front_end/elements_test_runner/module.json", |
| 106 | "front_end/elements_test_runner/SetOuterHTMLTestRunner.js", |
| 107 | "front_end/elements_test_runner/StylesUpdateLinksTestRunner.js", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 108 | "front_end/elements/classesPaneWidget.css", |
| 109 | "front_end/elements/computedStyleSidebarPane.css", |
| 110 | "front_end/elements/computedStyleWidgetTree.css", |
| 111 | "front_end/elements/domLinkifier.css", |
| 112 | "front_end/elements/elementsPanel.css", |
| 113 | "front_end/elements/elementStatePaneWidget.css", |
| 114 | "front_end/elements/elementsTreeOutline.css", |
Alex Rudenko | 320d83c | 2020-08-20 06:42:56 | [diff] [blame] | 115 | "front_end/elements/layoutPane.css", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 116 | "front_end/elements/metricsSidebarPane.css", |
| 117 | "front_end/elements/module.json", |
| 118 | "front_end/elements/nodeStackTraceWidget.css", |
| 119 | "front_end/elements/platformFontsWidget.css", |
Tim van der Lippe | b36c2d9 | 2020-08-20 12:29:30 | [diff] [blame] | 120 | "front_end/elements/propertiesWidget.css", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 121 | "front_end/elements/stylesSectionTree.css", |
| 122 | "front_end/elements/stylesSidebarPane.css", |
| 123 | "front_end/emulated_devices/module.json", |
| 124 | "front_end/emulation/deviceModeToolbar.css", |
| 125 | "front_end/emulation/deviceModeView.css", |
| 126 | "front_end/emulation/devicesSettingsTab.css", |
| 127 | "front_end/emulation/inspectedPagePlaceholder.css", |
| 128 | "front_end/emulation/locationsSettingsTab.css", |
| 129 | "front_end/emulation/mediaQueryInspector.css", |
| 130 | "front_end/emulation/module.json", |
| 131 | "front_end/emulation/sensors.css", |
| 132 | "front_end/event_listeners/eventListenersView.css", |
| 133 | "front_end/event_listeners/module.json", |
| 134 | "front_end/extensions_test_runner/ExtensionsNetworkTestRunner.js", |
| 135 | "front_end/extensions_test_runner/ExtensionsTestRunner.js", |
| 136 | "front_end/extensions_test_runner/module.json", |
| 137 | "front_end/extensions/module.json", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 138 | "front_end/formatter/module.json", |
| 139 | "front_end/har_importer/module.json", |
| 140 | "front_end/heap_profiler_test_runner/HeapProfilerTestRunner.js", |
| 141 | "front_end/heap_profiler_test_runner/module.json", |
| 142 | "front_end/heap_snapshot_model/module.json", |
| 143 | "front_end/heap_snapshot_worker_entrypoint.json", |
| 144 | "front_end/heap_snapshot_worker/module.json", |
| 145 | "front_end/help/module.json", |
| 146 | "front_end/help/releaseNote.css", |
| 147 | "front_end/host/module.json", |
vidorteg | 1fd76f8 | 2020-08-26 18:09:20 | [diff] [blame] | 148 | "front_end/i18n/module.json", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 149 | "front_end/inline_editor/bezierEditor.css", |
| 150 | "front_end/inline_editor/bezierSwatch.css", |
| 151 | "front_end/inline_editor/colorSwatch.css", |
| 152 | "front_end/inline_editor/cssShadowEditor.css", |
| 153 | "front_end/inline_editor/cssShadowSwatch.css", |
| 154 | "front_end/inline_editor/module.json", |
| 155 | "front_end/inline_editor/swatchPopover.css", |
| 156 | "front_end/input/inputTimeline.css", |
| 157 | "front_end/input/module.json", |
| 158 | "front_end/inspector_main/module.json", |
| 159 | "front_end/inspector_main/nodeIcon.css", |
| 160 | "front_end/inspector_main/renderingOptions.css", |
| 161 | "front_end/inspector.js", |
| 162 | "front_end/inspector.json", |
| 163 | "front_end/integration_test_runner.js", |
| 164 | "front_end/integration_test_runner.json", |
| 165 | "front_end/javascript_metadata/module.json", |
| 166 | "front_end/js_main/module.json", |
| 167 | "front_end/js_profiler/module.json", |
| 168 | "front_end/layer_viewer/layerDetailsView.css", |
| 169 | "front_end/layer_viewer/layers3DView.css", |
| 170 | "front_end/layer_viewer/module.json", |
| 171 | "front_end/layer_viewer/paintProfiler.css", |
| 172 | "front_end/layers_test_runner/LayersTestRunner.js", |
| 173 | "front_end/layers_test_runner/module.json", |
| 174 | "front_end/layers/module.json", |
| 175 | "front_end/main/module.json", |
| 176 | "front_end/marked/module.json", |
| 177 | "front_end/media/eventDisplayTable.css", |
| 178 | "front_end/media/mediaView.css", |
| 179 | "front_end/media/module.json", |
| 180 | "front_end/media/playerListView.css", |
| 181 | "front_end/media/playerPropertiesView.css", |
| 182 | "front_end/media/playerMessagesView.css", |
| 183 | "front_end/mobile_throttling/module.json", |
| 184 | "front_end/mobile_throttling/throttlingSettingsTab.css", |
| 185 | "front_end/ndb_app.json", |
| 186 | "front_end/network_test_runner/module.json", |
| 187 | "front_end/network_test_runner/NetworkTestRunner.js", |
| 188 | "front_end/network/binaryResourceView.css", |
| 189 | "front_end/network/blockedURLsPane.css", |
| 190 | "front_end/network/eventSourceMessagesView.css", |
| 191 | "front_end/network/module.json", |
| 192 | "front_end/network/networkConfigView.css", |
| 193 | "front_end/network/networkLogView.css", |
| 194 | "front_end/network/networkManageCustomHeadersView.css", |
| 195 | "front_end/network/networkPanel.css", |
| 196 | "front_end/network/networkTimingTable.css", |
| 197 | "front_end/network/networkWaterfallColumn.css", |
| 198 | "front_end/network/requestCookiesView.css", |
| 199 | "front_end/network/requestHeadersTree.css", |
| 200 | "front_end/network/requestHeadersView.css", |
| 201 | "front_end/network/requestHTMLView.css", |
| 202 | "front_end/network/requestInitiatorView.css", |
| 203 | "front_end/network/signedExchangeInfoTree.css", |
| 204 | "front_end/network/signedExchangeInfoView.css", |
| 205 | "front_end/network/webSocketFrameView.css", |
| 206 | "front_end/node_debugger/module.json", |
| 207 | "front_end/node_main/module.json", |
| 208 | "front_end/node_main/nodeConnectionsPanel.css", |
| 209 | "front_end/object_ui/customPreviewComponent.css", |
| 210 | "front_end/object_ui/module.json", |
| 211 | "front_end/object_ui/objectPopover.css", |
| 212 | "front_end/object_ui/objectPropertiesSection.css", |
| 213 | "front_end/object_ui/objectValue.css", |
| 214 | "front_end/perf_ui/chartViewport.css", |
| 215 | "front_end/perf_ui/filmStripView.css", |
| 216 | "front_end/perf_ui/flameChart.css", |
| 217 | "front_end/perf_ui/module.json", |
| 218 | "front_end/perf_ui/overviewGrid.css", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 219 | "front_end/perf_ui/timelineGrid.css", |
| 220 | "front_end/perf_ui/timelineOverviewInfo.css", |
| 221 | "front_end/performance_monitor/module.json", |
| 222 | "front_end/performance_monitor/performanceMonitor.css", |
| 223 | "front_end/performance_test_runner/module.json", |
| 224 | "front_end/performance_test_runner/TimelineDataTestRunner.js", |
| 225 | "front_end/performance_test_runner/TimelineTestRunner.js", |
| 226 | "front_end/persistence/editFileSystemView.css", |
| 227 | "front_end/persistence/module.json", |
| 228 | "front_end/persistence/workspaceSettingsTab.css", |
| 229 | "front_end/platform/module.json", |
| 230 | "front_end/profiler/heapProfiler.css", |
| 231 | "front_end/profiler/liveHeapProfile.css", |
| 232 | "front_end/profiler/module.json", |
| 233 | "front_end/profiler/profileLauncherView.css", |
| 234 | "front_end/profiler/profilesPanel.css", |
| 235 | "front_end/profiler/profilesSidebarTree.css", |
| 236 | "front_end/issues/module.json", |
Simon Zünd | 6ef0c8f | 2020-09-07 08:54:24 | [diff] [blame] | 237 | "front_end/issues/descriptions/CoepCoopSandboxedIframeCannotNavigateToCoopPage.md", |
| 238 | "front_end/issues/descriptions/CoepCorpNotSameSite.md", |
| 239 | "front_end/issues/descriptions/CoepCorpNotSameOrigin.md", |
| 240 | "front_end/issues/descriptions/CoepCorpNotSameOriginAfterDefaultedToSameOriginByCoep.md", |
| 241 | "front_end/issues/descriptions/CoepFrameResourceNeedsCoepHeader.md", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 242 | "front_end/issues/issuesPane.css", |
| 243 | "front_end/issues/issuesTree.css", |
| 244 | "front_end/developer_resources/module.json", |
| 245 | "front_end/developer_resources/developerResourcesView.css", |
| 246 | "front_end/developer_resources/developerResourcesListView.css", |
| 247 | "front_end/protocol_monitor/module.json", |
| 248 | "front_end/protocol_monitor/protocolMonitor.css", |
| 249 | "front_end/protocol_client/module.json", |
| 250 | "front_end/quick_open/filteredListWidget.css", |
| 251 | "front_end/quick_open/module.json", |
| 252 | "front_end/resources/appManifestView.css", |
| 253 | "front_end/resources/backgroundServiceView.css", |
| 254 | "front_end/resources/clearStorageView.css", |
| 255 | "front_end/resources/cookieItemsView.css", |
Sigurd Schneider | 1e5ad28 | 2020-07-17 11:52:08 | [diff] [blame] | 256 | "front_end/resources/frameDetailsReportView.css", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 257 | "front_end/resources/indexedDBViews.css", |
| 258 | "front_end/resources/module.json", |
| 259 | "front_end/resources/resourcesPanel.css", |
| 260 | "front_end/resources/resourcesSidebar.css", |
| 261 | "front_end/resources/serviceWorkerCacheViews.css", |
| 262 | "front_end/resources/serviceWorkersView.css", |
| 263 | "front_end/root/module.json", |
| 264 | "front_end/screencast/module.json", |
| 265 | "front_end/screencast/screencastView.css", |
| 266 | "front_end/sdk_test_runner/module.json", |
| 267 | "front_end/sdk_test_runner/PageMockTestRunner.js", |
| 268 | "front_end/sdk/module.json", |
| 269 | "front_end/search/module.json", |
| 270 | "front_end/search/searchResultsPane.css", |
| 271 | "front_end/search/searchView.css", |
| 272 | "front_end/security_test_runner/module.json", |
| 273 | "front_end/security_test_runner/SecurityTestRunner.js", |
| 274 | "front_end/security/lockIcon.css", |
| 275 | "front_end/security/mainView.css", |
| 276 | "front_end/security/module.json", |
| 277 | "front_end/security/originView.css", |
| 278 | "front_end/security/sidebar.css", |
| 279 | "front_end/services/module.json", |
| 280 | "front_end/settings/frameworkBlackboxSettingsTab.css", |
| 281 | "front_end/settings/keybindsSettingsTab.css", |
| 282 | "front_end/settings/module.json", |
| 283 | "front_end/settings/settingsScreen.css", |
| 284 | "front_end/shell.json", |
| 285 | "front_end/snippets/module.json", |
| 286 | "front_end/source_frame/fontView.css", |
| 287 | "front_end/source_frame/imageView.css", |
| 288 | "front_end/source_frame/jsonView.css", |
| 289 | "front_end/source_frame/messagesPopover.css", |
| 290 | "front_end/source_frame/module.json", |
| 291 | "front_end/source_frame/resourceSourceFrame.css", |
| 292 | "front_end/source_frame/xmlTree.css", |
| 293 | "front_end/source_frame/xmlView.css", |
| 294 | "front_end/sources_test_runner/AutocompleteTestRunner.js", |
| 295 | "front_end/sources_test_runner/DebuggerTestRunner.js", |
| 296 | "front_end/sources_test_runner/EditorTestRunner.js", |
| 297 | "front_end/sources_test_runner/LiveEditTestRunner.js", |
| 298 | "front_end/sources_test_runner/module.json", |
| 299 | "front_end/sources_test_runner/SearchTestRunner.js", |
| 300 | "front_end/sources_test_runner/SourcesTestRunner.js", |
| 301 | "front_end/sources/breakpointEditDialog.css", |
| 302 | "front_end/sources/callStackSidebarPane.css", |
| 303 | "front_end/sources/debuggerPausedMessage.css", |
| 304 | "front_end/sources/dialog.css", |
| 305 | "front_end/sources/javaScriptBreakpointsSidebarPane.css", |
| 306 | "front_end/sources/module.json", |
| 307 | "front_end/sources/navigatorTree.css", |
| 308 | "front_end/sources/navigatorView.css", |
| 309 | "front_end/sources/scopeChainSidebarPane.css", |
| 310 | "front_end/sources/sourcesPanel.css", |
| 311 | "front_end/sources/sourcesView.css", |
| 312 | "front_end/sources/threadsSidebarPane.css", |
| 313 | "front_end/sources/watchExpressionsSidebarPane.css", |
| 314 | "front_end/test_runner/module.json", |
| 315 | "front_end/text_editor/autocompleteTooltip.css", |
| 316 | "front_end/text_editor/cmdevtools.css", |
| 317 | "front_end/text_editor/module.json", |
| 318 | "front_end/text_utils/module.json", |
Paul Lewis | 7b17f16 | 2020-08-10 15:26:08 | [diff] [blame] | 319 | "front_end/theme_support/module.json", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 320 | "front_end/third_party/fabricjs/fabric.js", |
| 321 | "front_end/third_party/fabricjs/module.json", |
| 322 | "front_end/third_party/lighthouse/lighthouse-dt-bundle.js", |
| 323 | "front_end/third_party/lighthouse/report-assets/report.css", |
| 324 | "front_end/third_party/lighthouse/report-assets/report.js", |
| 325 | "front_end/third_party/lighthouse/report-assets/report-generator.js", |
| 326 | "front_end/third_party/lighthouse/report-assets/template.html", |
| 327 | "front_end/third_party/lighthouse/report-assets/templates.html", |
| 328 | "front_end/timeline_model/module.json", |
| 329 | "front_end/timeline/historyToolbarButton.css", |
| 330 | "front_end/timeline/invalidationsTree.css", |
| 331 | "front_end/timeline/module.json", |
| 332 | "front_end/timeline/timelineFlamechartPopover.css", |
| 333 | "front_end/timeline/timelineHistoryManager.css", |
| 334 | "front_end/timeline/timelinePaintProfiler.css", |
| 335 | "front_end/timeline/timelinePanel.css", |
| 336 | "front_end/timeline/timelineStatusDialog.css", |
| 337 | "front_end/toolbox_bootstrap/module.json", |
| 338 | "front_end/toolbox.js", |
| 339 | "front_end/toolbox.json", |
| 340 | "front_end/ui/checkboxTextLabel.css", |
| 341 | "front_end/ui/closeButton.css", |
| 342 | "front_end/ui/confirmDialog.css", |
| 343 | "front_end/ui/dialog.css", |
| 344 | "front_end/ui/dropTarget.css", |
| 345 | "front_end/ui/emptyWidget.css", |
| 346 | "front_end/ui/filter.css", |
| 347 | "front_end/ui/glassPane.css", |
| 348 | "front_end/ui/infobar.css", |
| 349 | "front_end/ui/inlineButton.css", |
| 350 | "front_end/ui/inspectorCommon.css", |
| 351 | "front_end/ui/inspectorStyle.css", |
| 352 | "front_end/ui/inspectorSyntaxHighlight.css", |
| 353 | "front_end/ui/inspectorSyntaxHighlightDark.css", |
| 354 | "front_end/ui/inspectorViewTabbedPane.css", |
| 355 | "front_end/ui/listWidget.css", |
| 356 | "front_end/ui/module.json", |
| 357 | "front_end/ui/popover.css", |
| 358 | "front_end/ui/progressIndicator.css", |
| 359 | "front_end/ui/radioButton.css", |
| 360 | "front_end/ui/remoteDebuggingTerminatedScreen.css", |
| 361 | "front_end/ui/reportView.css", |
| 362 | "front_end/ui/rootView.css", |
| 363 | "front_end/ui/searchableView.css", |
| 364 | "front_end/ui/segmentedButton.css", |
| 365 | "front_end/ui/slider.css", |
| 366 | "front_end/ui/smallBubble.css", |
| 367 | "front_end/ui/softContextMenu.css", |
| 368 | "front_end/ui/softDropDown.css", |
| 369 | "front_end/ui/softDropDownButton.css", |
| 370 | "front_end/ui/splitWidget.css", |
| 371 | "front_end/ui/suggestBox.css", |
| 372 | "front_end/ui/tabbedPane.css", |
| 373 | "front_end/ui/targetCrashedScreen.css", |
| 374 | "front_end/ui/textButton.css", |
| 375 | "front_end/ui/textPrompt.css", |
| 376 | "front_end/ui/toolbar.css", |
| 377 | "front_end/ui/tooltip.css", |
| 378 | "front_end/ui/treeoutline.css", |
| 379 | "front_end/ui/viewContainers.css", |
| 380 | "front_end/wasmparser_worker_entrypoint.json", |
| 381 | "front_end/wasmparser_worker/module.json", |
| 382 | "front_end/web_audio/audioContextSelector.css", |
| 383 | "front_end/web_audio/module.json", |
| 384 | "front_end/web_audio/webAudio.css", |
| 385 | "front_end/webauthn/module.json", |
| 386 | "front_end/webauthn/webauthnPane.css", |
| 387 | "front_end/worker_main/module.json", |
| 388 | "front_end/worker_service/module.json", |
| 389 | "front_end/workspace_diff/module.json", |
| 390 | "front_end/workspace/module.json", |
| 391 | ] |
| 392 | |
| 393 | lighthouse_locale_files = [ |
Tim van der Lippe | cdd175d | 2020-07-15 12:47:37 | [diff] [blame] | 394 | "locales/ar-XB.json", |
| 395 | "locales/ar.json", |
| 396 | "locales/bg.json", |
| 397 | "locales/ca.json", |
| 398 | "locales/cs.json", |
| 399 | "locales/da.json", |
| 400 | "locales/de.json", |
| 401 | "locales/el.json", |
| 402 | "locales/en-GB.json", |
| 403 | "locales/en-US.json", |
| 404 | "locales/en-XA.json", |
| 405 | "locales/en-XL.json", |
| 406 | "locales/es-419.json", |
| 407 | "locales/es.json", |
| 408 | "locales/fi.json", |
| 409 | "locales/fil.json", |
| 410 | "locales/fr.json", |
| 411 | "locales/he.json", |
| 412 | "locales/hi.json", |
| 413 | "locales/hr.json", |
| 414 | "locales/hu.json", |
| 415 | "locales/id.json", |
| 416 | "locales/it.json", |
| 417 | "locales/ja.json", |
| 418 | "locales/ko.json", |
| 419 | "locales/lt.json", |
| 420 | "locales/lv.json", |
| 421 | "locales/nl.json", |
| 422 | "locales/no.json", |
| 423 | "locales/pl.json", |
| 424 | "locales/pt-PT.json", |
| 425 | "locales/pt.json", |
| 426 | "locales/ro.json", |
| 427 | "locales/ru.json", |
| 428 | "locales/sk.json", |
| 429 | "locales/sl.json", |
| 430 | "locales/sr-Latn.json", |
| 431 | "locales/sr.json", |
| 432 | "locales/sv.json", |
| 433 | "locales/ta.json", |
| 434 | "locales/te.json", |
| 435 | "locales/th.json", |
| 436 | "locales/tr.json", |
| 437 | "locales/uk.json", |
| 438 | "locales/vi.json", |
| 439 | "locales/zh-HK.json", |
| 440 | "locales/zh-TW.json", |
| 441 | "locales/zh.json", |
Tim van der Lippe | 85f1494 | 2020-07-13 14:02:40 | [diff] [blame] | 442 | ] |
| 443 | |
Tim van der Lippe | cdd175d | 2020-07-15 12:47:37 | [diff] [blame] | 444 | generated_lighthouse_locale_files = [] |
vidorteg | 1fd76f8 | 2020-08-26 18:09:20 | [diff] [blame] | 445 | generated_devtools_locale_files = [] |
Tim van der Lippe | cdd175d | 2020-07-15 12:47:37 | [diff] [blame] | 446 | |
| 447 | foreach(locale, lighthouse_locale_files) { |
| 448 | generated_lighthouse_locale_files += |
| 449 | [ "$resources_out_dir/third_party/lighthouse/$locale" ] |
| 450 | } |
vidorteg | 1fd76f8 | 2020-08-26 18:09:20 | [diff] [blame] | 451 | |
| 452 | devtools_locale_files = [ "locales/en-US.json" ] |
| 453 | |
| 454 | foreach(locale, devtools_locale_files) { |
| 455 | generated_devtools_locale_files += [ "$resources_out_dir/i18n/$locale" ] |
| 456 | } |