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

Unified Diff: dart.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 | « no previous file | frog/dart-frog.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 2660)
+++ dart.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': [
{
@@ -44,6 +43,11 @@
{
'target_name': 'create_sdk',
'type': 'none',
+ 'conditions': [
+ ['OS=="win"', {
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
+ }],
+ ],
'dependencies': [
'frog',
'runtime',
« no previous file with comments | « no previous file | frog/dart-frog.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698