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

Unified Diff: vm/vm.gypi

Issue 8636006: Use relative path to cygwin on Windows for the runtime (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years, 1 month 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 | « bin/bin.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/vm.gypi
===================================================================
--- vm/vm.gypi (revision 1729)
+++ vm/vm.gypi (working copy)
@@ -11,6 +11,7 @@
'snapshot_test_dat_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_test.dat',
'snapshot_test_in_dat_file': 'snapshot_test_in.dat',
'snapshot_test_dart_file': 'snapshot_test.dart',
+ 'cygwin_dir': '../../third_party/cygwin',
},
'targets': [
{
@@ -89,7 +90,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}],
],
'includes': [
@@ -132,7 +133,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}],
],
'includes': [
@@ -175,7 +176,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}],
],
'actions': [
« no previous file with comments | « bin/bin.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698