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

Unified Diff: test/generator-output/gyptest-subdir2-deep.py

Issue 421053005: Fix: xcode-ninja should generate Xcode workspace into generator_output (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@Fix-Xcode-ninja-workspace-2
Patch Set: Rebase onto 421453003 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/generator-output/gyptest-rules.py ('k') | test/generator-output/gyptest-symlink.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generator-output/gyptest-subdir2-deep.py
diff --git a/test/generator-output/gyptest-subdir2-deep.py b/test/generator-output/gyptest-subdir2-deep.py
index 6e51d472a0105be898e99ce227b988ddb455a754..305e178d412efeaafe4f421fbef9bd460a2f7fa2 100755
--- a/test/generator-output/gyptest-subdir2-deep.py
+++ b/test/generator-output/gyptest-subdir2-deep.py
@@ -15,11 +15,6 @@ import TestGyp
# Android doesn't support --generator-output.
test = TestGyp.TestGyp(formats=['!android'])
-# Bug: xcode-ninja doesn't respect --generator-output
-# cf. https://code.google.com/p/gyp/issues/detail?id=442
-if test.format == 'xcode-ninja':
- test.skip_test()
-
test.writable(test.workpath('src'), False)
test.writable(test.workpath('src/subdir2/deeper/build'), True)
« no previous file with comments | « test/generator-output/gyptest-rules.py ('k') | test/generator-output/gyptest-symlink.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698