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

Unified Diff: test/library_dirs/gyptest-library-dirs.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/library_dirs/gyptest-library-dirs.py
diff --git a/test/library_dirs/gyptest-library-dirs.py b/test/library_dirs/gyptest-library-dirs.py
index 5edd6e757918e62d2b579723bbd5ce0a1d713dd2..b75bf1d564a20667ecad9def070d98d71d64ab12 100644
--- a/test/library_dirs/gyptest-library-dirs.py
+++ b/test/library_dirs/gyptest-library-dirs.py
@@ -18,6 +18,7 @@ lib_dir = test.tempdir('secret_location')
test.run_gyp('test.gyp',
'-D', 'abs_path_to_secret_library_location={0}'.format(lib_dir),
+ '-G', 'xcode_ninja_target_pattern=^.*$',
chdir='subdir')
# Must build each target independently, since they are not in each others'

Powered by Google App Engine
This is Rietveld 408576698