Index: runtime/bin/bin.gypi |
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
index 08413e4d2955e972a291a93c9902a7d46c73e7e1..11373540f120b532649c06c3e616419049de43fa 100644 |
--- a/runtime/bin/bin.gypi |
+++ b/runtime/bin/bin.gypi |
@@ -185,6 +185,7 @@ |
'toolsets': ['host', 'target'], |
'include_dirs': [ |
'..', |
+ '../../third_party', |
'../include', |
], |
'includes': [ |
@@ -282,6 +283,7 @@ |
'toolsets': ['host', 'target'], |
'include_dirs': [ |
'..', |
+ '../../third_party', |
], |
'includes': [ |
'io_impl_sources.gypi', |