Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 4968aa322c93e0a46b3eef1b22fd9d57ac616df0..1cae39d31daada67d0495742a54ab083de609640 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -282,10 +282,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', { |
@@ -293,7 +296,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', |
] |
}], |
], |