| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index df22c05a4f0a4bc2de83030185ee7c26ced7ab9c..be8525fb34ca5f6965f5ff2aabfae94988a66bea 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -102,6 +102,8 @@
|
| 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
|
| 'browser/renderer_host/media/mock_media_observer.cc',
|
| 'browser/renderer_host/media/mock_media_observer.h',
|
| + 'browser/renderer_host/test/no_transport_image_transport_factory_android.cc',
|
| + 'browser/renderer_host/test/no_transport_image_transport_factory_android.h',
|
| 'test/appcache_test_helper.cc',
|
| 'test/appcache_test_helper.h',
|
| 'test/content_browser_test_utils_internal.cc',
|
| @@ -280,6 +282,7 @@
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| + '../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../ui/surface/surface.gyp:surface',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/child/webkit_child.gyp:webkit_child',
|
| @@ -743,7 +746,6 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| - '../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../ui/gl/gl.gyp:gl',
|
| '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
|
|