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" ] | |
} |