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

Unified Diff: test/subdirectory/gyptest-subdir-all.py

Issue 12314014: CMake generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Address comments. Created 7 years, 1 month 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
Index: test/subdirectory/gyptest-subdir-all.py
===================================================================
--- test/subdirectory/gyptest-subdir-all.py (revision 1794)
+++ test/subdirectory/gyptest-subdir-all.py (working copy)
@@ -14,7 +14,8 @@
# Android doesn't support running from subdirectories.
# Ninja doesn't support relocation.
-test = TestGyp.TestGyp(formats=['!ninja', '!android'])
+# CMake produces a single CMakeLists.txt in the output directory.
+test = TestGyp.TestGyp(formats=['!ninja', '!android', '!cmake'])
test.run_gyp('prog1.gyp', chdir='src')
« no previous file with comments | « test/standalone-static-library/gyptest-standalone-static-library.py ('k') | test/subdirectory/gyptest-subdir-default.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698