Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: gpu/gpu.gyp

Issue 1867873002: Move unittests in content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
]
}],
],

Powered by Google App Engine
This is Rietveld 408576698