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

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
« no previous file with comments | « gpu/command_buffer/common/unittest_main.cc ('k') | gpu/gpu_ipc_client.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
]
}],
],
« no previous file with comments | « gpu/command_buffer/common/unittest_main.cc ('k') | gpu/gpu_ipc_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698