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

Unified Diff: test/link-dependency/gyptest-link-dependency.py

Issue 194983003: Disable gyptest-link-dependency.py for cmake, make it pass with ninja/win (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 9 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 | « no previous file | test/link-dependency/mymalloc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/link-dependency/gyptest-link-dependency.py
===================================================================
--- test/link-dependency/gyptest-link-dependency.py (revision 1864)
+++ test/link-dependency/gyptest-link-dependency.py (working copy)
@@ -12,7 +12,9 @@
import TestGyp
-test = TestGyp.TestGyp()
+# See https://codereview.chromium.org/177043010/#msg15 for why this doesn't
+# work with cmake.
+test = TestGyp.TestGyp(formats=['!cmake'])
test.run_gyp('test.gyp')
test.build('test.gyp', 'main')
« no previous file with comments | « no previous file | test/link-dependency/mymalloc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698