You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup: Remove testonly tag from build targets included in prod build. (#7833)
This change removes the `testonly = true` declaration from
`//cobalt/browser` and related targets. To do it, it extracts
`shell_switches` into a separate non-testonly target
`//cobalt/shell:cobalt_shell_switches` to prevent prod build targets
from depending on test-only build target(e.g. cobalt_shell_lib)
Bug: 457265539
0 commit comments