| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index a78751ac5f4664616aa6d6faa13798702d6b6486..6c125b1a932cea0e868ed2943ccef12d8997819f 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -550,12 +550,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', {
|
|
|