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

Unified Diff: runtime/bin/bin.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 | « no previous file | runtime/tools/generate_projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 0d5e66355826ce8de932dc7db316084fa993131d..9e9fc4b185447ce4b90b7bbc966c4b2e92591762 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -16,7 +16,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
}],
],
'sources': [
@@ -171,7 +171,7 @@
'type': 'none',
'conditions': [
['OS=="win"', {
- 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
+ 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
}],
],
'dependencies': [
« no previous file with comments | « no previous file | runtime/tools/generate_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698