Skip to content

Commit 06c386f

Browse files
rakucoDevtools-frontend LUCI CQ
authored andcommitted
front_end: Add missing dependency from legacy UI bundle on css_files
Follow-up to https://crrev.com/c/6184803; Toolbar.ts in the target "ui" now depends on toolbar.css.js, not toolbar.css.legacy.js, but the former is generated by the target "css_files" that was not specified as a proper dependency. Bug: 391381439 Change-Id: I1864edbbec24bf4805831db57ad021ff64357055 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6189463 Auto-Submit: Raphael Kubo da Costa <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent 64c8e48 commit 06c386f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/ui/legacy/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ devtools_entrypoint("bundle") {
138138
entrypoint = "legacy.ts"
139139

140140
deps = [
141+
":css_files",
141142
":legacy_css_files",
142143
":ui",
143144
]

0 commit comments

Comments
 (0)