diff --git a/engine/src/flutter/tools/gn b/engine/src/flutter/tools/gn index 49e3396062..acb7d883dc 100755 --- a/engine/src/flutter/tools/gn +++ b/engine/src/flutter/tools/gn @@ -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)