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

Unified Diff: base/base.gyp

Issue 167693002: Remove use_system_nspr build flag. It's not "officially" supported (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 78e6ddb0227291275a47d6c275fc4ff9704272ad..7e12b9537bf5143cddb4e110818295913d6d7cf9 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -234,11 +234,6 @@
}],
],
}],
- ['use_system_nspr==1', {
- 'dependencies': [
- 'third_party/nspr/nspr.gyp:nspr',
- ],
- }],
],
'sources': [
'third_party/nspr/prcpucfg.h',
@@ -811,11 +806,6 @@
'x11/edid_parser_x11_unittest.cc',
],
}],
- ['use_system_nspr==1', {
- 'dependencies': [
- 'third_party/nspr/nspr.gyp:nspr',
- ],
- }],
], # conditions
'target_conditions': [
['OS == "ios" and _toolset != "host"', {
« 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