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

Unified Diff: test/product/gyptest-product.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/product/gyptest-product.py
diff --git a/test/product/gyptest-product.py b/test/product/gyptest-product.py
index 955295d7109e5e8b9e1a9a82e962e1aedf84b11e..4a9008b8e55925a641b23d5ecf49389ea8cc7c9a 100755
--- a/test/product/gyptest-product.py
+++ b/test/product/gyptest-product.py
@@ -14,7 +14,7 @@ import TestGyp
# Android does not support setting the build directory.
test = TestGyp.TestGyp(formats=['!android'])
-test.run_gyp('product.gyp')
+test.run_gyp('product.gyp', '-G', 'xcode_ninja_target_pattern=^.*$')
test.build('product.gyp')
# executables

Powered by Google App Engine
This is Rietveld 408576698