Skip to content

Commit 4101661

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[WebAudio] Add missing dependencies to deps array
It was flakily breaking the Chromium compilations (e.g. https://ci.chromium.org/ui/p/chromium/builders/ci/win32-official/10874/overview) Bug: none Change-Id: I35e68ffa3f42db504922fd07f53977e3aae6326b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7165028 Commit-Queue: Ergün Erdoğmuş <ergunsh@chromium.org> Reviewed-by: Nikolay Vitkov <nvitkov@chromium.org>
1 parent 6932308 commit 4101661

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

front_end/panels/web_audio/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ devtools_ui_module("web_audio") {
2525
"../../core/sdk:bundle",
2626
"../../generated:protocol",
2727
"../../ui/legacy:bundle",
28+
"../../ui/lit:bundle",
29+
"../../ui/visual_logging:bundle",
2830
]
2931
}
3032

0 commit comments

Comments
 (0)