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

Unified Diff: test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py

Issue 10704054: ninja mac: Smarter dylib linking. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: comments Created 8 years, 6 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
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py
===================================================================
--- test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py (revision 1425)
+++ test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py (working copy)
@@ -21,8 +21,8 @@
# if this was extended to other generators).
test = TestGyp.TestGyp(formats=['ninja'])
-# The optimization being tested for is only implemented on linux.
-if sys.platform in ['win32', 'cygwin', 'darwin']:
+# The optimization being tested for is only implemented on linux and mac.
+if sys.platform in ['win32', 'cygwin']:
test.pass_test()
sys.exit(0)
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698