[go: nahoru, domu]

blob: b9fdbc4c9777e91680672460b54d1a419744a32c [file] [log] [blame]
Alex Rudenkoa3850822022-05-24 07:34:221# Copyright 2022 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("../../../../../third_party/typescript/typescript.gni")
6
7ts_library("extensions") {
8 testonly = true
9 sources = [ "ExtensionServer_test.ts" ]
10
11 deps = [ "../../../../../front_end/models/extensions:bundle" ]
12}