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

Unified Diff: build/common.gypi

Issue 11685002: Linux: add option to use system nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7d1eca815bd6a44cb9af223ff56e39f6ec75abaf..e95f74140bed35e87a04cdc7aabb7d90fb51bd33 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -723,6 +723,9 @@
'google_default_client_id%': '<(google_default_client_id)',
'google_default_client_secret%': '<(google_default_client_secret)',
+ # Use system nspr instead of the bundled one.
+ 'use_system_nspr%': 0,
+
# Use system protobuf instead of bundled one.
'use_system_protobuf%': 0,

Powered by Google App Engine
This is Rietveld 408576698