Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: tools/vim/tests/data/fake_build_ninja.txt

Issue 2474243002: [Vim/YCM] Identify ObjC and ObjC++ headers. (Closed)
Patch Set: Use normal cxx for the new tests. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/vim/tests/chromium.ycm_extra_conf_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vim/tests/data/fake_build_ninja.txt
diff --git a/tools/vim/tests/data/fake_build_ninja.txt b/tools/vim/tests/data/fake_build_ninja.txt
index 6b91716f52b0e66700d2b042201cbda2892db38b..17d0914b118b7fee46bc3003f4f09bd65bb5ff75 100644
--- a/tools/vim/tests/data/fake_build_ninja.txt
+++ b/tools/vim/tests/data/fake_build_ninja.txt
@@ -52,3 +52,7 @@ build obj/five.o: link ../../five.cc
build obj/six.o: cxx_sysroot_abs ../../six.cc
build obj/seven.o: cxx_sysroot_rel ../../seven.cc
+
+build obj/eight.o: cxx ../../eight.m
+
+build obj/nine.o: cxx ../../nine.mm
« no previous file with comments | « tools/vim/tests/chromium.ycm_extra_conf_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698