File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ static_library("clang-doc") {
23
23
" Generators.cpp" ,
24
24
" HTMLGenerator.cpp" ,
25
25
" HTMLMustacheGenerator.cpp" ,
26
+ " JSONGenerator.cpp" ,
26
27
" MDGenerator.cpp" ,
27
28
" Mapper.cpp" ,
28
29
" Representation.cpp" ,
Original file line number Diff line number Diff line change 1
- import (" //third-party/unittest/unittest.gni" )
2
1
import (" //llvm/utils/gn/build/write_cmake_config.gni" )
2
+ import (" //third-party/unittest/unittest.gni" )
3
3
4
4
write_cmake_config (" config" ) {
5
5
input = " config.h.cmake"
6
6
output = " $target_gen_dir /config.h"
7
- values = [
8
- " CLANG_DOC_TEST_ASSET_DIR=" +
9
- rebase_path (" //clang-tools-extra/clang-doc/assets" ),
10
- ]
7
+ values = [ " CLANG_DOC_TEST_ASSET_DIR=" +
8
+ rebase_path (" //clang-tools-extra/clang-doc/assets" ) ]
11
9
}
12
10
13
11
unittest (" ClangDocTests" ) {
@@ -43,6 +41,7 @@ unittest("ClangDocTests") {
43
41
" GeneratorTest.cpp" ,
44
42
" HTMLGeneratorTest.cpp" ,
45
43
" HTMLMustacheGeneratorTest.cpp" ,
44
+ " JSONGeneratorTest.cpp" ,
46
45
" MDGeneratorTest.cpp" ,
47
46
" MergeTest.cpp" ,
48
47
" SerializeTest.cpp" ,
You can’t perform that action at this time.
0 commit comments