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

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

Issue 2551733002: Converting Mus Demo to use Aura. (Closed)
Patch Set: Addressing feedback. 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/demo/DEPS » ('j') | services/ui/demo/mus_demo.cc » ('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("//services/service_manager/public/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.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("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
11 "bitmap_uploader.cc",
12 "bitmap_uploader.h",
13 "mus_demo.cc", 11 "mus_demo.cc",
14 "mus_demo.h", 12 "mus_demo.h",
15 ] 13 ]
16 14
17 public_deps = [ 15 public_deps = [
18 "//services/service_manager/public/cpp:sources", 16 "//services/service_manager/public/cpp:sources",
19 "//skia", 17 "//skia",
20 ] 18 ]
21 19
22 deps = [ 20 deps = [
23 "//base", 21 "//base",
24 "//mojo/public/cpp/bindings", 22 "//mojo/public/cpp/bindings",
25 "//services/service_manager/public/cpp", 23 "//services/service_manager/public/cpp",
26 "//services/ui/public/cpp", 24 "//services/ui/public/cpp",
27 "//services/ui/public/cpp:internal", 25 "//services/ui/public/cpp:internal",
28 "//services/ui/public/interfaces", 26 "//services/ui/public/interfaces",
27 "//ui/aura",
28 "//ui/aura_extra",
29 "//ui/gfx/geometry", 29 "//ui/gfx/geometry",
30 "//ui/wm",
30 ] 31 ]
31 } 32 }
32 33
33 service("mus_demo") { 34 service("mus_demo") {
34 sources = [ 35 sources = [
35 "main.cc", 36 "main.cc",
36 ] 37 ]
37 38
38 deps = [ 39 deps = [
39 ":lib", 40 ":lib",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ":mus_demo", 77 ":mus_demo",
77 ":test_manifest", 78 ":test_manifest",
78 ] 79 ]
79 } 80 }
80 81
81 group("demo") { 82 group("demo") {
82 deps = [ 83 deps = [
83 ":mus_demo", 84 ":mus_demo",
84 ] 85 ]
85 } 86 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/demo/DEPS » ('j') | services/ui/demo/mus_demo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698