Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3152)

Unified Diff: base/base_untrusted.gyp

Issue 11685002: Linux: add option to use system nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],

Powered by Google App Engine
This is Rietveld 408576698