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

Unified Diff: dart/frog/dart-frog.gyp

Issue 9877003: Move cygwin_dir to common.gypi. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Include all.gypi as well Created 8 years, 8 months 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
« dart/dart.gyp ('K') | « dart/dart.gyp ('k') | dart/runtime/bin/bin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« dart/dart.gyp ('K') | « dart/dart.gyp ('k') | dart/runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698