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

Unified Diff: test/no-cpp/gyptest-no-cpp.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
« no previous file with comments | « test/lib/TestGyp.py ('k') | test/prune_targets/gyptest-prune-targets.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/no-cpp/gyptest-no-cpp.py
===================================================================
--- test/no-cpp/gyptest-no-cpp.py (revision 1794)
+++ test/no-cpp/gyptest-no-cpp.py (working copy)
@@ -41,6 +41,7 @@
'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
'make': 2,
'ninja': 1,
+ 'cmake': 0, # CMake picks the compiler driver based on transitive checks.
}[test.format]
test.build('test.gyp', 'no_cpp_dep_on_cc_lib', chdir=CHDIR,
« no previous file with comments | « test/lib/TestGyp.py ('k') | test/prune_targets/gyptest-prune-targets.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698