Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 77beb3f09121a82cc827c8d589a712c9733b03bc..b5e4c703aa88446c6c8f53bd219bd31cbbb933a0 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -728,6 +728,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, |