Chromium Code Reviews| Index: dart.gyp |
| =================================================================== |
| --- dart.gyp (revision 2537) |
| +++ dart.gyp (working copy) |
| @@ -3,6 +3,10 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| { |
| + 'variables': { |
| + 'cygwin_dir': 'third_party/cygwin', |
| + 'msvs_cygwin_dirs': ['<(cygwin_dir)'], |
|
dgrove
2011/12/20 01:53:29
not sure where these are being used.
Emily Fortuna
2011/12/20 02:00:19
vcproj file. I added a comment.
On 2011/12/20 01
|
| + }, |
| 'targets': [ |
| { |
| 'target_name': 'compiler', |
| @@ -39,7 +43,6 @@ |
| 'target_name': 'create_sdk', |
| 'type': 'none', |
| 'dependencies': [ |
| - 'compiler', |
| 'frog', |
| 'runtime', |
| ], |