| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7d1eca815bd6a44cb9af223ff56e39f6ec75abaf..c841d1d49b02f57d985cd8d08aa1cfe8355ccdb7 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 mesa instead of bundled one.
|
| + 'use_system_mesa%': 0,
|
| +
|
| # Use system protobuf instead of bundled one.
|
| 'use_system_protobuf%': 0,
|
|
|
|
|