Skip to content

Commit cb59b23

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: fix missing DEPS in trace entrypoint
Because the `models/trace/trace.js` entrypoint re-exports the sub entrypoints within it, they need to be explicit DEPS on the entrypoint. Bug: none Change-Id: Ia0a0d6ca536e862ef8e3936e1f7b245fc6f2329a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6373346 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Auto-Submit: Jack Franklin <[email protected]>
1 parent 083d759 commit cb59b23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

front_end/models/trace/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ devtools_entrypoint("bundle") {
3636

3737
deps = [
3838
":trace",
39+
"extras:bundle",
40+
"handlers:bundle",
41+
"helpers:bundle",
42+
"insights:bundle",
43+
"lantern:bundle",
3944
"types:bundle",
4045
]
4146

0 commit comments

Comments
 (0)