| Index: dart/frog/dart-frog.gyp
|
| diff --git a/dart/frog/dart-frog.gyp b/dart/frog/dart-frog.gyp
|
| index b9de64693a7f6e4342c5452cc8bddd8dd84191e7..d7330442ff349e2d49cb30c3ccc81dd4d5309b08 100644
|
| --- a/dart/frog/dart-frog.gyp
|
| +++ b/dart/frog/dart-frog.gyp
|
| @@ -3,11 +3,6 @@
|
| # 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',
|
| - },
|
| 'targets': [
|
| {
|
| 'target_name': 'frog',
|
| @@ -31,7 +26,6 @@
|
| # 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': [
|
| @@ -78,7 +72,6 @@
|
| # 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': [
|
|
|