| Index: content/browser/gpu/test_support_gpu.gypi
|
| diff --git a/content/browser/gpu/test_support_gpu.gypi b/content/browser/gpu/test_support_gpu.gypi
|
| index 742d53f0f45a18fbcf94450fc7b940887c575cf2..9dcedc0cda935c7a985983f0ead711f70c09eea6 100644
|
| --- a/content/browser/gpu/test_support_gpu.gypi
|
| +++ b/content/browser/gpu/test_support_gpu.gypi
|
| @@ -51,7 +51,7 @@
|
| # See comments about "xcode_settings" elsewhere in this file.
|
| 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
|
| }],
|
| - ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', {
|
| + ['chromeos==1 or (OS=="linux" and use_aura==1)', {
|
| 'dependencies': [
|
| '<(src_dir)/build/linux/system.gyp:ssl',
|
| ],
|
|
|