Skip to content

Commit da564cf

Browse files
szuenddevtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com
authored andcommitted
[deps] Add missing dependencies in formatter_worker/BUILD.gn
The entrypoint has the imports but we are missing the GN `deps` entry. R=kimanh@chromium.org Bug: 503111303,502804868 Change-Id: I89e737f7fbcc2dc34fdf873b5824e15329dbfdaa Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7767450 Reviewed-by: Kim-Anh Tran <kimanh@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org>
1 parent f772e79 commit da564cf

File tree

1 file changed

+5
-1
lines changed
  • front_end/entrypoints/formatter_worker

1 file changed

+5
-1
lines changed

front_end/entrypoints/formatter_worker/BUILD.gn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ devtools_foundation_module("formatter_worker") {
3939
devtools_entrypoint("bundle") {
4040
entrypoint = "formatter_worker.ts"
4141

42-
deps = [ ":formatter_worker" ]
42+
deps = [
43+
":formatter_worker",
44+
"../../third_party/codemirror",
45+
"../../third_party/codemirror:codemirror-legacy-types",
46+
]
4347

4448
visibility = [
4549
":*",

0 commit comments

Comments
 (0)