| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 16ba08b16678b41c2750374972ff7e9ed9ffd7e6..16d14b5a0757bc10cf4f6db9102cbbde6d4d258b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -503,6 +503,13 @@
|
| 'use_pango%': 1,
|
| }],
|
|
|
| + # DBus usage.
|
| + ['OS=="linux"', {
|
| + 'use_dbus%': 1,
|
| + }, {
|
| + 'use_dbus%': 0,
|
| + }],
|
| +
|
| # We always use skia text rendering in Aura on Windows, since GDI
|
| # doesn't agree with our BackingStore.
|
| # TODO(beng): remove once skia text rendering is on by default.
|
| @@ -813,6 +820,7 @@
|
| 'use_nss%': '<(use_nss)',
|
| 'os_bsd%': '<(os_bsd)',
|
| 'os_posix%': '<(os_posix)',
|
| + 'use_dbus%': '<(use_dbus)',
|
| 'use_glib%': '<(use_glib)',
|
| 'use_pango%': '<(use_pango)',
|
| 'use_ozone%': '<(use_ozone)',
|
|
|