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

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

Issue 2693923004: Mus Demo: Extract code specific to internal mode into a separate class (Closed)
Patch Set: Fix wrong namespace comments Created 3 years, 10 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/main.cc » ('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/catalog/public/tools/catalog.gni") 5 import("//services/catalog/public/tools/catalog.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//services/service_manager/public/tools/test/service_test.gni") 8 import("//services/service_manager/public/tools/test/service_test.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
11 source_set("lib") { 11 source_set("lib") {
12 sources = [ 12 sources = [
13 "mus_demo.cc", 13 "mus_demo.cc",
14 "mus_demo.h", 14 "mus_demo.h",
15 "mus_demo_internal.cc",
16 "mus_demo_internal.h",
15 "window_tree_data.cc", 17 "window_tree_data.cc",
16 "window_tree_data.h", 18 "window_tree_data.h",
17 ] 19 ]
18 20
19 public_deps = [ 21 public_deps = [
20 "//services/service_manager/public/cpp:sources", 22 "//services/service_manager/public/cpp:sources",
21 "//skia", 23 "//skia",
22 ] 24 ]
23 25
24 deps = [ 26 deps = [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 } 91 }
90 92
91 catalog("mus_demo_unittests_catalog") { 93 catalog("mus_demo_unittests_catalog") {
92 embedded_services = [ ":test_manifest" ] 94 embedded_services = [ ":test_manifest" ]
93 95
94 standalone_services = [ 96 standalone_services = [
95 ":manifest", 97 ":manifest",
96 "//services/ui:manifest", 98 "//services/ui:manifest",
97 ] 99 ]
98 } 100 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/demo/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698