| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index a4650bf1f611a69c6c87582cf374e0031d9de3cd..0a672bc34503069406e8d4992480e3699dd803b2 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -22,7 +22,6 @@
|
| 'browser/geolocation/mock_location_arbitrator.h',
|
| 'browser/geolocation/mock_location_provider.cc',
|
| 'browser/geolocation/mock_location_provider.h',
|
| - 'common/gpu/gpu_memory_buffer_factory_test_template.h',
|
| 'public/test/async_file_test_helper.cc',
|
| 'public/test/async_file_test_helper.h',
|
| 'public/test/background_sync_test_util.cc',
|
| @@ -672,13 +671,8 @@
|
| 'common/dom_storage/dom_storage_map_unittest.cc',
|
| 'common/dwrite_font_platform_win_unittest.cc',
|
| 'common/fileapi/file_system_util_unittest.cc',
|
| - 'common/gpu/ca_layer_tree_unittest_mac.mm',
|
| 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
|
| 'common/gpu/client/gpu_memory_buffer_impl_test_template.h',
|
| - 'common/gpu/gpu_channel_manager_unittest.cc',
|
| - 'common/gpu/gpu_channel_test_common.cc',
|
| - 'common/gpu/gpu_channel_test_common.h',
|
| - 'common/gpu/gpu_channel_unittest.cc',
|
| 'common/host_discardable_shared_memory_manager_unittest.cc',
|
| 'common/host_shared_bitmap_manager_unittest.cc',
|
| 'common/indexed_db/indexed_db_key_unittest.cc',
|
| @@ -831,17 +825,14 @@
|
| 'browser/android/java/jni_helper_unittest.cc',
|
| 'browser/android/url_request_content_job_unittest.cc',
|
| 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
|
| - 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
|
| 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
|
| 'renderer/media/android/webmediasession_android_unittest.cc',
|
| ],
|
| 'content_unittests_mac_sources': [
|
| 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
|
| - 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
|
| ],
|
| 'content_unittests_ozone_sources': [
|
| 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc',
|
| - 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc',
|
| ],
|
| },
|
| 'targets': [
|
| @@ -857,6 +848,7 @@
|
| '../components/scheduler/scheduler.gyp:scheduler_test_support',
|
| '../gpu/blink/gpu_blink.gyp:gpu_blink',
|
| '../gpu/gpu.gyp:gpu_ipc_common',
|
| + '../gpu/gpu.gyp:gpu_ipc_service_test_support',
|
| '../ipc/mojo/ipc_mojo.gyp:*',
|
| '../media/blink/media_blink.gyp:media_blink',
|
| '../media/media.gyp:media',
|
|
|