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

Unified Diff: bin/bin.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 | « no previous file | vm/vm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/bin.gypi
===================================================================
--- bin/bin.gypi (revision 1729)
+++ bin/bin.gypi (working copy)
@@ -9,6 +9,7 @@
'snapshot_in_cc_file': 'snapshot_in.cc',
'snapshot_bin_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.bin',
'snapshot_cc_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.cc',
+ 'cygwin_dir': '../../third_party/cygwin',
},
'targets': [
{
@@ -16,7 +17,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}],
],
'sources': [
@@ -171,7 +172,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
}],
],
'dependencies': [
« no previous file with comments | « no previous file | vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698