Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 5d2ea4d88832845ef0cd5bab64970e3a5eedf660..05352cea1868e2977ae2d2af6295a691da09c839 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -320,6 +320,10 @@ |
| ], |
| }], |
| ['use_aura==1 or OS=="mac"', { |
|
Nico
2014/07/03 19:49:04
Is this the same as OS!="android" and OS!="ios" be
|
| + 'sources': [ |
| + 'browser/compositor/no_transport_image_transport_factory.cc', |
| + 'browser/compositor/no_transport_image_transport_factory.h', |
| + ], |
| 'dependencies': [ |
| '../ui/compositor/compositor.gyp:compositor', |
| ], |