| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index ad21ae5d4163c51a9edb44aed1c3cda90623ea9a..e1c53b8c60106335fee100181f641aa6688f812a 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -259,12 +259,12 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| + ['toolkit_uses_gtk==1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| ],
|
| }],
|
| - ['OS=="linux" and target_arch!="arm"', {
|
| + ['use_x11==1 and target_arch!="arm"', {
|
| 'sources': [
|
| 'common/gpu/x_util.cc',
|
| 'common/gpu/x_util.h',
|
|
|