| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 17d78c370b1ddf340a1d0b38e8d5a8153e90c324..b075cc2d9ce0b44faff8635e50e5dc2229cfb5df 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -319,18 +319,18 @@
|
| '../ui/wm/wm.gyp:wm',
|
| ],
|
| }],
|
| - ['use_aura==1 or OS=="mac"', {
|
| - 'dependencies': [
|
| - '../ui/compositor/compositor.gyp:compositor',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
|
| ],
|
| }],
|
| ['OS!="android" and OS!="ios"', {
|
| + 'sources': [
|
| + 'browser/compositor/test/no_transport_image_transport_factory.cc',
|
| + 'browser/compositor/test/no_transport_image_transport_factory.h',
|
| + ],
|
| 'dependencies': [
|
| + '../ui/compositor/compositor.gyp:compositor',
|
| '../third_party/libvpx/libvpx.gyp:libvpx',
|
| ],
|
| }],
|
|
|