| 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': [
|
|
|