blob: 441d9c8c4e764c77c116089b7f7224a2c0bdde5a [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../../third_party/typescript/typescript.gni")
node_ts_library("application") {
sources = [
"cookies_test.ts",
"frame-tree_test.ts",
"manifest_test.ts",
"reporting-api_test.ts",
"service-worker-network_test.ts",
"service-worker-update_test.ts",
"session-storage_test.ts",
"shared-storage_test.ts",
"storage_test.ts",
"websql-database_test.ts",
]
deps = [
"../../shared",
"../helpers",
]
}