| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 85c3aac934dbee56d918ef9d74b401c98db6d4e3..6ac2b75619be9ff5b1a21170959460efc26ff12e 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -172,8 +172,6 @@
|
| 'common/cursors/webcursor_aura.cc',
|
| 'common/cursors/webcursor_aurawin.cc',
|
| 'common/cursors/webcursor_aurax11.cc',
|
| - 'common/cursors/webcursor_gtk.cc',
|
| - 'common/cursors/webcursor_gtk_data.h',
|
| 'common/cursors/webcursor_mac.mm',
|
| 'common/cursors/webcursor_ozone.cc',
|
| 'common/cursors/webcursor_win.cc',
|
| @@ -555,11 +553,6 @@
|
| 'content.gyp:common_aidl',
|
| ],
|
| }],
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:gtk',
|
| - ],
|
| - }],
|
| ['use_pango == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:pangocairo',
|
|
|