Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 9ea877f64625eb25f0ef547f56d8130d5c0c583f..ffdbb6c1d12bbcad6c7a684fa82adb6a6d7bd848 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -742,6 +742,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 nspr instead of the bundled one. |
| 'use_system_nspr%': 0, |