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

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

Issue 2419063003: Move services/shell to services/service_manager (Closed)
Patch Set: Created 4 years, 2 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 | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/ime/BUILD.gn » ('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 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/service_manager/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_main.cc", 13 "gpu_main.cc",
14 "gpu_main.h", 14 "gpu_main.h",
15 "gpu_service_internal.cc", 15 "gpu_service_internal.cc",
16 "gpu_service_internal.h", 16 "gpu_service_internal.h",
17 ] 17 ]
18 18
19 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 19 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
20 20
21 deps = [ 21 deps = [
22 "//gpu/ipc/common", 22 "//gpu/ipc/common",
23 "//gpu/ipc/service", 23 "//gpu/ipc/service",
24 "//ipc", 24 "//ipc",
25 "//media/gpu/ipc/service", 25 "//media/gpu/ipc/service",
26 "//mojo/public/cpp/system", 26 "//mojo/public/cpp/system",
27 "//services/shell/public/cpp", 27 "//services/service_manager/public/cpp",
28 "//services/ui/common:mus_common", 28 "//services/ui/common:mus_common",
29 "//services/ui/gpu/interfaces", 29 "//services/ui/gpu/interfaces",
30 "//services/ui/public/interfaces", 30 "//services/ui/public/interfaces",
31 "//ui/gfx:memory_buffer", 31 "//ui/gfx:memory_buffer",
32 "//ui/gl/init", 32 "//ui/gl/init",
33 ] 33 ]
34 34
35 if (use_ozone) { 35 if (use_ozone) {
36 deps += [ "//ui/ozone:ozone" ] 36 deps += [ "//ui/ozone:ozone" ]
37 } 37 }
(...skipping 19 matching lines...) Expand all
57 57
58 data_deps = [ 58 data_deps = [
59 ":mus_gpu_unittests_app_manifest", 59 ":mus_gpu_unittests_app_manifest",
60 ] 60 ]
61 } 61 }
62 62
63 service_manifest("mus_gpu_unittests_app_manifest") { 63 service_manifest("mus_gpu_unittests_app_manifest") {
64 name = "mus_gpu_unittests_app" 64 name = "mus_gpu_unittests_app"
65 source = "mus_gpu_unittests_app_manifest.json" 65 source = "mus_gpu_unittests_app_manifest.json"
66 } 66 }
OLDNEW
« no previous file with comments | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698