Chromium Code Reviews| Index: base/base_untrusted.gyp |
| diff --git a/base/base_untrusted.gyp b/base/base_untrusted.gyp |
| index 8b64c7d030e8e927cbccea28bec41211faf11d16..94ab6ad9739cb7654656ea84f28ed8c43065915b 100644 |
| --- a/base/base_untrusted.gyp |
| +++ b/base/base_untrusted.gyp |
| @@ -25,6 +25,8 @@ |
| 'sources': [ |
| 'string16.cc', |
| 'sync_socket_nacl.cc', |
| + # Note: use bundled nspr files here, because NaCl toolchain |
| + # does not look for libraries in system directories. |
| 'third_party/nspr/prtime.cc', |
| 'time_posix.cc', |
| ], |