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

Unified Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/third_party/nspr/nspr.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 048c376475851fd53eb01d2e13439a91f3c7e3df..e130b100084668e8c1bd60d45796865776a59f07 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -930,11 +930,6 @@
['OS == "win" and >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '\\.h$'] ],
}],
- ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
- 'sources/': [
- ['exclude', '^third_party/nspr/'],
- ],
- }],
['<(toolkit_uses_gtk) == 1', {
'sources!': [
'x11/x11_error_tracker.cc',
« no previous file with comments | « base/base.gyp ('k') | base/third_party/nspr/nspr.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698