Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 17d78c370b1ddf340a1d0b38e8d5a8153e90c324..112b9f34d7e519cf5a61875a2051e8a1b59753b2 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/no_transport_image_transport_factory.cc', |
|
danakj
2014/07/07 16:52:27
can you move these 2 files to browser/compositor/t
|
| + 'browser/compositor/no_transport_image_transport_factory.h', |
| + ], |
| 'dependencies': [ |
| + '../ui/compositor/compositor.gyp:compositor', |
| '../third_party/libvpx/libvpx.gyp:libvpx', |
| ], |
| }], |