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

Unified Diff: test/mac/gyptest-ldflags-passed-to-libtool.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
« no previous file with comments | « test/mac/gyptest-ldflags.py ('k') | test/mac/gyptest-libraries.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-ldflags-passed-to-libtool.py
diff --git a/test/mac/gyptest-ldflags-passed-to-libtool.py b/test/mac/gyptest-ldflags-passed-to-libtool.py
index fb0fd953f7ad1e1d8204afaa3b4c4ee7788abb6d..addd331a73cd571cdad3ebfea688ef88dd428770 100644
--- a/test/mac/gyptest-ldflags-passed-to-libtool.py
+++ b/test/mac/gyptest-ldflags-passed-to-libtool.py
@@ -20,6 +20,7 @@ if sys.platform == 'darwin':
'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
'make': 2,
'ninja': 1,
+ 'xcode-ninja': [1, 65],
}[test.format]
CHDIR = 'ldflags-libtool'
« no previous file with comments | « test/mac/gyptest-ldflags.py ('k') | test/mac/gyptest-libraries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698