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

Unified Diff: test/actions-bare/gyptest-bare.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 | « gyptest.py ('k') | test/actions-none/gyptest-none.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/actions-bare/gyptest-bare.py
diff --git a/test/actions-bare/gyptest-bare.py b/test/actions-bare/gyptest-bare.py
index b0c10938d1dfcc1e2e8d732b91eba7135dc22023..e3d6db1029b39f65ffc26dd937dfaf1722fd1b90 100755
--- a/test/actions-bare/gyptest-bare.py
+++ b/test/actions-bare/gyptest-bare.py
@@ -13,6 +13,7 @@ import TestGyp
test = TestGyp.TestGyp()
test.run_gyp('bare.gyp', chdir='src')
+
test.relocate('src', 'relocate/src')
test.build('bare.gyp', chdir='relocate/src')
« no previous file with comments | « gyptest.py ('k') | test/actions-none/gyptest-none.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698