Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
| index 42241ca1d1b212ee75ff274d078016aaf0546649..099f6a05cf760136b08a95a478115599d3047bec 100644 |
| --- a/runtime/bin/bin.gypi |
| +++ b/runtime/bin/bin.gypi |
| @@ -188,6 +188,9 @@ |
| ], |
| }], |
| ['OS=="win"', { |
| + 'link_settings': { |
| + 'libraries': [ '-liphlpapi.lib' ], |
| + }, |
| # TODO(antonm): fix the implementation. |
| # Current implementation accepts char* strings |
| # and therefore fails to compile once _UNICODE is |