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

Unified Diff: frog/dart-frog.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
Index: frog/dart-frog.gyp
===================================================================
--- frog/dart-frog.gyp (revision 2537)
+++ frog/dart-frog.gyp (working copy)
@@ -3,12 +3,16 @@
# 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 ditto.
+ },
'targets': [
{
'target_name': 'frog',
'dependencies': [
'../runtime/dart-runtime.gyp:dart',
- '../third_party/v8/src/d8.gyp:d8',
+ '<!@(["python", "scripts/list_frog_dependencies.py"])'
],
'type': 'none',
'actions': [
@@ -36,7 +40,7 @@
'target_name': 'frogsh',
'dependencies': [
'../runtime/dart-runtime.gyp:dart',
- '../third_party/v8/src/d8.gyp:d8',
+ '<!@(["python", "scripts/list_frog_dependencies.py"])',
],
'type': 'none',
'actions': [

Powered by Google App Engine
This is Rietveld 408576698