| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 0f554c647fb602473f0d3a65755ea4ce660c762b..3740160c82bcbb3e1d74095e7097655aa9d73570 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -544,12 +544,13 @@
|
| }],
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:dbus-glib',
|
| + '../build/linux/system.gyp:dbus',
|
| # For FcLangSetAdd call in render_sandbox_host_linux.cc
|
| '../build/linux/system.gyp:fontconfig',
|
| '../build/linux/system.gyp:gtk',
|
| # For XShm* in backing_store_x.cc
|
| '../build/linux/system.gyp:x11',
|
| + '../dbus/dbus.gyp:dbus',
|
| ],
|
| }],
|
| ['OS=="linux" and chromeos==1', {
|
|
|