Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index 787e7ef27ea0ee142918376e8c348c9f69df0e65..a53b3a4f7d69802c6b52454dc1560894e1a383d3 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -35,6 +35,9 @@ declare_args() { |
| # Whether we should use glib, a low level C utility library. |
| use_glib = is_linux && !use_ozone |
| + |
| + # Whether Ozone platforms include gbm. |
| + ozone_platform_gbm = false |
|
spang
2015/05/11 15:44:58
It's not acceptable to put this here. We don't wan
dshwang
2015/05/14 12:25:46
Done.
|
| } |
| # Additional dependent variables ----------------------------------------------- |