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

Unified Diff: base/base.gyp

Issue 11685002: Linux: add option to use system nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a584ae425b1308ef5c12acb56c85fae979354846..8c354e083b34293c6829d8285a54dc882d517b3a 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -206,6 +206,11 @@
}],
],
}],
+ ['use_system_nspr==1', {
+ 'dependencies': [
+ 'third_party/nspr/nspr.gyp:nspr',
+ ],
+ }],
],
'sources': [
'third_party/nspr/prcpucfg.h',
@@ -716,6 +721,11 @@
'win/win_util_unittest.cc',
],
}],
+ ['use_system_nspr==1', {
+ 'dependencies': [
+ 'third_party/nspr/nspr.gyp:nspr',
+ ],
+ }],
], # conditions
'target_conditions': [
['OS == "ios"', {
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698