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

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

Issue 2942283002: viz: Use a simple GpuMemoryBufferManager implementation. (Closed)
Patch Set: . Created 3 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/catalog/public/tools/catalog.gni") 6 import("//services/catalog/public/tools/catalog.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 source_set("gpu") { 10 source_set("gpu") {
11 output_name = "mus_gpu" 11 output_name = "mus_gpu"
12 12
13 sources = [ 13 sources = [
14 "gpu_main.cc", 14 "gpu_main.cc",
15 "gpu_main.h", 15 "gpu_main.h",
16 "gpu_service.cc", 16 "gpu_service.cc",
17 "gpu_service.h", 17 "gpu_service.h",
18 ] 18 ]
19 19
20 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 20 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
21 21
22 deps = [ 22 deps = [
23 "//cc", 23 "//cc",
24 "//components/viz/common",
25 "//components/viz/service", 24 "//components/viz/service",
26 "//gpu/ipc:command_buffer", 25 "//gpu/ipc:command_buffer",
27 "//gpu/ipc/common", 26 "//gpu/ipc/common",
28 "//gpu/ipc/service", 27 "//gpu/ipc/service",
29 "//ipc", 28 "//ipc",
30 "//media/gpu/ipc/service", 29 "//media/gpu/ipc/service",
31 "//mojo/public/cpp/system", 30 "//mojo/public/cpp/system",
32 "//services/service_manager/public/cpp", 31 "//services/service_manager/public/cpp",
33 "//services/ui/gpu/interfaces", 32 "//services/ui/gpu/interfaces",
34 "//services/ui/public/interfaces", 33 "//services/ui/public/interfaces",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 service_manifest("unittest_manifest") { 67 service_manifest("unittest_manifest") {
69 name = "mus_gpu_unittests" 68 name = "mus_gpu_unittests"
70 source = "test_manifest.json" 69 source = "test_manifest.json"
71 } 70 }
72 71
73 catalog("tests_catalog") { 72 catalog("tests_catalog") {
74 testonly = true 73 testonly = true
75 embedded_services = [ ":unittest_manifest" ] 74 embedded_services = [ ":unittest_manifest" ]
76 } 75 }
77 } 76 }
OLDNEW
« no previous file with comments | « components/viz/service/display_compositor/in_process_gpu_memory_buffer_manager.cc ('k') | services/ui/gpu/gpu_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698