Add ObjC, ObjCXX and ASM files to the compilation database. (flutter/engine#3182)

This commit is contained in:
Chinmay Garde
2016-10-27 16:58:04 -07:00
committed by GitHub
parent dd6331d3ad
commit c25ca2e17d

View File

@@ -173,9 +173,11 @@ def main(argv):
out_dir,
'-t',
'compdb',
'cxx',
'cc',
'mm',
'cxx',
'objc',
'objcxx',
'asm',
]
contents = subprocess.check_output(compile_cmd_gen_cmd, cwd=SRC_ROOT)