3
3
# found in the LICENSE file.
4
4
5
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 ).
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 ).
8
8
# The two lists are checked for overlap, and an error thrown if there is
9
9
# any. In the root BUILD.gn these lists are used to ensure that no files
10
10
# are missed from the GRD.
11
11
12
- grd_files_release_sources = [
12
+ grd_files_bundled_sources = [
13
13
" front_end/Images/3d-center.svg" ,
14
14
" front_end/Images/3d-pan.svg" ,
15
15
" front_end/Images/3d-rotate.svg" ,
@@ -869,7 +869,7 @@ grd_files_release_sources = [
869
869
" front_end/worker_app.html" ,
870
870
]
871
871
872
- grd_files_debug_sources = [
872
+ grd_files_unbundled_sources = [
873
873
" front_end/core/common/App.js" ,
874
874
" front_end/core/common/AppProvider.js" ,
875
875
" front_end/core/common/Base64.js" ,
@@ -1187,11 +1187,8 @@ grd_files_debug_sources = [
1187
1187
" front_end/models/trace/LanternComputationData.js" ,
1188
1188
" front_end/models/trace/ModelImpl.js" ,
1189
1189
" front_end/models/trace/Processor.js" ,
1190
- " front_end/models/trace/TracingManager.js" ,
1191
- " front_end/models/trace/extras/FetchNodes.js" ,
1192
1190
" front_end/models/trace/extras/FilmStrip.js" ,
1193
1191
" front_end/models/trace/extras/MainThreadActivity.js" ,
1194
- " front_end/models/trace/extras/Metadata.js" ,
1195
1192
" front_end/models/trace/extras/ScriptDuplication.js" ,
1196
1193
" front_end/models/trace/extras/StackTraceForEvent.js" ,
1197
1194
" front_end/models/trace/extras/ThirdParties.js" ,
@@ -1246,10 +1243,10 @@ grd_files_debug_sources = [
1246
1243
" front_end/models/trace/insights/DuplicatedJavaScript.js" ,
1247
1244
" front_end/models/trace/insights/FontDisplay.js" ,
1248
1245
" front_end/models/trace/insights/ForcedReflow.js" ,
1246
+ " front_end/models/trace/insights/INPBreakdown.js" ,
1249
1247
" front_end/models/trace/insights/ImageDelivery.js" ,
1250
- " front_end/models/trace/insights/InteractionToNextPaint .js" ,
1248
+ " front_end/models/trace/insights/LCPBreakdown .js" ,
1251
1249
" front_end/models/trace/insights/LCPDiscovery.js" ,
1252
- " front_end/models/trace/insights/LCPPhases.js" ,
1253
1250
" front_end/models/trace/insights/LegacyJavaScript.js" ,
1254
1251
" front_end/models/trace/insights/Models.js" ,
1255
1252
" front_end/models/trace/insights/ModernHTTP.js" ,
@@ -1315,10 +1312,8 @@ grd_files_debug_sources = [
1315
1312
" front_end/panels/ai_assistance/components/userActionRow.css.js" ,
1316
1313
" front_end/panels/ai_assistance/selectWorkspaceDialog.css.js" ,
1317
1314
" front_end/panels/animation/AnimationGroupPreviewUI.js" ,
1318
- " front_end/panels/animation/AnimationScreenshotPopover.js" ,
1319
1315
" front_end/panels/animation/AnimationTimeline.js" ,
1320
1316
" front_end/panels/animation/AnimationUI.js" ,
1321
- " front_end/panels/animation/animationScreenshotPopover.css.js" ,
1322
1317
" front_end/panels/animation/animationTimeline.css.js" ,
1323
1318
" front_end/panels/application/AppManifestView.js" ,
1324
1319
" front_end/panels/application/ApplicationPanelSidebar.js" ,
@@ -1499,6 +1494,7 @@ grd_files_debug_sources = [
1499
1494
" front_end/panels/elements/ImagePreviewPopover.js" ,
1500
1495
" front_end/panels/elements/InspectElementModeController.js" ,
1501
1496
" front_end/panels/elements/LayersWidget.js" ,
1497
+ " front_end/panels/elements/LayoutPane.js" ,
1502
1498
" front_end/panels/elements/MarkerDecorator.js" ,
1503
1499
" front_end/panels/elements/MetricsSidebarPane.js" ,
1504
1500
" front_end/panels/elements/NodeStackTraceWidget.js" ,
@@ -1529,8 +1525,6 @@ grd_files_debug_sources = [
1529
1525
" front_end/panels/elements/components/ElementsBreadcrumbsUtils.js" ,
1530
1526
" front_end/panels/elements/components/ElementsTreeExpandButton.js" ,
1531
1527
" front_end/panels/elements/components/Helper.js" ,
1532
- " front_end/panels/elements/components/LayoutPane.js" ,
1533
- " front_end/panels/elements/components/LayoutPaneUtils.js" ,
1534
1528
" front_end/panels/elements/components/QueryContainer.js" ,
1535
1529
" front_end/panels/elements/components/StylePropertyEditor.js" ,
1536
1530
" front_end/panels/elements/components/accessibilityTreeNode.css.js" ,
@@ -1542,7 +1536,6 @@ grd_files_debug_sources = [
1542
1536
" front_end/panels/elements/components/cssVariableValueView.css.js" ,
1543
1537
" front_end/panels/elements/components/elementsBreadcrumbs.css.js" ,
1544
1538
" front_end/panels/elements/components/elementsTreeExpandButton.css.js" ,
1545
- " front_end/panels/elements/components/layoutPane.css.js" ,
1546
1539
" front_end/panels/elements/components/queryContainer.css.js" ,
1547
1540
" front_end/panels/elements/components/stylePropertyEditor.css.js" ,
1548
1541
" front_end/panels/elements/computedStyleSidebarPane.css.js" ,
@@ -1552,6 +1545,7 @@ grd_files_debug_sources = [
1552
1545
" front_end/panels/elements/elementsPanel.css.js" ,
1553
1546
" front_end/panels/elements/elementsTreeOutline.css.js" ,
1554
1547
" front_end/panels/elements/layersWidget.css.js" ,
1548
+ " front_end/panels/elements/layoutPane.css.js" ,
1555
1549
" front_end/panels/elements/metricsSidebarPane.css.js" ,
1556
1550
" front_end/panels/elements/nodeStackTraceWidget.css.js" ,
1557
1551
" front_end/panels/elements/platformFontsWidget.css.js" ,
@@ -1879,6 +1873,8 @@ grd_files_debug_sources = [
1879
1873
" front_end/panels/sources/AddSourceMapURLDialog.js" ,
1880
1874
" front_end/panels/sources/AiWarningInfobarPlugin.js" ,
1881
1875
" front_end/panels/sources/BreakpointEditDialog.js" ,
1876
+ " front_end/panels/sources/BreakpointsView.js" ,
1877
+ " front_end/panels/sources/BreakpointsViewUtils.js" ,
1882
1878
" front_end/panels/sources/CSSPlugin.js" ,
1883
1879
" front_end/panels/sources/CallStackSidebarPane.js" ,
1884
1880
" front_end/panels/sources/CategorizedBreakpointL10n.js" ,
@@ -1908,12 +1904,10 @@ grd_files_debug_sources = [
1908
1904
" front_end/panels/sources/UISourceCodeFrame.js" ,
1909
1905
" front_end/panels/sources/WatchExpressionsSidebarPane.js" ,
1910
1906
" front_end/panels/sources/breakpointEditDialog.css.js" ,
1907
+ " front_end/panels/sources/breakpointsView.css.js" ,
1911
1908
" front_end/panels/sources/callStackSidebarPane.css.js" ,
1912
- " front_end/panels/sources/components/BreakpointsView.js" ,
1913
- " front_end/panels/sources/components/BreakpointsViewUtils.js" ,
1914
1909
" front_end/panels/sources/components/HeadersView.css.js" ,
1915
1910
" front_end/panels/sources/components/HeadersView.js" ,
1916
- " front_end/panels/sources/components/breakpointsView.css.js" ,
1917
1911
" front_end/panels/sources/debuggerPausedMessage.css.js" ,
1918
1912
" front_end/panels/sources/dialog.css.js" ,
1919
1913
" front_end/panels/sources/navigatorTree.css.js" ,
@@ -1945,6 +1939,7 @@ grd_files_debug_sources = [
1945
1939
" front_end/panels/timeline/LayoutShiftsTrackAppender.js" ,
1946
1940
" front_end/panels/timeline/ModificationsManager.js" ,
1947
1941
" front_end/panels/timeline/NetworkTrackAppender.js" ,
1942
+ " front_end/panels/timeline/RecordingMetadata.js" ,
1948
1943
" front_end/panels/timeline/SaveFileFormatter.js" ,
1949
1944
" front_end/panels/timeline/StatusDialog.js" ,
1950
1945
" front_end/panels/timeline/TargetForEvent.js" ,
@@ -1969,6 +1964,7 @@ grd_files_debug_sources = [
1969
1964
" front_end/panels/timeline/TimelineUIUtils.js" ,
1970
1965
" front_end/panels/timeline/TimingsTrackAppender.js" ,
1971
1966
" front_end/panels/timeline/TracingLayerTree.js" ,
1967
+ " front_end/panels/timeline/TrackConfiguration.js" ,
1972
1968
" front_end/panels/timeline/UIDevtoolsController.js" ,
1973
1969
" front_end/panels/timeline/UIDevtoolsUtils.js" ,
1974
1970
" front_end/panels/timeline/components/Breadcrumbs.js" ,
@@ -2008,10 +2004,10 @@ grd_files_debug_sources = [
2008
2004
" front_end/panels/timeline/components/insights/FontDisplay.js" ,
2009
2005
" front_end/panels/timeline/components/insights/ForcedReflow.js" ,
2010
2006
" front_end/panels/timeline/components/insights/Helpers.js" ,
2007
+ " front_end/panels/timeline/components/insights/INPBreakdown.js" ,
2011
2008
" 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" ,
2013
2010
" front_end/panels/timeline/components/insights/LCPDiscovery.js" ,
2014
- " front_end/panels/timeline/components/insights/LCPPhases.js" ,
2015
2011
" front_end/panels/timeline/components/insights/LegacyJavaScript.js" ,
2016
2012
" front_end/panels/timeline/components/insights/ModernHTTP.js" ,
2017
2013
" front_end/panels/timeline/components/insights/NetworkDependencyTree.js" ,
@@ -2052,6 +2048,7 @@ grd_files_debug_sources = [
2052
2048
" front_end/panels/timeline/overlays/components/entryLabelOverlay.css.js" ,
2053
2049
" front_end/panels/timeline/overlays/components/timeRangeOverlay.css.js" ,
2054
2050
" front_end/panels/timeline/overlays/components/timespanBreakdownOverlay.css.js" ,
2051
+ " front_end/panels/timeline/thirdPartyTreeView.css.js" ,
2055
2052
" front_end/panels/timeline/timelineFlameChartView.css.js" ,
2056
2053
" front_end/panels/timeline/timelineFlamechartPopover.css.js" ,
2057
2054
" front_end/panels/timeline/timelineHistoryManager.css.js" ,
@@ -2064,6 +2061,7 @@ grd_files_debug_sources = [
2064
2061
" front_end/panels/timeline/utils/AICallTree.js" ,
2065
2062
" front_end/panels/timeline/utils/EntityMapper.js" ,
2066
2063
" front_end/panels/timeline/utils/EntryName.js" ,
2064
+ " front_end/panels/timeline/utils/EntryNodes.js" ,
2067
2065
" front_end/panels/timeline/utils/EntryStyles.js" ,
2068
2066
" front_end/panels/timeline/utils/Helpers.js" ,
2069
2067
" front_end/panels/timeline/utils/IgnoreList.js" ,
@@ -2092,6 +2090,7 @@ grd_files_debug_sources = [
2092
2090
" front_end/services/puppeteer/PuppeteerConnection.js" ,
2093
2091
" front_end/services/trace_bounds/TraceBounds.js" ,
2094
2092
" front_end/services/tracing/PerformanceTracing.js" ,
2093
+ " front_end/services/tracing/TracingManager.js" ,
2095
2094
" front_end/services/window_bounds/WindowBoundsService.js" ,
2096
2095
" front_end/third_party/acorn/package/dist/acorn.mjs" ,
2097
2096
" front_end/third_party/chromium/client-variations/ClientVariations.js" ,
@@ -2660,12 +2659,12 @@ grd_files_debug_sources = [
2660
2659
]
2661
2660
2662
2661
# 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" )
2667
2666
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