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

Unified Diff: dart/tools/gyp/all.gypi

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
Index: dart/tools/gyp/all.gypi
diff --git a/dart/tools/gyp/all.gypi b/dart/tools/gyp/all.gypi
index 63e9e75379a483ab17c5b5fee67e2e62f1c2612d..23d9f86a2d851ef1f6569d7cb9785ec42342d0a8 100644
--- a/dart/tools/gyp/all.gypi
+++ b/dart/tools/gyp/all.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -19,6 +19,11 @@
'ldflags': [ '-pthread', ],
},
}],
+ [ 'OS=="win"', {
+ 'target_defaults': {
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ },
+ }],
],
'includes': [
'xcode.gypi',
« dart/dart.gyp ('K') | « dart/runtime/vm/vm.gypi ('k') | dart/tools/gyp/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698