[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
[llvm-project.git] / llvm / utils / gn / secondary / clang / unittests / Lex / BUILD.gn
blob2a28d1929c0ab020e971a476c9d05baba1f4bcb3
1 import("//third-party/unittest/unittest.gni")
3 unittest("LexTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/AST",
7     "//clang/lib/Basic",
8     "//clang/lib/Frontend",
9     "//clang/lib/Lex",
10     "//clang/lib/Parse",
11     "//clang/lib/Sema",
12     "//llvm/lib/Support",
13     "//llvm/lib/Testing/Annotations",
14     "//llvm/lib/Testing/Support",
15   ]
16   sources = [
17     "DependencyDirectivesScannerTest.cpp",
18     "HeaderMapTest.cpp",
19     "HeaderSearchTest.cpp",
20     "LexerTest.cpp",
21     "ModuleDeclStateTest.cpp",
22     "PPCallbacksTest.cpp",
23     "PPConditionalDirectiveRecordTest.cpp",
24     "PPDependencyDirectivesTest.cpp",
25     "PPMemoryAllocationsTest.cpp",
26   ]