| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index e06636c6abfe4708bd43837c4d60380a22be261e..9560a352161323387fdf18047424c8ca3d448db6 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -664,6 +664,9 @@
|
| 'google_default_client_id%': '<(google_default_client_id)',
|
| 'google_default_client_secret%': '<(google_default_client_secret)',
|
|
|
| + # Use system protobuf instead of bundled one.
|
| + 'use_system_protobuf%': 0,
|
| +
|
| # Use system yasm instead of bundled one.
|
| 'use_system_yasm%': 0,
|
|
|
|
|