| # Copyright 2026 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| group("build") { | |
| public_deps = [ ":tests" ] | |
| } | |
| group("tests") { | |
| deps = [ | |
| "typescript/tests/fixtures/no_emit", | |
| "typescript/tests/fixtures/prebuilt", | |
| "typescript/tests/fixtures/simple_dep", | |
| ] | |
| } |