Skip to content

Commit 7688376

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
[build] Don't build unittests (via indexer files) for GRD target
We make the indexer tsconfig part of `devtools_all_files` which is enought to include it in the indexer chrome build. Building DevTools via `autoninja -C out/Release :devtools_frontend_resources` will now build only files actually included in the GRD bundle and required to run the DevTools frontend. Note: We don't include it in `data_deps` as the indexer files don't need to be copied onto swarming bots when running web tests. [email protected] Fixed: 382387670 Change-Id: I3235140202f25cee4e4e945ed209afb6e88c748c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6450694 Commit-Queue: Philip Pfaffe <[email protected]> Auto-Submit: Simon Zünd <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]>
1 parent 2a64eb3 commit 7688376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILD.gn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group("devtools_all_files") {
2929
"front_end:web_test_resources",
3030
"test",
3131
]
32-
32+
deps = [ ":frontend_indexer_tsconfig" ]
3333
public_deps = [ "front_end/ui/components/docs" ]
3434
}
3535

@@ -38,7 +38,6 @@ group("devtools_frontend_resources") {
3838
deps = [
3939
":assert_grd",
4040
":assert_third_party_readmes",
41-
":frontend_indexer_tsconfig",
4241
]
4342
}
4443

0 commit comments

Comments
 (0)