Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 7f0afff5a882962b4f21f7b71d7c787efbf98ef3..7415c43c6911b1c2531c510f2708499336c56ea5 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -22,6 +22,7 @@ |
'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,6 +673,11 @@ |
'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/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', |
@@ -824,8 +830,15 @@ |
'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/gpu_memory_buffer_factory_io_surface_unittest.cc', |
+ ], |
+ 'content_unittests_ozone_sources': [ |
+ 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', |
], |
}, |
'targets': [ |
@@ -841,7 +854,6 @@ |
'../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', |
@@ -1215,12 +1227,14 @@ |
], |
}], |
['use_ozone==1', { |
+ 'sources': [ '<@(content_unittests_ozone_sources)' ], |
'dependencies': [ |
'../ui/ozone/ozone.gyp:ozone', |
'../ui/ozone/ozone.gyp:ozone_base', |
], |
}], |
['OS == "mac"', { |
+ 'sources': [ '<@(content_unittests_mac_sources)' ], |
'dependencies': [ |
'../third_party/boringssl/boringssl.gyp:boringssl', |
], |