| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 95c481d352bb4db37ceda0eb2130bf6dad2ac0ae..d1d8ff3f952fdacdc1dcd9e3ee86db6f9f6fdf60 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -260,12 +260,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',
|
|
|