blob: fe94e0ea75578c17e557ffd43c6f74f2351ba8f7 [file] [log] [blame]
import("../../../../third_party/typescript/typescript.gni")
ts_library("common") {
testonly = true
sources = [
"CharacterIdMap_test.ts",
"Color_test.ts",
"Console_test.ts",
"Object_test.ts",
"ParsedURL_test.ts",
"Progress_test.ts",
"ResourceType_test.ts",
"SegmentedRange_test.ts",
"Settings_test.ts",
"StringOutputStream_test.ts",
"TextDictionary_test.ts",
"Throttler_test.ts",
"Trie_test.ts",
"UIString_test.ts",
]
deps = [ "../../../../front_end/common" ]
}