Commit 2a64eb3
[build] Don't build e2e tests and web test runner for release resources
This CL does two things:
1) It splits out the 'test/' directory and the web test resources
from 'devtools_frontend_resources'. This means just building
Chrome won't build DevTools' e2e tests or the web test runner.
We still include them in `devtools_all_files`, which should be
enough for the web tests upstream.
2) We no longer include the integration_test_runner.html and the
web test runner JS bundle in the DevTools release bundle.
As web tests host DevTools via apache, we don't actually have
to ship these files.
Note that unittests are still built as part of
'devtools_frontend_resources' as the TS indexer pulls them in.
We'll look into fixing that separately.
[email protected], [email protected]
Bug: 382387670
Change-Id: Ia4928453889de1a9b09dc880d9479fdc0419b375
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6448691
Reviewed-by: Philip Pfaffe <[email protected]>
Commit-Queue: Simon Zünd <[email protected]>1 parent 1b67a72 commit 2a64eb3
3 files changed
+14
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
378 | 377 | | |
379 | | - | |
380 | | - | |
381 | 378 | | |
382 | 379 | | |
383 | 380 | | |
| |||
983 | 980 | | |
984 | 981 | | |
985 | 982 | | |
986 | | - | |
987 | 983 | | |
988 | 984 | | |
989 | 985 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments