Skip to content

Commit fde766b

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
[deps] Copy source map for 'marked' to gen/ build output directory
This makes the source map available when using DevTools-on-DevTools with --custom-devtools-frontend. We don't actually ship the source map, the devtools_pre_built GN rule filters out source map files for GRD bundling. [email protected] Bug: None Change-Id: Id65e96195d5a5cba48ab8b6417d62a6f88e25774 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5952527 Auto-Submit: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent c36c037 commit fde766b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/third_party/marked/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ devtools_pre_built("marked") {
1414
"marked-tsconfig.json",
1515
"package/lib/marked.esm.d.ts",
1616
"package/lib/marked.esm.js",
17+
"package/lib/marked.esm.js.map",
1718
]
1819
}
1920

0 commit comments

Comments
 (0)