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

Unified Diff: test/configurations/x64/configurations.gyp

Issue 10698023: Get ninja working for nacl. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: 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/win_tool.py ('k') | test/configurations/x64/gyptest-x86.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/configurations/x64/configurations.gyp
===================================================================
--- test/configurations/x64/configurations.gyp (revision 1421)
+++ test/configurations/x64/configurations.gyp (working copy)
@@ -22,5 +22,17 @@
'configurations.c',
],
},
+ {
+ 'target_name': 'configurations64',
+ 'type': 'executable',
+ 'sources': [
+ 'configurations.c',
+ ],
+ 'configurations': {
+ 'Debug': {
+ 'msvs_target_platform': 'x64',
+ },
+ },
+ },
],
}
« no previous file with comments | « pylib/gyp/win_tool.py ('k') | test/configurations/x64/gyptest-x86.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698