| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index 61ebe80d60c0c24e9b96cbc1bded698c4298a8c6..11b091d97d1bc3965f1cbc23b122daad816e4a7e 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -280,10 +280,13 @@
|
| 'dependencies': [
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
| + 'sources+': [
|
| + 'ipc/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
|
| + ],
|
| }],
|
| ['OS == "mac"', {
|
| 'sources+': [
|
| - 'ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
|
| + 'ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
|
| ]
|
| }],
|
| ['use_ozone == 1', {
|
| @@ -291,7 +294,7 @@
|
| '../ui/ozone/ozone.gyp:ozone',
|
| ],
|
| 'sources+': [
|
| - 'ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc',
|
| + 'ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc',
|
| ]
|
| }],
|
| ],
|
|
|