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

Side by Side Diff: services/ui/common/BUILD.gn

Issue 2562623005: mus/gpu: Rename the client/server side memory buffer managers. (Closed)
Patch Set: tot merge Created 4 years 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
« no previous file with comments | « no previous file | services/ui/common/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("mus_common") { 9 source_set("mus_common") {
10 sources = [ 10 sources = [
(...skipping 22 matching lines...) Expand all
33 "//mojo/public/cpp/system", 33 "//mojo/public/cpp/system",
34 "//services/ui/public/interfaces", 34 "//services/ui/public/interfaces",
35 "//ui/base", 35 "//ui/base",
36 ] 36 ]
37 } 37 }
38 38
39 # GPU related code used by the server-side components (e.g. window server 39 # GPU related code used by the server-side components (e.g. window server
40 # process, display compositor in the gpu process). 40 # process, display compositor in the gpu process).
41 source_set("server_gpu") { 41 source_set("server_gpu") {
42 sources = [ 42 sources = [
43 "mus_gpu_memory_buffer_manager.cc", 43 "server_gpu_memory_buffer_manager.cc",
44 "mus_gpu_memory_buffer_manager.h", 44 "server_gpu_memory_buffer_manager.h",
45 ] 45 ]
46 46
47 deps = [ 47 deps = [
48 "//gpu/ipc/client", 48 "//gpu/ipc/client",
49 ] 49 ]
50 50
51 public_deps = [ 51 public_deps = [
52 "//gpu/command_buffer/client", 52 "//gpu/command_buffer/client",
53 "//gpu/ipc/common", 53 "//gpu/ipc/common",
54 "//gpu/ipc/host", 54 "//gpu/ipc/host",
(...skipping 27 matching lines...) Expand all
82 "task_runner_test_base.cc", 82 "task_runner_test_base.cc",
83 "task_runner_test_base.h", 83 "task_runner_test_base.h",
84 ] 84 ]
85 85
86 deps = [ 86 deps = [
87 "//base", 87 "//base",
88 "//base/test:test_support", 88 "//base/test:test_support",
89 "//testing/gtest", 89 "//testing/gtest",
90 ] 90 ]
91 } 91 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/common/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698