33# found in the LICENSE file.
44
55# 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 ).
6+ # has two lists, one for files expected for the "bundled" build
7+ # (devtools_bundle=true ), and another for the "unbundled" build (devtools_bundle=false ).
88# The two lists are checked for overlap, and an error thrown if there is
99# any. In the root BUILD.gn these lists are used to ensure that no files
1010# are missed from the GRD.
1111
12- grd_files_release_sources = [
12+ grd_files_bundled_sources = [
1313 " front_end/Images/3d-center.svg" ,
1414 " front_end/Images/3d-pan.svg" ,
1515 " front_end/Images/3d-rotate.svg" ,
@@ -869,7 +869,7 @@ grd_files_release_sources = [
869869 " front_end/worker_app.html" ,
870870]
871871
872- grd_files_debug_sources = [
872+ grd_files_unbundled_sources = [
873873 " front_end/core/common/App.js" ,
874874 " front_end/core/common/AppProvider.js" ,
875875 " front_end/core/common/Base64.js" ,
@@ -1187,11 +1187,8 @@ grd_files_debug_sources = [
11871187 " front_end/models/trace/LanternComputationData.js" ,
11881188 " front_end/models/trace/ModelImpl.js" ,
11891189 " front_end/models/trace/Processor.js" ,
1190- " front_end/models/trace/TracingManager.js" ,
1191- " front_end/models/trace/extras/FetchNodes.js" ,
11921190 " front_end/models/trace/extras/FilmStrip.js" ,
11931191 " front_end/models/trace/extras/MainThreadActivity.js" ,
1194- " front_end/models/trace/extras/Metadata.js" ,
11951192 " front_end/models/trace/extras/ScriptDuplication.js" ,
11961193 " front_end/models/trace/extras/StackTraceForEvent.js" ,
11971194 " front_end/models/trace/extras/ThirdParties.js" ,
@@ -1246,10 +1243,10 @@ grd_files_debug_sources = [
12461243 " front_end/models/trace/insights/DuplicatedJavaScript.js" ,
12471244 " front_end/models/trace/insights/FontDisplay.js" ,
12481245 " front_end/models/trace/insights/ForcedReflow.js" ,
1246+ " front_end/models/trace/insights/INPBreakdown.js" ,
12491247 " front_end/models/trace/insights/ImageDelivery.js" ,
1250- " front_end/models/trace/insights/InteractionToNextPaint .js" ,
1248+ " front_end/models/trace/insights/LCPBreakdown .js" ,
12511249 " front_end/models/trace/insights/LCPDiscovery.js" ,
1252- " front_end/models/trace/insights/LCPPhases.js" ,
12531250 " front_end/models/trace/insights/LegacyJavaScript.js" ,
12541251 " front_end/models/trace/insights/Models.js" ,
12551252 " front_end/models/trace/insights/ModernHTTP.js" ,
@@ -1315,10 +1312,8 @@ grd_files_debug_sources = [
13151312 " front_end/panels/ai_assistance/components/userActionRow.css.js" ,
13161313 " front_end/panels/ai_assistance/selectWorkspaceDialog.css.js" ,
13171314 " front_end/panels/animation/AnimationGroupPreviewUI.js" ,
1318- " front_end/panels/animation/AnimationScreenshotPopover.js" ,
13191315 " front_end/panels/animation/AnimationTimeline.js" ,
13201316 " front_end/panels/animation/AnimationUI.js" ,
1321- " front_end/panels/animation/animationScreenshotPopover.css.js" ,
13221317 " front_end/panels/animation/animationTimeline.css.js" ,
13231318 " front_end/panels/application/AppManifestView.js" ,
13241319 " front_end/panels/application/ApplicationPanelSidebar.js" ,
@@ -1499,6 +1494,7 @@ grd_files_debug_sources = [
14991494 " front_end/panels/elements/ImagePreviewPopover.js" ,
15001495 " front_end/panels/elements/InspectElementModeController.js" ,
15011496 " front_end/panels/elements/LayersWidget.js" ,
1497+ " front_end/panels/elements/LayoutPane.js" ,
15021498 " front_end/panels/elements/MarkerDecorator.js" ,
15031499 " front_end/panels/elements/MetricsSidebarPane.js" ,
15041500 " front_end/panels/elements/NodeStackTraceWidget.js" ,
@@ -1529,8 +1525,6 @@ grd_files_debug_sources = [
15291525 " front_end/panels/elements/components/ElementsBreadcrumbsUtils.js" ,
15301526 " front_end/panels/elements/components/ElementsTreeExpandButton.js" ,
15311527 " front_end/panels/elements/components/Helper.js" ,
1532- " front_end/panels/elements/components/LayoutPane.js" ,
1533- " front_end/panels/elements/components/LayoutPaneUtils.js" ,
15341528 " front_end/panels/elements/components/QueryContainer.js" ,
15351529 " front_end/panels/elements/components/StylePropertyEditor.js" ,
15361530 " front_end/panels/elements/components/accessibilityTreeNode.css.js" ,
@@ -1542,7 +1536,6 @@ grd_files_debug_sources = [
15421536 " front_end/panels/elements/components/cssVariableValueView.css.js" ,
15431537 " front_end/panels/elements/components/elementsBreadcrumbs.css.js" ,
15441538 " front_end/panels/elements/components/elementsTreeExpandButton.css.js" ,
1545- " front_end/panels/elements/components/layoutPane.css.js" ,
15461539 " front_end/panels/elements/components/queryContainer.css.js" ,
15471540 " front_end/panels/elements/components/stylePropertyEditor.css.js" ,
15481541 " front_end/panels/elements/computedStyleSidebarPane.css.js" ,
@@ -1552,6 +1545,7 @@ grd_files_debug_sources = [
15521545 " front_end/panels/elements/elementsPanel.css.js" ,
15531546 " front_end/panels/elements/elementsTreeOutline.css.js" ,
15541547 " front_end/panels/elements/layersWidget.css.js" ,
1548+ " front_end/panels/elements/layoutPane.css.js" ,
15551549 " front_end/panels/elements/metricsSidebarPane.css.js" ,
15561550 " front_end/panels/elements/nodeStackTraceWidget.css.js" ,
15571551 " front_end/panels/elements/platformFontsWidget.css.js" ,
@@ -1879,6 +1873,8 @@ grd_files_debug_sources = [
18791873 " front_end/panels/sources/AddSourceMapURLDialog.js" ,
18801874 " front_end/panels/sources/AiWarningInfobarPlugin.js" ,
18811875 " front_end/panels/sources/BreakpointEditDialog.js" ,
1876+ " front_end/panels/sources/BreakpointsView.js" ,
1877+ " front_end/panels/sources/BreakpointsViewUtils.js" ,
18821878 " front_end/panels/sources/CSSPlugin.js" ,
18831879 " front_end/panels/sources/CallStackSidebarPane.js" ,
18841880 " front_end/panels/sources/CategorizedBreakpointL10n.js" ,
@@ -1908,12 +1904,10 @@ grd_files_debug_sources = [
19081904 " front_end/panels/sources/UISourceCodeFrame.js" ,
19091905 " front_end/panels/sources/WatchExpressionsSidebarPane.js" ,
19101906 " front_end/panels/sources/breakpointEditDialog.css.js" ,
1907+ " front_end/panels/sources/breakpointsView.css.js" ,
19111908 " front_end/panels/sources/callStackSidebarPane.css.js" ,
1912- " front_end/panels/sources/components/BreakpointsView.js" ,
1913- " front_end/panels/sources/components/BreakpointsViewUtils.js" ,
19141909 " front_end/panels/sources/components/HeadersView.css.js" ,
19151910 " front_end/panels/sources/components/HeadersView.js" ,
1916- " front_end/panels/sources/components/breakpointsView.css.js" ,
19171911 " front_end/panels/sources/debuggerPausedMessage.css.js" ,
19181912 " front_end/panels/sources/dialog.css.js" ,
19191913 " front_end/panels/sources/navigatorTree.css.js" ,
@@ -1945,6 +1939,7 @@ grd_files_debug_sources = [
19451939 " front_end/panels/timeline/LayoutShiftsTrackAppender.js" ,
19461940 " front_end/panels/timeline/ModificationsManager.js" ,
19471941 " front_end/panels/timeline/NetworkTrackAppender.js" ,
1942+ " front_end/panels/timeline/RecordingMetadata.js" ,
19481943 " front_end/panels/timeline/SaveFileFormatter.js" ,
19491944 " front_end/panels/timeline/StatusDialog.js" ,
19501945 " front_end/panels/timeline/TargetForEvent.js" ,
@@ -1969,6 +1964,7 @@ grd_files_debug_sources = [
19691964 " front_end/panels/timeline/TimelineUIUtils.js" ,
19701965 " front_end/panels/timeline/TimingsTrackAppender.js" ,
19711966 " front_end/panels/timeline/TracingLayerTree.js" ,
1967+ " front_end/panels/timeline/TrackConfiguration.js" ,
19721968 " front_end/panels/timeline/UIDevtoolsController.js" ,
19731969 " front_end/panels/timeline/UIDevtoolsUtils.js" ,
19741970 " front_end/panels/timeline/components/Breadcrumbs.js" ,
@@ -2008,10 +2004,10 @@ grd_files_debug_sources = [
20082004 " front_end/panels/timeline/components/insights/FontDisplay.js" ,
20092005 " front_end/panels/timeline/components/insights/ForcedReflow.js" ,
20102006 " front_end/panels/timeline/components/insights/Helpers.js" ,
2007+ " front_end/panels/timeline/components/insights/INPBreakdown.js" ,
20112008 " front_end/panels/timeline/components/insights/ImageDelivery.js" ,
2012- " front_end/panels/timeline/components/insights/InteractionToNextPaint .js" ,
2009+ " front_end/panels/timeline/components/insights/LCPBreakdown .js" ,
20132010 " front_end/panels/timeline/components/insights/LCPDiscovery.js" ,
2014- " front_end/panels/timeline/components/insights/LCPPhases.js" ,
20152011 " front_end/panels/timeline/components/insights/LegacyJavaScript.js" ,
20162012 " front_end/panels/timeline/components/insights/ModernHTTP.js" ,
20172013 " front_end/panels/timeline/components/insights/NetworkDependencyTree.js" ,
@@ -2052,6 +2048,7 @@ grd_files_debug_sources = [
20522048 " front_end/panels/timeline/overlays/components/entryLabelOverlay.css.js" ,
20532049 " front_end/panels/timeline/overlays/components/timeRangeOverlay.css.js" ,
20542050 " front_end/panels/timeline/overlays/components/timespanBreakdownOverlay.css.js" ,
2051+ " front_end/panels/timeline/thirdPartyTreeView.css.js" ,
20552052 " front_end/panels/timeline/timelineFlameChartView.css.js" ,
20562053 " front_end/panels/timeline/timelineFlamechartPopover.css.js" ,
20572054 " front_end/panels/timeline/timelineHistoryManager.css.js" ,
@@ -2064,6 +2061,7 @@ grd_files_debug_sources = [
20642061 " front_end/panels/timeline/utils/AICallTree.js" ,
20652062 " front_end/panels/timeline/utils/EntityMapper.js" ,
20662063 " front_end/panels/timeline/utils/EntryName.js" ,
2064+ " front_end/panels/timeline/utils/EntryNodes.js" ,
20672065 " front_end/panels/timeline/utils/EntryStyles.js" ,
20682066 " front_end/panels/timeline/utils/Helpers.js" ,
20692067 " front_end/panels/timeline/utils/IgnoreList.js" ,
@@ -2092,6 +2090,7 @@ grd_files_debug_sources = [
20922090 " front_end/services/puppeteer/PuppeteerConnection.js" ,
20932091 " front_end/services/trace_bounds/TraceBounds.js" ,
20942092 " front_end/services/tracing/PerformanceTracing.js" ,
2093+ " front_end/services/tracing/TracingManager.js" ,
20952094 " front_end/services/window_bounds/WindowBoundsService.js" ,
20962095 " front_end/third_party/acorn/package/dist/acorn.mjs" ,
20972096 " front_end/third_party/chromium/client-variations/ClientVariations.js" ,
@@ -2660,12 +2659,12 @@ grd_files_debug_sources = [
26602659]
26612660
26622661# Confirm that there is no overlap between the two lists.
2663- _grd_files_release_sources =
2664- filter_exclude (grd_files_release_sources , grd_files_debug_sources )
2665- assert (_grd_files_release_sources == grd_files_release_sources ,
2666- " Debug and Release file lists overlap" )
2662+ _grd_files_bundled_sources =
2663+ filter_exclude (grd_files_bundled_sources , grd_files_unbundled_sources )
2664+ assert (_grd_files_bundled_sources == grd_files_bundled_sources ,
2665+ " Bundled and Bundled file lists overlap" )
26672666
2668- _grd_files_debug_sources =
2669- filter_exclude (grd_files_debug_sources , grd_files_release_sources )
2670- assert (_grd_files_debug_sources == grd_files_debug_sources ,
2671- " Debug and Release file lists overlap" )
2667+ _grd_files_unbundled_sources =
2668+ filter_exclude (grd_files_unbundled_sources , grd_files_bundled_sources )
2669+ assert (_grd_files_unbundled_sources == grd_files_unbundled_sources ,
2670+ " Bundled and Bundled file lists overlap" )
0 commit comments