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/hard_dependency/gyptest-exported-hard-dependency.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, 4 months 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/hard_dependency/gyptest-exported-hard-dependency.py
diff --git a/test/hard_dependency/gyptest-exported-hard-dependency.py b/test/hard_dependency/gyptest-exported-hard-dependency.py
index ba51528800419985d0aa57116a33fa532cf13da8..9663366c4bfcbbcf2ade4d000fc95add9f20e4a9 100755
--- a/test/hard_dependency/gyptest-exported-hard-dependency.py
+++ b/test/hard_dependency/gyptest-exported-hard-dependency.py
@@ -18,7 +18,9 @@ if test.format == 'dump_dependency_json':
test.skip_test('Skipping test; dependency JSON does not adjust ' \
'static libraries.\n')
-test.run_gyp('hard_dependency.gyp', chdir='src')
+test.run_gyp('hard_dependency.gyp',
+ '-G', 'xcode_ninja_target_pattern=^c$',
+ chdir='src')
chdir = 'relocate/src'
test.relocate('src', chdir)

Powered by Google App Engine
This is Rietveld 408576698