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

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: updates Created 7 years, 12 months 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.
'third_party/nspr/prtime.cc',
'time_posix.cc',
],
« no previous file with comments | « base/base.gypi ('k') | base/third_party/nspr/nspr.gyp » ('j') | base/third_party/nspr/nspr.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698