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

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

Issue 2247023002: services/ui: Move BitmapUploader into mus_demo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rm-software-output-device-mus
Patch Set: Created 4 years, 4 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/demo/DEPS » ('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("//services/shell/public/cpp/service.gni") 5 import("//services/shell/public/cpp/service.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 service("mus_demo") { 9 service("mus_demo") {
10 sources = [ 10 sources = [
11 "bitmap_uploader.cc",
12 "bitmap_uploader.h",
11 "main.cc", 13 "main.cc",
12 "mus_demo.cc", 14 "mus_demo.cc",
13 "mus_demo.h", 15 "mus_demo.h",
14 ] 16 ]
15 17
16 deps = [ 18 deps = [
17 "//base", 19 "//base",
18 "//mojo/public/cpp/bindings", 20 "//mojo/public/cpp/bindings",
19 "//services/shell/public/cpp", 21 "//services/shell/public/cpp",
20 "//services/shell/public/cpp:sources", 22 "//services/shell/public/cpp:sources",
21 "//services/ui/public/cpp", 23 "//services/ui/public/cpp",
24 "//services/ui/public/cpp:internal",
22 "//services/ui/public/interfaces", 25 "//services/ui/public/interfaces",
23 "//skia", 26 "//skia",
24 "//ui/gfx/geometry", 27 "//ui/gfx/geometry",
25 ] 28 ]
26 29
27 data_deps = [ 30 data_deps = [
28 ":manifest", 31 ":manifest",
29 "//services/ui", 32 "//services/ui",
30 ] 33 ]
31 } 34 }
(...skipping 29 matching lines...) Expand all
61 data_deps = [ 64 data_deps = [
62 ":test_manifest", 65 ":test_manifest",
63 ] 66 ]
64 } 67 }
65 68
66 group("demo") { 69 group("demo") {
67 deps = [ 70 deps = [
68 ":mus_demo", 71 ":mus_demo",
69 ] 72 ]
70 } 73 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698