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

Unified Diff: frog/dart-frog.gyp

Issue 9004031: Fix windows build create_sdk. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years 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 | « dart.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/dart-frog.gyp
===================================================================
--- frog/dart-frog.gyp (revision 2660)
+++ frog/dart-frog.gyp (working copy)
@@ -7,7 +7,6 @@
# These variables are used in the creation of the .vcproj file on
# Windows.
'cygwin_dir': '../third_party/cygwin',
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
},
'targets': [
{
@@ -32,6 +31,7 @@
# this so that Windows can also run with node.js and d8.
'../runtime/dart-runtime.gyp:dart',
],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}]],
'type': 'none',
'actions': [
@@ -77,6 +77,7 @@
# this so that Windows can also run with node.js and d8.
'../runtime/dart-runtime.gyp:dart',
],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}]],
'type': 'none',
'actions': [
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698