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

Side by Side Diff: components/mus/gles2/BUILD.gn

Issue 2020293003: Use mus::MojoGpuMemoryBufferManager in mus::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("gles2") { 7 source_set("gles2") {
8 visibility = [ 8 visibility = [
9 "//components/mus:*", 9 "//components/mus:*",
10 "//components/mus/ws:*", 10 "//components/mus/ws:*",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "ozone_gpu_memory_buffer.cc", 61 "ozone_gpu_memory_buffer.cc",
62 "ozone_gpu_memory_buffer.h", 62 "ozone_gpu_memory_buffer.h",
63 ] 63 ]
64 } 64 }
65 65
66 include_dirs = [ "../.." ] 66 include_dirs = [ "../.." ]
67 } 67 }
68 68
69 source_set("lib") { 69 source_set("lib") {
70 sources = [ 70 sources = [
71 "gpu_memory_buffer_impl.cc",
72 "gpu_memory_buffer_impl.h",
73 "mojo_buffer_backing.cc",
74 "mojo_buffer_backing.h",
75 "mojo_gpu_memory_buffer.cc",
76 "mojo_gpu_memory_buffer.h",
77 "mojo_gpu_memory_buffer_manager.cc",
78 "mojo_gpu_memory_buffer_manager.h",
79 "raster_thread_helper.cc", 71 "raster_thread_helper.cc",
80 "raster_thread_helper.h", 72 "raster_thread_helper.h",
81 ] 73 ]
82 74
83 deps = [ 75 deps = [
84 "//base", 76 "//base",
85 "//cc", 77 "//cc",
86 "//components/mus/public/interfaces", 78 "//components/mus/public/interfaces",
87 "//gpu/command_buffer/client", 79 "//gpu/command_buffer/client",
88 "//gpu/command_buffer/common", 80 "//gpu/command_buffer/common",
89 "//gpu/config:config", 81 "//gpu/config:config",
90 "//mojo/public/cpp/bindings", 82 "//mojo/public/cpp/bindings",
91 "//mojo/public/cpp/system", 83 "//mojo/public/cpp/system",
92 "//ui/gfx", 84 "//ui/gfx",
93 "//ui/gfx/geometry", 85 "//ui/gfx/geometry",
94 ] 86 ]
95 87
96 include_dirs = [ "../.." ] 88 include_dirs = [ "../.." ]
97 } 89 }
OLDNEW
« no previous file with comments | « components/mus/common/mojo_gpu_memory_buffer_manager.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698