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

Unified Diff: test/no-cpp/gyptest-no-cpp.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years 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
Index: test/no-cpp/gyptest-no-cpp.py
diff --git a/test/no-cpp/gyptest-no-cpp.py b/test/no-cpp/gyptest-no-cpp.py
index 432fe77913e47065cb235714e8c52d2277b4009e..3f93d42feb0ca66c9b4f559cb22a2d4845a825db 100644
--- a/test/no-cpp/gyptest-no-cpp.py
+++ b/test/no-cpp/gyptest-no-cpp.py
@@ -42,6 +42,7 @@ if sys.platform != 'win32' and test.format not in ('make', 'android'):
'make': 2,
'ninja': 1,
'cmake': 0, # CMake picks the compiler driver based on transitive checks.
+ 'xcode-ninja': [1, 65],
}[test.format]
test.build('test.gyp', 'no_cpp_dep_on_cc_lib', chdir=CHDIR,

Powered by Google App Engine
This is Rietveld 408576698