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. |
Ryan Sleevi
2013/01/03 18:51:35
I don't think this comment is entirely accurate, s
Paweł Hajdan Jr.
2013/01/04 18:01:31
It is - I've asked the nacl toolchain for searched
|
'third_party/nspr/prtime.cc', |
'time_posix.cc', |
], |