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

Unified Diff: runtime/vm/vm.gypi

Issue 8472007: Fix gclient runhooks on Windows for a full checkout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « runtime/tools/generate_projects.py ('k') | tools/generate_projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index b1d8b7014fd93e4b28253ee3dcbd291b311ffc38..27bc1181d8d979c27623a394a9900c015a768e02 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -89,7 +89,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
}],
],
'includes': [
@@ -132,7 +132,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
}],
],
'includes': [
@@ -175,7 +175,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
}],
],
'actions': [
« no previous file with comments | « runtime/tools/generate_projects.py ('k') | tools/generate_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698