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

Unified Diff: content/content_common.gypi

Issue 1827123002: Move 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, 9 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 | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f05a163560401b6a350c3fcb1f388028931456af..db1c8d28823648e0df4ae5a8fd0a43928759aa05 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -350,20 +350,10 @@
'common/gpu/child_window_surface_win.h',
'common/gpu/client/command_buffer_metrics.cc',
'common/gpu/client/command_buffer_metrics.h',
- 'common/gpu/client/command_buffer_proxy_impl.cc',
- 'common/gpu/client/command_buffer_proxy_impl.h',
'common/gpu/client/context_provider_command_buffer.cc',
'common/gpu/client/context_provider_command_buffer.h',
- 'common/gpu/client/gpu_channel_host.cc',
- 'common/gpu/client/gpu_channel_host.h',
'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
- 'common/gpu/client/gpu_memory_buffer_impl.cc',
- 'common/gpu/client/gpu_memory_buffer_impl.h',
- 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
- 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
'common/gpu/client/gpu_video_decode_accelerator_host.cc',
'common/gpu/client/gpu_video_decode_accelerator_host.h',
'common/gpu/client/gpu_video_encode_accelerator_host.cc',
@@ -663,8 +653,6 @@
'../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac'
],
'sources': [
- 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
'common/gpu/gpu_memory_buffer_factory_io_surface.h',
'common/gpu/media/vt_mac.h',
@@ -728,8 +716,6 @@
}],
['OS=="android"',{
'sources': [
- 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
'common/gpu/gpu_memory_buffer_factory_surface_texture.cc',
'common/gpu/gpu_memory_buffer_factory_surface_texture.h',
],
@@ -1093,16 +1079,12 @@
'../ui/ozone/ozone.gyp:ozone_base',
],
'sources!': [
- 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
'common/gpu/gpu_memory_buffer_factory_linux.cc',
],
}, { # use_ozone!=1
'sources!': [
'common/cursors/webcursor_ozone.cc',
'common/font_list_ozone.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
'common/gpu/gpu_memory_buffer_factory_ozone.cc',
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698