| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 5e237d4e060042825a374461a0b14ec69cebecab..ebc0e253c2ab2a440eeda1d85bd7a287a088165f 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -266,12 +266,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',
|
|
|