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

Unified Diff: dart.gyp

Issue 9005002: Revert "Fix build so we can make a Windows SDK!" (tbr) (Closed) Base URL: https://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
diff --git a/dart.gyp b/dart.gyp
index 83812609ee2ac220263e246afa8790f9459733f3..6fe14675bacbf8d84ccf0f92c35f9022feb1c262 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -3,12 +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',
- 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
- },
'targets': [
{
'target_name': 'compiler',
@@ -45,6 +39,7 @@
'target_name': 'create_sdk',
'type': 'none',
'dependencies': [
+ 'compiler',
'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