Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Get rid of all testonly dependencies #80

Closed zakharvoit closed 6 months ago

zakharvoit commented 6 months ago

Initially testonly flag was required by several content_shell related dependencies. Since then we reduced our dependency on content_shell heavily and this flag is no longer required. This patch removes all remaining test dependencies and gets rid of the testonly flag.