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

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

Issue 2281583003: services/ui: Split GpuServiceInternal into gpu vs. ws pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.08.24_mus-ws-gpu-refactor
Patch Set: tot merge Created 4 years, 3 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
« no previous file with comments | « no previous file | services/ui/gpu/DEPS » ('j') | services/ui/gpu/gpu_service_internal.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/shell/public/service_manifest.gni") 6 import("//services/shell/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("gpu") { 9 source_set("gpu") {
10 output_name = "mus_gpu" 10 output_name = "mus_gpu"
11 11
12 sources = [ 12 sources = [
13 "gpu_service_internal.cc", 13 "gpu_service_internal.cc",
14 "gpu_service_internal.h", 14 "gpu_service_internal.h",
15 "mus_gpu_memory_buffer_manager.cc",
16 "mus_gpu_memory_buffer_manager.h",
17 ] 15 ]
18 16
19 deps = [ 17 deps = [
20 "//gpu/ipc/common", 18 "//gpu/ipc/common",
21 "//gpu/ipc/service", 19 "//gpu/ipc/service",
22 "//ipc", 20 "//ipc",
23 "//media/gpu/ipc/service", 21 "//media/gpu/ipc/service",
24 "//mojo/public/cpp/system", 22 "//mojo/public/cpp/system",
25 "//services/shell/public/cpp", 23 "//services/shell/public/cpp",
26 "//services/ui/common:mus_common", 24 "//services/ui/common:mus_common",
(...skipping 28 matching lines...) Expand all
55 53
56 data_deps = [ 54 data_deps = [
57 ":mus_gpu_unittests_app_manifest", 55 ":mus_gpu_unittests_app_manifest",
58 ] 56 ]
59 } 57 }
60 58
61 service_manifest("mus_gpu_unittests_app_manifest") { 59 service_manifest("mus_gpu_unittests_app_manifest") {
62 name = "mus_gpu_unittests_app" 60 name = "mus_gpu_unittests_app"
63 source = "mus_gpu_unittests_app_manifest.json" 61 source = "mus_gpu_unittests_app_manifest.json"
64 } 62 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/gpu/DEPS » ('j') | services/ui/gpu/gpu_service_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698