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

Unified Diff: content/common/BUILD.gn

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/child/child_thread_impl_browsertest.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index c8ed79372213aa80b38dc84c12b040c641e37613..8ca56e18cbcbe121f560c802fa95633ff619c98b 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -171,6 +171,7 @@ source_set("common") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/command_buffer/service",
+ "//gpu/ipc/client",
"//gpu/ipc/common",
"//gpu/skia_bindings",
"//ipc",
@@ -223,8 +224,6 @@ source_set("common") {
if (is_mac) {
sources += [
- "gpu/client/gpu_memory_buffer_impl_io_surface.cc",
- "gpu/client/gpu_memory_buffer_impl_io_surface.h",
"gpu/gpu_memory_buffer_factory_io_surface.cc",
"gpu/gpu_memory_buffer_factory_io_surface.h",
"gpu/media/vt_mac.h",
@@ -258,8 +257,6 @@ source_set("common") {
if (is_android) {
sources += [
- "gpu/client/gpu_memory_buffer_impl_surface_texture.cc",
- "gpu/client/gpu_memory_buffer_impl_surface_texture.h",
"gpu/gpu_memory_buffer_factory_surface_texture.cc",
"gpu/gpu_memory_buffer_factory_surface_texture.h",
]
@@ -285,8 +282,6 @@ source_set("common") {
sources -= [
"cursors/webcursor_ozone.cc",
"font_list_ozone.cc",
- "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc",
- "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h",
"gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc",
"gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h",
]
« no previous file with comments | « content/child/child_thread_impl_browsertest.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698