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

Unified Diff: chrome/chrome_common.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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 369bf8a3297a6e4039fd4f3a30514a4adc250c55..1234265c21ebc395c89bbf1f325a99978e5c8b87 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -536,11 +536,6 @@
'common/pepper_permission_util.cc',
],
}],
- ['use_system_nspr==1', {
- 'dependencies': [
- '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
- ],
- }],
['enable_webrtc==0', {
'sources!': [
'common/media/webrtc_logging_messages.h',
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698