Index: test/ninja/action_dependencies/gyptest-action-dependencies.py |
diff --git a/test/ninja/action_dependencies/gyptest-action-dependencies.py b/test/ninja/action_dependencies/gyptest-action-dependencies.py |
index 9c5acea8cb3b087d6383e2d912071a16a953d97b..7fc6cf2fdf7b5032d6fe0d9ee558d3f397fedd1c 100755 |
--- a/test/ninja/action_dependencies/gyptest-action-dependencies.py |
+++ b/test/ninja/action_dependencies/gyptest-action-dependencies.py |
@@ -21,6 +21,9 @@ import TestGyp |
# which I don't think is available on all generators. |
# TODO(piman): Extend to other generators when possible. |
test = TestGyp.TestGyp(formats=['ninja']) |
+# xcode-ninja doesn't support building single object files by design. |
+if test.format == 'xcode-ninja': |
+ test.skip_test() |
test.run_gyp('action_dependencies.gyp', chdir='src') |