Commit 7688376
[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
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments