blob: 4bfbb4e36d7bc5f7150e2d63b7c40c48533e257b [file] [log] [blame]
Paul Lewis6c0b15e2020-07-30 10:09:431# 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
5# This represents all the files expected to be be in the GRD. The file
6# has two lists, one for files expected for the Release build
7# (is_debug=false), and another for the Debug build (is_debug=true).
8# The two lists are checked for overlap, and an error thrown if there is
9# any. In the root BUILD.gn these lists are used to ensure that no files
10# are missed from the GRD.
11
12grd_files_release_sources = [
13 "front_end/Images/accelerometer-back.svg",
14 "front_end/Images/accelerometer-bottom.png",
15 "front_end/Images/accelerometer-front.svg",
16 "front_end/Images/accelerometer-left.png",
17 "front_end/Images/accelerometer-right.png",
18 "front_end/Images/accelerometer-top.png",
19 "front_end/Images/checkboxCheckmark.svg",
20 "front_end/Images/checker.png",
21 "front_end/Images/chevrons.svg",
22 "front_end/Images/chromeDisabledSelect.png",
23 "front_end/Images/chromeDisabledSelect_2x.png",
24 "front_end/Images/chromeLeft.png",
25 "front_end/Images/chromeMiddle.png",
26 "front_end/Images/chromeRight.png",
27 "front_end/Images/chromeSelect.png",
28 "front_end/Images/chromeSelect_2x.png",
29 "front_end/Images/cssoverview_icons_2x.png",
30 "front_end/Images/errorWave.svg",
31 "front_end/Images/ic_info_black_18dp.svg",
Alex Rudenko21a9ca32020-08-18 06:11:3732 "front_end/Images/ic_show_node_16x16.svg",
Paul Lewis6c0b15e2020-07-30 10:09:4333 "front_end/Images/ic_warning_black_18dp.svg",
34 "front_end/Images/largeIcons.svg",
35 "front_end/Images/lighthouse_logo.svg",
36 "front_end/Images/mediumIcons.svg",
37 "front_end/Images/navigationControls.png",
38 "front_end/Images/navigationControls_2x.png",
39 "front_end/Images/nodeIcon.png",
40 "front_end/Images/popoverArrows.png",
41 "front_end/Images/profileGroupIcon.png",
42 "front_end/Images/profileIcon.png",
43 "front_end/Images/profileSmallIcon.png",
44 "front_end/Images/radioDot-dark-theme.png",
45 "front_end/Images/radioDot.png",
46 "front_end/Images/resizeDiagonal.png",
47 "front_end/Images/resizeDiagonal_2x.png",
48 "front_end/Images/resizeHorizontal.png",
49 "front_end/Images/resizeHorizontal_2x.png",
50 "front_end/Images/resizeVertical.png",
51 "front_end/Images/resizeVertical_2x.png",
52 "front_end/Images/resourceCSSIcon.png",
53 "front_end/Images/resourceDocumentIcon.png",
54 "front_end/Images/resourceDocumentIconSmall.png",
55 "front_end/Images/resourceJSIcon.png",
56 "front_end/Images/resourcePlainIcon.png",
57 "front_end/Images/resourcePlainIconSmall.png",
58 "front_end/Images/resourcesTimeGraphIcon.png",
59 "front_end/Images/searchNext.png",
60 "front_end/Images/searchPrev.png",
61 "front_end/Images/securityIcons.svg",
62 "front_end/Images/smallIcons.svg",
63 "front_end/Images/speech.png",
64 "front_end/Images/toolbarResizerVertical.png",
65 "front_end/Images/touchCursor.png",
66 "front_end/Images/touchCursor_2x.png",
67 "front_end/Images/treeoutlineTriangles.svg",
68 "front_end/Images/whatsnew.png",
69 "front_end/RuntimeInstantiator.js",
70 "front_end/Tests.js",
71 "front_end/accessibility/accessibility-legacy.js",
72 "front_end/accessibility/accessibility.js",
73 "front_end/accessibility/accessibility_module.js",
74 "front_end/animation/animation-legacy.js",
75 "front_end/animation/animation.js",
76 "front_end/animation/animation_module.js",
77 "front_end/bindings/bindings-legacy.js",
78 "front_end/bindings/bindings.js",
79 "front_end/browser_debugger/browser_debugger-legacy.js",
80 "front_end/browser_debugger/browser_debugger.js",
81 "front_end/browser_debugger/browser_debugger_module.js",
82 "front_end/browser_sdk/browser_sdk-legacy.js",
83 "front_end/browser_sdk/browser_sdk.js",
84 "front_end/changes/changes-legacy.js",
85 "front_end/changes/changes.js",
86 "front_end/changes/changes_module.js",
87 "front_end/client_variations/client_variations.js",
88 "front_end/client_variations/client_variations_module.js",
89 "front_end/cm/cm.js",
90 "front_end/cm/cm_module.js",
91 "front_end/cm_headless/cm_headless.js",
92 "front_end/cm_modes/cm_modes.js",
93 "front_end/cm_modes/cm_modes_module.js",
94 "front_end/color_picker/color_picker-legacy.js",
95 "front_end/color_picker/color_picker.js",
96 "front_end/color_picker/color_picker_module.js",
97 "front_end/common/common-legacy.js",
98 "front_end/common/common.js",
Jack Franklin7ab22742020-08-10 10:22:5699 "front_end/component_helpers/component_helpers.js",
Paul Lewis6c0b15e2020-07-30 10:09:43100 "front_end/components/components-legacy.js",
101 "front_end/components/components.js",
102 "front_end/console/console-legacy.js",
103 "front_end/console/console.js",
104 "front_end/console/console_module.js",
105 "front_end/console_counters/console_counters-legacy.js",
106 "front_end/console_counters/console_counters.js",
107 "front_end/cookie_table/cookie_table-legacy.js",
108 "front_end/cookie_table/cookie_table.js",
109 "front_end/cookie_table/cookie_table_module.js",
110 "front_end/coverage/coverage-legacy.js",
111 "front_end/coverage/coverage.js",
112 "front_end/coverage/coverage_module.js",
113 "front_end/css_overview/css_overview-legacy.js",
114 "front_end/css_overview/css_overview.js",
115 "front_end/css_overview/css_overview_module.js",
116 "front_end/data_grid/data_grid-legacy.js",
117 "front_end/data_grid/data_grid.js",
118 "front_end/data_grid/data_grid_module.js",
119 "front_end/developer_resources/developer_resources-legacy.js",
120 "front_end/developer_resources/developer_resources.js",
121 "front_end/developer_resources/developer_resources_module.js",
122 "front_end/devices/devices.js",
123 "front_end/devices/devices_module.js",
124 "front_end/devtools_app.html",
125 "front_end/devtools_app.js",
126 "front_end/devtools_compatibility.js",
127 "front_end/devtools_extension_api.js",
128 "front_end/diff/diff-legacy.js",
129 "front_end/diff/diff.js",
130 "front_end/diff/diff_module.js",
131 "front_end/dom_extension/dom_extension.js",
132 "front_end/elements/elements-legacy.js",
133 "front_end/elements/elements.js",
134 "front_end/elements/elements_module.js",
135 "front_end/emulation/emulation-legacy.js",
136 "front_end/emulation/emulation.js",
137 "front_end/event_listeners/event_listeners-legacy.js",
138 "front_end/event_listeners/event_listeners.js",
139 "front_end/event_listeners/event_listeners_module.js",
140 "front_end/extensions/extensions-legacy.js",
141 "front_end/extensions/extensions.js",
142 "front_end/formatter/formatter-legacy.js",
143 "front_end/formatter/formatter.js",
144 "front_end/formatter/formatter_module.js",
145 "front_end/formatter_worker/formatter_worker.js",
146 "front_end/formatter_worker_entrypoint.js",
147 "front_end/har_importer/har_importer-legacy.js",
148 "front_end/har_importer/har_importer.js",
149 "front_end/har_importer/har_importer_module.js",
150 "front_end/heap_snapshot_model/heap_snapshot_model-legacy.js",
151 "front_end/heap_snapshot_model/heap_snapshot_model.js",
152 "front_end/heap_snapshot_model/heap_snapshot_model_module.js",
153 "front_end/heap_snapshot_worker/heap_snapshot_worker-legacy.js",
154 "front_end/heap_snapshot_worker/heap_snapshot_worker.js",
155 "front_end/heap_snapshot_worker_entrypoint.js",
156 "front_end/help/help-legacy.js",
157 "front_end/help/help.js",
158 "front_end/help/help_module.js",
159 "front_end/host/host-legacy.js",
160 "front_end/host/host.js",
161 "front_end/inline_editor/inline_editor-legacy.js",
162 "front_end/inline_editor/inline_editor.js",
163 "front_end/inline_editor/inline_editor_module.js",
164 "front_end/input/input-legacy.js",
165 "front_end/input/input.js",
166 "front_end/input/input_module.js",
167 "front_end/inspector.html",
168 "front_end/inspector.js",
169 "front_end/inspector_main/inspector_main-legacy.js",
170 "front_end/inspector_main/inspector_main.js",
171 "front_end/integration_test_runner.html",
172 "front_end/issues/issues-legacy.js",
173 "front_end/issues/issues.js",
174 "front_end/issues/issues_module.js",
175 "front_end/javascript_metadata/javascript_metadata-legacy.js",
176 "front_end/javascript_metadata/javascript_metadata.js",
177 "front_end/javascript_metadata/javascript_metadata_module.js",
178 "front_end/js_app.html",
179 "front_end/js_app.js",
180 "front_end/js_main/js_main-legacy.js",
181 "front_end/js_main/js_main.js",
182 "front_end/js_profiler/js_profiler_module.js",
183 "front_end/layer_viewer/layer_viewer-legacy.js",
184 "front_end/layer_viewer/layer_viewer.js",
185 "front_end/layer_viewer/layer_viewer_module.js",
186 "front_end/layers/layers-legacy.js",
187 "front_end/layers/layers.js",
188 "front_end/layers/layers_module.js",
189 "front_end/lighthouse/lighthouse-legacy.js",
190 "front_end/lighthouse/lighthouse.js",
191 "front_end/lighthouse/lighthouse_module.js",
192 "front_end/lighthouse_worker.js",
193 "front_end/main/main-legacy.js",
194 "front_end/main/main.js",
195 "front_end/marked/marked.js",
196 "front_end/marked/marked_module.js",
197 "front_end/media/media-legacy.js",
198 "front_end/media/media.js",
199 "front_end/media/media_module.js",
200 "front_end/mobile_throttling/mobile_throttling-legacy.js",
201 "front_end/mobile_throttling/mobile_throttling.js",
202 "front_end/ndb_app.html",
203 "front_end/network/network-legacy.js",
204 "front_end/network/network.js",
205 "front_end/network/network_module.js",
206 "front_end/node_app.html",
207 "front_end/node_app.js",
208 "front_end/node_debugger/node_debugger_module.js",
209 "front_end/node_main/node_main-legacy.js",
210 "front_end/node_main/node_main.js",
211 "front_end/object_ui/object_ui-legacy.js",
212 "front_end/object_ui/object_ui.js",
213 "front_end/object_ui/object_ui_module.js",
214 "front_end/perf_ui/perf_ui-legacy.js",
215 "front_end/perf_ui/perf_ui.js",
216 "front_end/perf_ui/perf_ui_module.js",
217 "front_end/performance_monitor/performance_monitor-legacy.js",
218 "front_end/performance_monitor/performance_monitor.js",
219 "front_end/performance_monitor/performance_monitor_module.js",
220 "front_end/persistence/persistence-legacy.js",
221 "front_end/persistence/persistence.js",
222 "front_end/platform/platform.js",
223 "front_end/profiler/profiler-legacy.js",
224 "front_end/profiler/profiler.js",
225 "front_end/profiler/profiler_module.js",
226 "front_end/protocol_client/protocol_client-legacy.js",
227 "front_end/protocol_client/protocol_client.js",
228 "front_end/protocol_monitor/protocol_monitor-legacy.js",
229 "front_end/protocol_monitor/protocol_monitor.js",
230 "front_end/protocol_monitor/protocol_monitor_module.js",
231 "front_end/quick_open/quick_open-legacy.js",
232 "front_end/quick_open/quick_open.js",
233 "front_end/quick_open/quick_open_module.js",
234 "front_end/resources/resources-legacy.js",
235 "front_end/resources/resources.js",
236 "front_end/resources/resources_module.js",
237 "front_end/root.js",
238 "front_end/root/root-legacy.js",
239 "front_end/root/root.js",
240 "front_end/screencast/screencast-legacy.js",
241 "front_end/screencast/screencast.js",
242 "front_end/sdk/sdk-legacy.js",
243 "front_end/sdk/sdk.js",
244 "front_end/sdk/wasm_source_map/pkg/wasm_source_map_bg.wasm",
245 "front_end/search/search-legacy.js",
246 "front_end/search/search.js",
247 "front_end/search/search_module.js",
248 "front_end/security/security-legacy.js",
249 "front_end/security/security.js",
250 "front_end/security/security_module.js",
251 "front_end/services/services-legacy.js",
252 "front_end/services/services.js",
253 "front_end/settings/settings-legacy.js",
254 "front_end/settings/settings.js",
255 "front_end/settings/settings_module.js",
256 "front_end/shell.js",
257 "front_end/snippets/snippets-legacy.js",
258 "front_end/snippets/snippets.js",
259 "front_end/snippets/snippets_module.js",
260 "front_end/source_frame/source_frame-legacy.js",
261 "front_end/source_frame/source_frame.js",
262 "front_end/source_frame/source_frame_module.js",
263 "front_end/sources/sources-legacy.js",
264 "front_end/sources/sources.js",
265 "front_end/sources/sources_module.js",
266 "front_end/test_runner/test_runner.js",
267 "front_end/text_editor/text_editor-legacy.js",
268 "front_end/text_editor/text_editor.js",
269 "front_end/text_editor/text_editor_module.js",
270 "front_end/text_utils/text_utils-legacy.js",
271 "front_end/text_utils/text_utils.js",
Paul Lewis7b17f162020-08-10 15:26:08272 "front_end/theme_support/theme_support.js",
Paul Lewis6c0b15e2020-07-30 10:09:43273 "front_end/third_party/acorn/acorn.js",
274 "front_end/third_party/acorn/package/dist/acorn.mjs",
275 "front_end/third_party/lit-html/lit-html.js",
276 "front_end/timeline/timeline-legacy.js",
277 "front_end/timeline/timeline.js",
278 "front_end/timeline/timeline_module.js",
279 "front_end/timeline_model/timeline_model-legacy.js",
280 "front_end/timeline_model/timeline_model.js",
281 "front_end/timeline_model/timeline_model_module.js",
282 "front_end/toolbox.html",
283 "front_end/toolbox.js",
284 "front_end/toolbox_bootstrap/toolbox_bootstrap.js",
285 "front_end/ui/ui-legacy.js",
286 "front_end/ui/ui.js",
287 "front_end/ui/utils/utils.js",
288 "front_end/wasmparser_worker/wasmparser_worker.js",
289 "front_end/wasmparser_worker_entrypoint.js",
Jan Scheffler450b1652020-08-03 16:11:51290 "front_end/web_audio/graph_visualizer/graph_visualizer.js",
Paul Lewis6c0b15e2020-07-30 10:09:43291 "front_end/web_audio/web_audio-legacy.js",
292 "front_end/web_audio/web_audio.js",
293 "front_end/web_audio/web_audio_module.js",
294 "front_end/webauthn/webauthn-legacy.js",
295 "front_end/webauthn/webauthn.js",
296 "front_end/webauthn/webauthn_module.js",
297 "front_end/worker_app.html",
298 "front_end/worker_app.js",
299 "front_end/worker_main/worker_main-legacy.js",
300 "front_end/worker_main/worker_main.js",
301 "front_end/worker_service/worker_service.js",
302 "front_end/workspace/workspace-legacy.js",
303 "front_end/workspace/workspace.js",
304 "front_end/workspace_diff/workspace_diff-legacy.js",
305 "front_end/workspace_diff/workspace_diff.js",
306 "front_end/workspace_diff/workspace_diff_module.js",
307]
308
309grd_files_debug_sources = [
310 "front_end/accessibility/ARIAAttributesView.js",
311 "front_end/accessibility/ARIAMetadata.js",
312 "front_end/accessibility/AXBreadcrumbsPane.js",
313 "front_end/accessibility/AccessibilityModel.js",
314 "front_end/accessibility/AccessibilityNodeView.js",
315 "front_end/accessibility/AccessibilitySidebarView.js",
316 "front_end/accessibility/AccessibilityStrings.js",
317 "front_end/accessibility/AccessibilitySubPane.js",
318 "front_end/animation/AnimationGroupPreviewUI.js",
319 "front_end/animation/AnimationModel.js",
320 "front_end/animation/AnimationScreenshotPopover.js",
321 "front_end/animation/AnimationTimeline.js",
322 "front_end/animation/AnimationUI.js",
323 "front_end/bindings/BlackboxManager.js",
324 "front_end/bindings/BreakpointManager.js",
325 "front_end/bindings/CSSWorkspaceBinding.js",
326 "front_end/bindings/CompilerScriptMapping.js",
327 "front_end/bindings/ContentProviderBasedProject.js",
328 "front_end/bindings/DebuggerLanguagePlugins.js",
329 "front_end/bindings/DebuggerWorkspaceBinding.js",
330 "front_end/bindings/DefaultScriptMapping.js",
331 "front_end/bindings/FileUtils.js",
332 "front_end/bindings/LiveLocation.js",
333 "front_end/bindings/NetworkProject.js",
334 "front_end/bindings/PresentationConsoleMessageHelper.js",
335 "front_end/bindings/ResourceMapping.js",
336 "front_end/bindings/ResourceScriptMapping.js",
337 "front_end/bindings/ResourceUtils.js",
338 "front_end/bindings/SASSSourceMapping.js",
339 "front_end/bindings/StylesSourceMapping.js",
340 "front_end/bindings/TempFile.js",
341 "front_end/browser_debugger/DOMBreakpointsSidebarPane.js",
342 "front_end/browser_debugger/EventListenerBreakpointsSidebarPane.js",
343 "front_end/browser_debugger/ObjectEventListenersSidebarPane.js",
344 "front_end/browser_debugger/XHRBreakpointsSidebarPane.js",
345 "front_end/browser_sdk/IssuesManager.js",
346 "front_end/browser_sdk/LogManager.js",
347 "front_end/browser_sdk/RelatedIssue.js",
348 "front_end/changes/ChangesHighlighter.js",
349 "front_end/changes/ChangesSidebar.js",
350 "front_end/changes/ChangesTextEditor.js",
351 "front_end/changes/ChangesView.js",
352 "front_end/cm_modes/DefaultCodeMirrorMimeMode.js",
353 "front_end/color_picker/ContrastDetails.js",
354 "front_end/color_picker/ContrastInfo.js",
355 "front_end/color_picker/ContrastOverlay.js",
356 "front_end/color_picker/Spectrum.js",
357 "front_end/common/App.js",
358 "front_end/common/AppProvider.js",
359 "front_end/common/CharacterIdMap.js",
360 "front_end/common/Color.js",
361 "front_end/common/ColorUtils.js",
362 "front_end/common/Console.js",
363 "front_end/common/EventTarget.js",
364 "front_end/common/JavaScriptMetaData.js",
365 "front_end/common/Lazy.js",
366 "front_end/common/Linkifier.js",
367 "front_end/common/Object.js",
368 "front_end/common/ParsedURL.js",
369 "front_end/common/Progress.js",
370 "front_end/common/QueryParamHandler.js",
371 "front_end/common/ResourceType.js",
372 "front_end/common/Revealer.js",
373 "front_end/common/Runnable.js",
374 "front_end/common/SegmentedRange.js",
375 "front_end/common/Settings.js",
376 "front_end/common/StringOutputStream.js",
377 "front_end/common/TextDictionary.js",
378 "front_end/common/Throttler.js",
379 "front_end/common/Trie.js",
380 "front_end/common/WasmDisassembly.js",
381 "front_end/common/Worker.js",
Jack Franklin7ab22742020-08-10 10:22:56382 "front_end/component_helpers/get-stylesheet.js",
Paul Lewis6c0b15e2020-07-30 10:09:43383 "front_end/components/ImagePreview.js",
384 "front_end/components/JSPresentationUtils.js",
385 "front_end/components/Linkifier.js",
386 "front_end/components/Reload.js",
387 "front_end/components/TargetDetachedDialog.js",
388 "front_end/console/ConsoleContextSelector.js",
389 "front_end/console/ConsoleFilter.js",
390 "front_end/console/ConsolePanel.js",
391 "front_end/console/ConsolePinPane.js",
392 "front_end/console/ConsolePrompt.js",
393 "front_end/console/ConsoleSidebar.js",
394 "front_end/console/ConsoleView.js",
395 "front_end/console/ConsoleViewMessage.js",
396 "front_end/console/ConsoleViewport.js",
397 "front_end/console_counters/WarningErrorCounter.js",
398 "front_end/cookie_table/CookiesTable.js",
399 "front_end/coverage/CoverageDecorationManager.js",
400 "front_end/coverage/CoverageListView.js",
401 "front_end/coverage/CoverageModel.js",
402 "front_end/coverage/CoverageView.js",
403 "front_end/css_overview/CSSOverviewCompletedView.js",
404 "front_end/css_overview/CSSOverviewController.js",
405 "front_end/css_overview/CSSOverviewModel.js",
406 "front_end/css_overview/CSSOverviewPanel.js",
407 "front_end/css_overview/CSSOverviewProcessingView.js",
408 "front_end/css_overview/CSSOverviewSidebarPanel.js",
409 "front_end/css_overview/CSSOverviewStartView.js",
410 "front_end/css_overview/CSSOverviewUnusedDeclarations.js",
411 "front_end/data_grid/DataGrid.js",
412 "front_end/data_grid/ShowMoreDataGridNode.js",
413 "front_end/data_grid/SortableDataGrid.js",
414 "front_end/data_grid/ViewportDataGrid.js",
415 "front_end/developer_resources/DeveloperResourcesListView.js",
416 "front_end/developer_resources/DeveloperResourcesView.js",
417 "front_end/devices/DevicesView.js",
418 "front_end/diff/DiffWrapper.js",
419 "front_end/diff/diff_match_patch.js",
420 "front_end/dom_extension/DOMExtension.js",
421 "front_end/elements/Adorner.js",
422 "front_end/elements/ClassesPaneWidget.js",
423 "front_end/elements/ColorSwatchPopoverIcon.js",
424 "front_end/elements/ComputedStyleModel.js",
Changhao Hand2454322020-08-11 13:09:35425 "front_end/elements/ComputedStyleProperty.js",
426 "front_end/elements/ComputedStyleProperty_bridge.js",
427 "front_end/elements/ComputedStyleTrace.js",
428 "front_end/elements/ComputedStyleTrace_bridge.js",
Paul Lewis6c0b15e2020-07-30 10:09:43429 "front_end/elements/ComputedStyleWidget.js",
430 "front_end/elements/DOMLinkifier.js",
431 "front_end/elements/DOMPath.js",
432 "front_end/elements/ElementStatePaneWidget.js",
433 "front_end/elements/ElementsBreadcrumbs.js",
434 "front_end/elements/ElementsBreadcrumbsUtils.js",
435 "front_end/elements/ElementsBreadcrumbs_bridge.js",
436 "front_end/elements/ElementsPanel.js",
437 "front_end/elements/ElementsSidebarPane.js",
438 "front_end/elements/ElementsTreeElement.js",
439 "front_end/elements/ElementsTreeElementHighlighter.js",
440 "front_end/elements/ElementsTreeOutline.js",
441 "front_end/elements/EventListenersWidget.js",
442 "front_end/elements/ImagePreviewPopover.js",
443 "front_end/elements/InspectElementModeController.js",
Alex Rudenkoa39d2142020-08-11 05:09:40444 "front_end/elements/LayoutPane.js",
445 "front_end/elements/LayoutPaneUtils.js",
446 "front_end/elements/LayoutPane_bridge.js",
447 "front_end/elements/LayoutSidebarPane.js",
Paul Lewis6c0b15e2020-07-30 10:09:43448 "front_end/elements/MarkerDecorator.js",
449 "front_end/elements/MetricsSidebarPane.js",
450 "front_end/elements/NodeStackTraceWidget.js",
451 "front_end/elements/PlatformFontsWidget.js",
452 "front_end/elements/PropertiesWidget.js",
453 "front_end/elements/StylePropertyHighlighter.js",
454 "front_end/elements/StylePropertyTreeElement.js",
455 "front_end/elements/StylesSidebarPane.js",
456 "front_end/emulation/AdvancedApp.js",
457 "front_end/emulation/DeviceModeModel.js",
458 "front_end/emulation/DeviceModeToolbar.js",
459 "front_end/emulation/DeviceModeView.js",
460 "front_end/emulation/DeviceModeWrapper.js",
461 "front_end/emulation/DevicesSettingsTab.js",
462 "front_end/emulation/EmulatedDevices.js",
463 "front_end/emulation/InspectedPagePlaceholder.js",
464 "front_end/emulation/LocationsSettingsTab.js",
465 "front_end/emulation/MediaQueryInspector.js",
466 "front_end/emulation/SensorsView.js",
467 "front_end/event_listeners/EventListenersUtils.js",
468 "front_end/event_listeners/EventListenersView.js",
469 "front_end/extensions/ExtensionAPI.js",
470 "front_end/extensions/ExtensionPanel.js",
471 "front_end/extensions/ExtensionServer.js",
472 "front_end/extensions/ExtensionTraceProvider.js",
473 "front_end/extensions/ExtensionView.js",
474 "front_end/extensions/LanguageExtensionEndpoint.js",
475 "front_end/formatter/FormatterWorkerPool.js",
476 "front_end/formatter/ScriptFormatter.js",
477 "front_end/formatter/SourceFormatter.js",
478 "front_end/formatter_worker/AcornTokenizer.js",
479 "front_end/formatter_worker/CSSFormatter.js",
480 "front_end/formatter_worker/CSSRuleParser.js",
481 "front_end/formatter_worker/ESTreeWalker.js",
482 "front_end/formatter_worker/FormattedContentBuilder.js",
483 "front_end/formatter_worker/FormatterWorker.js",
484 "front_end/formatter_worker/HTMLFormatter.js",
485 "front_end/formatter_worker/IdentityFormatter.js",
486 "front_end/formatter_worker/JavaScriptFormatter.js",
487 "front_end/formatter_worker/JavaScriptOutline.js",
488 "front_end/generated/ARIAProperties.js",
489 "front_end/generated/InspectorBackendCommands.js",
490 "front_end/generated/SupportedCSSProperties.js",
491 "front_end/har_importer/HARFormat.js",
492 "front_end/har_importer/HARImporter.js",
493 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
494 "front_end/heap_snapshot_worker/AllocationProfile.js",
495 "front_end/heap_snapshot_worker/HeapSnapshot.js",
496 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
497 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
498 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
499 "front_end/help/HelpImpl.js",
500 "front_end/help/ReleaseNoteText.js",
501 "front_end/help/ReleaseNoteView.js",
502 "front_end/host/InspectorFrontendHost.js",
503 "front_end/host/InspectorFrontendHostAPI.js",
504 "front_end/host/Platform.js",
505 "front_end/host/ResourceLoader.js",
506 "front_end/host/UserMetrics.js",
507 "front_end/inline_editor/BezierEditor.js",
508 "front_end/inline_editor/BezierUI.js",
509 "front_end/inline_editor/CSSShadowEditor.js",
510 "front_end/inline_editor/CSSShadowModel.js",
511 "front_end/inline_editor/ColorSwatch.js",
512 "front_end/inline_editor/SwatchPopoverHelper.js",
513 "front_end/input/InputModel.js",
514 "front_end/input/InputTimeline.js",
515 "front_end/inspector_main/InspectorMain.js",
516 "front_end/inspector_main/RenderingOptions.js",
517 "front_end/issues/IssueAggregator.js",
518 "front_end/issues/IssueRevealer.js",
519 "front_end/issues/IssuesPane.js",
Simon Zündc87611c2020-08-04 05:17:40520 "front_end/issues/MarkdownIssueDescription.js",
Paul Lewis6c0b15e2020-07-30 10:09:43521 "front_end/issues/MarkdownView.js",
522 "front_end/issues/MarkdownView_bridge.js",
523 "front_end/javascript_metadata/JavaScriptMetadata.js",
524 "front_end/javascript_metadata/NativeFunctions.js",
525 "front_end/js_main/JsMain.js",
526 "front_end/layer_viewer/LayerDetailsView.js",
527 "front_end/layer_viewer/LayerTreeOutline.js",
528 "front_end/layer_viewer/LayerViewHost.js",
529 "front_end/layer_viewer/Layers3DView.js",
530 "front_end/layer_viewer/PaintProfilerView.js",
531 "front_end/layer_viewer/TransformController.js",
532 "front_end/layers/LayerPaintProfilerView.js",
533 "front_end/layers/LayerTreeModel.js",
534 "front_end/layers/LayersPanel.js",
535 "front_end/lighthouse/LighthouseController.js",
536 "front_end/lighthouse/LighthousePanel.js",
537 "front_end/lighthouse/LighthouseProtocolService.js",
538 "front_end/lighthouse/LighthouseReportRenderer.js",
539 "front_end/lighthouse/LighthouseReportSelector.js",
540 "front_end/lighthouse/LighthouseStartView.js",
541 "front_end/lighthouse/LighthouseStatusView.js",
542 "front_end/lighthouse/RadioSetting.js",
543 "front_end/main/ExecutionContextSelector.js",
544 "front_end/main/MainImpl.js",
545 "front_end/main/SimpleApp.js",
546 "front_end/media/EventDisplayTable.js",
547 "front_end/media/EventTimelineView.js",
548 "front_end/media/MainView.js",
549 "front_end/media/MediaModel.js",
550 "front_end/media/PlayerDetailView.js",
551 "front_end/media/PlayerListView.js",
552 "front_end/media/PlayerMessagesView.js",
553 "front_end/media/PlayerPropertiesView.js",
554 "front_end/media/TickingFlameChart.js",
555 "front_end/media/TickingFlameChartHelpers.js",
556 "front_end/mobile_throttling/MobileThrottlingSelector.js",
557 "front_end/mobile_throttling/NetworkPanelIndicator.js",
558 "front_end/mobile_throttling/NetworkThrottlingSelector.js",
559 "front_end/mobile_throttling/ThrottlingManager.js",
560 "front_end/mobile_throttling/ThrottlingPresets.js",
561 "front_end/mobile_throttling/ThrottlingSettingsTab.js",
562 "front_end/network/BinaryResourceView.js",
563 "front_end/network/BlockedURLsPane.js",
564 "front_end/network/EventSourceMessagesView.js",
565 "front_end/network/HARWriter.js",
566 "front_end/network/NetworkConfigView.js",
567 "front_end/network/NetworkDataGridNode.js",
568 "front_end/network/NetworkFrameGrouper.js",
569 "front_end/network/NetworkItemView.js",
570 "front_end/network/NetworkLogView.js",
571 "front_end/network/NetworkLogViewColumns.js",
572 "front_end/network/NetworkManageCustomHeadersView.js",
573 "front_end/network/NetworkOverview.js",
574 "front_end/network/NetworkPanel.js",
575 "front_end/network/NetworkSearchScope.js",
576 "front_end/network/NetworkTimeCalculator.js",
577 "front_end/network/NetworkWaterfallColumn.js",
578 "front_end/network/RequestCookiesView.js",
579 "front_end/network/RequestHTMLView.js",
580 "front_end/network/RequestHeadersView.js",
581 "front_end/network/RequestInitiatorView.js",
582 "front_end/network/RequestPreviewView.js",
583 "front_end/network/RequestResponseView.js",
584 "front_end/network/RequestTimingView.js",
585 "front_end/network/ResourceWebSocketFrameView.js",
586 "front_end/network/SignedExchangeInfoView.js",
587 "front_end/node_main/NodeConnectionsPanel.js",
588 "front_end/node_main/NodeMain.js",
589 "front_end/object_ui/CustomPreviewComponent.js",
590 "front_end/object_ui/JavaScriptAutocomplete.js",
591 "front_end/object_ui/JavaScriptREPL.js",
592 "front_end/object_ui/ObjectPopoverHelper.js",
593 "front_end/object_ui/ObjectPropertiesSection.js",
594 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
595 "front_end/perf_ui/ChartViewport.js",
596 "front_end/perf_ui/FilmStripView.js",
597 "front_end/perf_ui/FlameChart.js",
598 "front_end/perf_ui/GCActionDelegate.js",
599 "front_end/perf_ui/LineLevelProfile.js",
600 "front_end/perf_ui/LiveHeapProfile.js",
601 "front_end/perf_ui/NetworkPriorities.js",
602 "front_end/perf_ui/OverviewGrid.js",
603 "front_end/perf_ui/PieChart.js",
604 "front_end/perf_ui/TimelineGrid.js",
605 "front_end/perf_ui/TimelineOverviewPane.js",
606 "front_end/performance_monitor/PerformanceMonitor.js",
607 "front_end/persistence/Automapping.js",
608 "front_end/persistence/EditFileSystemView.js",
609 "front_end/persistence/FileSystemWorkspaceBinding.js",
610 "front_end/persistence/IsolatedFileSystem.js",
611 "front_end/persistence/IsolatedFileSystemManager.js",
612 "front_end/persistence/NetworkPersistenceManager.js",
613 "front_end/persistence/PersistenceActions.js",
614 "front_end/persistence/PersistenceImpl.js",
615 "front_end/persistence/PersistenceUtils.js",
616 "front_end/persistence/PlatformFileSystem.js",
617 "front_end/persistence/WorkspaceSettingsTab.js",
618 "front_end/platform/UIString.js",
619 "front_end/platform/array-utilities.js",
620 "front_end/platform/date-utilities.js",
621 "front_end/platform/number-utilities.js",
622 "front_end/platform/set-utilities.js",
623 "front_end/platform/string-utilities.js",
624 "front_end/platform/utilities.js",
625 "front_end/profiler/BottomUpProfileDataGrid.js",
626 "front_end/profiler/CPUProfileFlameChart.js",
627 "front_end/profiler/CPUProfileView.js",
628 "front_end/profiler/ChildrenProvider.js",
629 "front_end/profiler/HeapProfileView.js",
630 "front_end/profiler/HeapProfilerPanel.js",
631 "front_end/profiler/HeapSnapshotDataGrids.js",
632 "front_end/profiler/HeapSnapshotGridNodes.js",
633 "front_end/profiler/HeapSnapshotProxy.js",
634 "front_end/profiler/HeapSnapshotView.js",
635 "front_end/profiler/HeapTimelineOverview.js",
636 "front_end/profiler/IsolateSelector.js",
637 "front_end/profiler/LiveHeapProfileView.js",
638 "front_end/profiler/ProfileDataGrid.js",
639 "front_end/profiler/ProfileHeader.js",
640 "front_end/profiler/ProfileLauncherView.js",
641 "front_end/profiler/ProfileSidebarTreeElement.js",
642 "front_end/profiler/ProfileTypeRegistry.js",
643 "front_end/profiler/ProfileView.js",
644 "front_end/profiler/ProfilesPanel.js",
645 "front_end/profiler/TopDownProfileDataGrid.js",
646 "front_end/protocol_client/InspectorBackend.js",
647 "front_end/protocol_client/NodeURL.js",
648 "front_end/protocol_monitor/ProtocolMonitor.js",
649 "front_end/quick_open/CommandMenu.js",
650 "front_end/quick_open/FilteredListWidget.js",
651 "front_end/quick_open/HelpQuickOpen.js",
652 "front_end/quick_open/QuickInput.js",
653 "front_end/quick_open/QuickOpen.js",
654 "front_end/quick_open/QuickPick.js",
655 "front_end/resources/AppManifestView.js",
656 "front_end/resources/ApplicationCacheItemsView.js",
657 "front_end/resources/ApplicationCacheModel.js",
658 "front_end/resources/ApplicationPanelSidebar.js",
659 "front_end/resources/BackgroundServiceModel.js",
660 "front_end/resources/BackgroundServiceView.js",
661 "front_end/resources/ClearStorageView.js",
662 "front_end/resources/CookieItemsView.js",
663 "front_end/resources/DOMStorageItemsView.js",
664 "front_end/resources/DOMStorageModel.js",
665 "front_end/resources/DatabaseModel.js",
666 "front_end/resources/DatabaseQueryView.js",
667 "front_end/resources/DatabaseTableView.js",
668 "front_end/resources/FrameDetailsView.js",
669 "front_end/resources/IndexedDBModel.js",
670 "front_end/resources/IndexedDBViews.js",
671 "front_end/resources/ResourcesPanel.js",
672 "front_end/resources/ServiceWorkerCacheViews.js",
673 "front_end/resources/ServiceWorkersView.js",
674 "front_end/resources/StorageItemsView.js",
675 "front_end/root/Runtime.js",
676 "front_end/screencast/InputModel.js",
677 "front_end/screencast/ScreencastApp.js",
678 "front_end/screencast/ScreencastView.js",
679 "front_end/sdk/CPUProfileDataModel.js",
680 "front_end/sdk/CPUProfilerModel.js",
681 "front_end/sdk/CSSFontFace.js",
682 "front_end/sdk/CSSMatchedStyles.js",
683 "front_end/sdk/CSSMedia.js",
684 "front_end/sdk/CSSMetadata.js",
685 "front_end/sdk/CSSModel.js",
686 "front_end/sdk/CSSProperty.js",
687 "front_end/sdk/CSSPropertyParser.js",
688 "front_end/sdk/CSSRule.js",
689 "front_end/sdk/CSSStyleDeclaration.js",
690 "front_end/sdk/CSSStyleSheetHeader.js",
691 "front_end/sdk/ChildTargetManager.js",
692 "front_end/sdk/CompilerSourceMappingContentProvider.js",
693 "front_end/sdk/Connections.js",
694 "front_end/sdk/ConsoleModel.js",
695 "front_end/sdk/ContentSecurityPolicyIssue.js",
696 "front_end/sdk/Cookie.js",
697 "front_end/sdk/CookieModel.js",
698 "front_end/sdk/CookieParser.js",
699 "front_end/sdk/CrossOriginEmbedderPolicyIssue.js",
700 "front_end/sdk/DOMDebuggerModel.js",
701 "front_end/sdk/DOMModel.js",
702 "front_end/sdk/DebuggerModel.js",
703 "front_end/sdk/EmulationModel.js",
704 "front_end/sdk/FilmStripModel.js",
705 "front_end/sdk/FrameAssociated.js",
706 "front_end/sdk/FrameManager.js",
707 "front_end/sdk/HARLog.js",
708 "front_end/sdk/HeapProfilerModel.js",
709 "front_end/sdk/HeavyAdIssue.js",
710 "front_end/sdk/IsolateManager.js",
711 "front_end/sdk/Issue.js",
712 "front_end/sdk/IssuesModel.js",
713 "front_end/sdk/LayerTreeBase.js",
714 "front_end/sdk/LogModel.js",
715 "front_end/sdk/MixedContentIssue.js",
716 "front_end/sdk/NetworkLog.js",
717 "front_end/sdk/NetworkManager.js",
718 "front_end/sdk/NetworkRequest.js",
719 "front_end/sdk/OverlayModel.js",
720 "front_end/sdk/PageResourceLoader.js",
721 "front_end/sdk/PaintProfiler.js",
722 "front_end/sdk/PerformanceMetricsModel.js",
723 "front_end/sdk/ProfileTreeModel.js",
724 "front_end/sdk/RemoteObject.js",
725 "front_end/sdk/Resource.js",
726 "front_end/sdk/ResourceTreeModel.js",
727 "front_end/sdk/RuntimeModel.js",
728 "front_end/sdk/SDKModel.js",
729 "front_end/sdk/SameSiteCookieIssue.js",
730 "front_end/sdk/ScreenCaptureModel.js",
731 "front_end/sdk/Script.js",
732 "front_end/sdk/SecurityOriginManager.js",
733 "front_end/sdk/ServerTiming.js",
734 "front_end/sdk/ServiceWorkerCacheModel.js",
735 "front_end/sdk/ServiceWorkerManager.js",
736 "front_end/sdk/SourceMap.js",
737 "front_end/sdk/SourceMapManager.js",
738 "front_end/sdk/TracingManager.js",
739 "front_end/sdk/TracingModel.js",
740 "front_end/sdk/WebAuthnModel.js",
741 "front_end/sdk/wasm_source_map/pkg/wasm_source_map.js",
742 "front_end/search/SearchConfig.js",
743 "front_end/search/SearchResultsPane.js",
744 "front_end/search/SearchView.js",
745 "front_end/security/SecurityModel.js",
746 "front_end/security/SecurityPanel.js",
747 "front_end/services/ServiceManager.js",
748 "front_end/settings/FrameworkBlackboxSettingsTab.js",
749 "front_end/settings/KeybindsSettingsTab.js",
750 "front_end/settings/SettingsScreen.js",
751 "front_end/snippets/ScriptSnippetFileSystem.js",
752 "front_end/snippets/SnippetsQuickOpen.js",
753 "front_end/source_frame/BinaryResourceViewFactory.js",
754 "front_end/source_frame/FontView.js",
755 "front_end/source_frame/ImageView.js",
756 "front_end/source_frame/JSONView.js",
757 "front_end/source_frame/PreviewFactory.js",
758 "front_end/source_frame/ResourceSourceFrame.js",
759 "front_end/source_frame/SourceCodeDiff.js",
760 "front_end/source_frame/SourceFrame.js",
761 "front_end/source_frame/SourcesTextEditor.js",
762 "front_end/source_frame/XMLView.js",
763 "front_end/sources/AddSourceMapURLDialog.js",
764 "front_end/sources/BreakpointEditDialog.js",
765 "front_end/sources/CSSPlugin.js",
766 "front_end/sources/CallStackSidebarPane.js",
767 "front_end/sources/CoveragePlugin.js",
768 "front_end/sources/DebuggerPausedMessage.js",
769 "front_end/sources/DebuggerPlugin.js",
770 "front_end/sources/EditingLocationHistoryManager.js",
771 "front_end/sources/FilePathScoreFunction.js",
772 "front_end/sources/FilteredUISourceCodeListProvider.js",
773 "front_end/sources/GoToLineQuickOpen.js",
774 "front_end/sources/GutterDiffPlugin.js",
775 "front_end/sources/InplaceFormatterEditorAction.js",
776 "front_end/sources/JavaScriptBreakpointsSidebarPane.js",
777 "front_end/sources/JavaScriptCompilerPlugin.js",
778 "front_end/sources/NavigatorView.js",
779 "front_end/sources/OpenFileQuickOpen.js",
780 "front_end/sources/OutlineQuickOpen.js",
781 "front_end/sources/Plugin.js",
782 "front_end/sources/ScopeChainSidebarPane.js",
783 "front_end/sources/ScriptFormatterEditorAction.js",
784 "front_end/sources/ScriptOriginPlugin.js",
785 "front_end/sources/SearchSourcesView.js",
786 "front_end/sources/SimpleHistoryManager.js",
787 "front_end/sources/SnippetsPlugin.js",
788 "front_end/sources/SourceMapNamesResolver.js",
789 "front_end/sources/SourcesNavigator.js",
790 "front_end/sources/SourcesPanel.js",
791 "front_end/sources/SourcesSearchScope.js",
792 "front_end/sources/SourcesView.js",
793 "front_end/sources/TabbedEditorContainer.js",
794 "front_end/sources/ThreadsSidebarPane.js",
795 "front_end/sources/UISourceCodeFrame.js",
796 "front_end/sources/WatchExpressionsSidebarPane.js",
797 "front_end/test_runner/TestRunner.js",
798 "front_end/text_editor/CodeMirrorTextEditor.js",
799 "front_end/text_editor/CodeMirrorUtils.js",
800 "front_end/text_editor/TextEditorAutocompleteController.js",
801 "front_end/text_utils/ContentProvider.js",
802 "front_end/text_utils/StaticContentProvider.js",
803 "front_end/text_utils/Text.js",
804 "front_end/text_utils/TextCursor.js",
805 "front_end/text_utils/TextRange.js",
806 "front_end/text_utils/TextUtils.js",
Paul Lewis7b17f162020-08-10 15:26:08807 "front_end/theme_support/theme_support_impl.js",
Paul Lewis6c0b15e2020-07-30 10:09:43808 "front_end/third_party/acorn-logical-assignment/package/dist/acorn-logical-assignment.mjs",
809 "front_end/third_party/acorn-loose/package/dist/acorn-loose.mjs",
810 "front_end/third_party/acorn-numeric-separator/package/dist/acorn-numeric-separator.mjs",
Ilya Shermana46c0482020-08-18 22:38:39811 "front_end/third_party/chromium/client-variations/ClientVariations.js",
Paul Lewis6c0b15e2020-07-30 10:09:43812 "front_end/third_party/codemirror/package/addon/comment/comment.js",
813 "front_end/third_party/codemirror/package/addon/edit/closebrackets.js",
814 "front_end/third_party/codemirror/package/addon/edit/matchbrackets.js",
815 "front_end/third_party/codemirror/package/addon/fold/brace-fold.js",
816 "front_end/third_party/codemirror/package/addon/fold/foldcode.js",
817 "front_end/third_party/codemirror/package/addon/fold/foldgutter.js",
818 "front_end/third_party/codemirror/package/addon/mode/multiplex.js",
819 "front_end/third_party/codemirror/package/addon/mode/overlay.js",
820 "front_end/third_party/codemirror/package/addon/mode/simple.js",
821 "front_end/third_party/codemirror/package/addon/runmode/runmode-standalone.js",
822 "front_end/third_party/codemirror/package/addon/selection/active-line.js",
823 "front_end/third_party/codemirror/package/addon/selection/mark-selection.js",
824 "front_end/third_party/codemirror/package/lib/codemirror.js",
825 "front_end/third_party/codemirror/package/mode/clike/clike.js",
826 "front_end/third_party/codemirror/package/mode/clojure/clojure.js",
827 "front_end/third_party/codemirror/package/mode/coffeescript/coffeescript.js",
828 "front_end/third_party/codemirror/package/mode/css/css.js",
829 "front_end/third_party/codemirror/package/mode/htmlembedded/htmlembedded.js",
830 "front_end/third_party/codemirror/package/mode/htmlmixed/htmlmixed.js",
831 "front_end/third_party/codemirror/package/mode/javascript/javascript.js",
832 "front_end/third_party/codemirror/package/mode/jsx/jsx.js",
833 "front_end/third_party/codemirror/package/mode/livescript/livescript.js",
834 "front_end/third_party/codemirror/package/mode/markdown/markdown.js",
835 "front_end/third_party/codemirror/package/mode/php/php.js",
836 "front_end/third_party/codemirror/package/mode/python/python.js",
837 "front_end/third_party/codemirror/package/mode/shell/shell.js",
838 "front_end/third_party/codemirror/package/mode/wast/wast.js",
839 "front_end/third_party/codemirror/package/mode/xml/xml.js",
840 "front_end/third_party/lighthouse/report-assets/report-generator.js",
841 "front_end/third_party/lighthouse/report-assets/report.js",
842 "front_end/third_party/lit-html/directives.js",
843 "front_end/third_party/lit-html/package/directives/class-map.js",
Changhao Han3b659d02020-08-03 12:18:35844 "front_end/third_party/lit-html/package/directives/if-defined.js",
Paul Lewis6c0b15e2020-07-30 10:09:43845 "front_end/third_party/lit-html/package/lib/default-template-processor.js",
846 "front_end/third_party/lit-html/package/lib/directive.js",
847 "front_end/third_party/lit-html/package/lib/dom.js",
848 "front_end/third_party/lit-html/package/lib/part.js",
849 "front_end/third_party/lit-html/package/lib/parts.js",
850 "front_end/third_party/lit-html/package/lib/render.js",
851 "front_end/third_party/lit-html/package/lib/template-factory.js",
852 "front_end/third_party/lit-html/package/lib/template-instance.js",
853 "front_end/third_party/lit-html/package/lib/template-result.js",
854 "front_end/third_party/lit-html/package/lib/template.js",
855 "front_end/third_party/lit-html/package/lit-html.js",
856 "front_end/third_party/marked/package/lib/marked.esm.js",
857 "front_end/third_party/wasmparser/package/dist/esm/WasmDis.js",
858 "front_end/third_party/wasmparser/package/dist/esm/WasmParser.js",
859 "front_end/timeline/CLSLinkifier.js",
860 "front_end/timeline/CountersGraph.js",
861 "front_end/timeline/EventsTimelineTreeView.js",
862 "front_end/timeline/ExtensionTracingSession.js",
863 "front_end/timeline/PerformanceModel.js",
864 "front_end/timeline/TimelineController.js",
865 "front_end/timeline/TimelineDetailsView.js",
866 "front_end/timeline/TimelineEventOverview.js",
867 "front_end/timeline/TimelineFilters.js",
868 "front_end/timeline/TimelineFlameChartDataProvider.js",
869 "front_end/timeline/TimelineFlameChartNetworkDataProvider.js",
870 "front_end/timeline/TimelineFlameChartView.js",
871 "front_end/timeline/TimelineHistoryManager.js",
872 "front_end/timeline/TimelineLayersView.js",
873 "front_end/timeline/TimelineLoader.js",
874 "front_end/timeline/TimelinePaintProfilerView.js",
875 "front_end/timeline/TimelinePanel.js",
876 "front_end/timeline/TimelineTreeView.js",
877 "front_end/timeline/TimelineUIUtils.js",
878 "front_end/timeline/UIDevtoolsController.js",
879 "front_end/timeline/UIDevtoolsUtils.js",
880 "front_end/timeline_model/TimelineFrameModel.js",
881 "front_end/timeline_model/TimelineIRModel.js",
882 "front_end/timeline_model/TimelineJSProfile.js",
883 "front_end/timeline_model/TimelineModel.js",
884 "front_end/timeline_model/TimelineModelFilter.js",
885 "front_end/timeline_model/TimelineProfileTree.js",
886 "front_end/timeline_model/TracingLayerTree.js",
887 "front_end/ui/ARIAUtils.js",
888 "front_end/ui/Action.js",
889 "front_end/ui/ActionDelegate.js",
890 "front_end/ui/ActionRegistry.js",
891 "front_end/ui/Context.js",
892 "front_end/ui/ContextFlavorListener.js",
893 "front_end/ui/ContextMenu.js",
894 "front_end/ui/Dialog.js",
Songtao Xiae3af1e32020-08-18 22:01:26895 "front_end/ui/DockController.js",
Paul Lewis6c0b15e2020-07-30 10:09:43896 "front_end/ui/DropTarget.js",
897 "front_end/ui/EmptyWidget.js",
898 "front_end/ui/FilterBar.js",
899 "front_end/ui/FilterSuggestionBuilder.js",
900 "front_end/ui/ForwardedInputEventHandler.js",
901 "front_end/ui/Fragment.js",
902 "front_end/ui/Geometry.js",
903 "front_end/ui/GlassPane.js",
904 "front_end/ui/HistoryInput.js",
905 "front_end/ui/Icon.js",
906 "front_end/ui/Infobar.js",
907 "front_end/ui/InplaceEditor.js",
908 "front_end/ui/InspectorView.js",
909 "front_end/ui/KeyboardShortcut.js",
910 "front_end/ui/ListControl.js",
911 "front_end/ui/ListModel.js",
912 "front_end/ui/ListWidget.js",
913 "front_end/ui/Panel.js",
914 "front_end/ui/PopoverHelper.js",
915 "front_end/ui/ProgressIndicator.js",
916 "front_end/ui/RemoteDebuggingTerminatedScreen.js",
917 "front_end/ui/ReportView.js",
918 "front_end/ui/ResizerWidget.js",
919 "front_end/ui/RootView.js",
920 "front_end/ui/SearchableView.js",
921 "front_end/ui/SegmentedButton.js",
922 "front_end/ui/SettingsUI.js",
923 "front_end/ui/ShortcutRegistry.js",
924 "front_end/ui/ShortcutsScreen.js",
925 "front_end/ui/SoftContextMenu.js",
926 "front_end/ui/SoftDropDown.js",
927 "front_end/ui/SplitWidget.js",
928 "front_end/ui/SuggestBox.js",
929 "front_end/ui/SyntaxHighlighter.js",
930 "front_end/ui/TabbedPane.js",
931 "front_end/ui/TargetCrashedScreen.js",
932 "front_end/ui/TextEditor.js",
933 "front_end/ui/TextPrompt.js",
934 "front_end/ui/ThrottledWidget.js",
935 "front_end/ui/Toolbar.js",
936 "front_end/ui/Tooltip.js",
937 "front_end/ui/Treeoutline.js",
938 "front_end/ui/UIUtils.js",
939 "front_end/ui/View.js",
940 "front_end/ui/ViewManager.js",
941 "front_end/ui/Widget.js",
942 "front_end/ui/XElement.js",
943 "front_end/ui/XLink.js",
944 "front_end/ui/XWidget.js",
945 "front_end/ui/ZoomManager.js",
946 "front_end/ui/utils/append-style.js",
947 "front_end/ui/utils/create-shadow-root-with-core-styles.js",
948 "front_end/ui/utils/focus-changed.js",
949 "front_end/ui/utils/inject-core-styles.js",
950 "front_end/ui/utils/measured-scrollbar-width.js",
951 "front_end/ui/utils/register-custom-element.js",
952 "front_end/wasmparser_worker/WasmParserWorker.js",
953 "front_end/web_audio/AudioContextContentBuilder.js",
954 "front_end/web_audio/AudioContextSelector.js",
955 "front_end/web_audio/WebAudioModel.js",
956 "front_end/web_audio/WebAudioView.js",
957 "front_end/web_audio/graph_visualizer/EdgeView.js",
958 "front_end/web_audio/graph_visualizer/GraphManager.js",
959 "front_end/web_audio/graph_visualizer/GraphStyle.js",
960 "front_end/web_audio/graph_visualizer/GraphView.js",
961 "front_end/web_audio/graph_visualizer/NodeRendererUtility.js",
962 "front_end/web_audio/graph_visualizer/NodeView.js",
963 "front_end/webauthn/WebauthnPane.js",
964 "front_end/worker_main/WorkerMain.js",
965 "front_end/worker_service/ServiceDispatcher.js",
966 "front_end/workspace/FileManager.js",
967 "front_end/workspace/UISourceCode.js",
968 "front_end/workspace/WorkspaceImpl.js",
969 "front_end/workspace_diff/WorkspaceDiff.js",
970]
971
972# Confirm that there is no overlap between the two lists.
973_grd_files_release_sources =
974 filter_exclude(grd_files_release_sources, grd_files_debug_sources)
975assert(_grd_files_release_sources == grd_files_release_sources,
976 "Debug and Release file lists overlap")
977
978_grd_files_debug_sources =
979 filter_exclude(grd_files_debug_sources, grd_files_release_sources)
980assert(_grd_files_debug_sources == grd_files_debug_sources,
981 "Debug and Release file lists overlap")