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

Unified Diff: dart.gyp

Issue 9004001: Fix build so we can make a Windows 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') | frog/dart-frog.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 2537)
+++ dart.gyp (working copy)
@@ -3,6 +3,12 @@
# BSD-style license that can be found in the LICENSE file.
{
+ 'variables': {
+ # These variables are used in the creation of the .vcproj file on
+ # Windows.
+ 'cygwin_dir': 'third_party/cygwin',
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
+ },
'targets': [
{
'target_name': 'compiler',
@@ -39,7 +45,6 @@
'target_name': 'create_sdk',
'type': 'none',
'dependencies': [
- 'compiler',
'frog',
'runtime',
],
« no previous file with comments | « no previous file | frog/dart-frog.gyp » ('j') | frog/dart-frog.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698