blob: 64ef84e5ea3e6b64cf3a511537e958a772acc02f [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("../../../scripts/build/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",
"window-controls_test.ts",
]
deps = [
"../../shared",
"../helpers",
]
}