Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 16ba08b16678b41c2750374972ff7e9ed9ffd7e6..751342ef40e488f83989844b3f9851cd7f13d0c8 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. |
| @@ -814,6 +821,7 @@ |
| 'os_bsd%': '<(os_bsd)', |
| 'os_posix%': '<(os_posix)', |
| 'use_glib%': '<(use_glib)', |
| + 'use_dbus%': '<(use_dbus)', |
|
jam
2013/11/13 00:05:42
nit: order
|
| 'use_pango%': '<(use_pango)', |
| 'use_ozone%': '<(use_ozone)', |
| 'use_ozone_evdev%': '<(use_ozone_evdev)', |