| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 92b34c8af7c20faefba751b29c4426382dfee938..f2c857f0137fa841959ca9d68797cdf15000b1c6 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,
|
|
|
|
|