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

Side by Side Diff: ash/sysui/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/sysui/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/mojo_application_manifest.gni") 7 import("//mojo/public/mojo_application_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 17 matching lines...) Expand all
28 "sysui_application.h", 28 "sysui_application.h",
29 "user_wallpaper_delegate_mus.cc", 29 "user_wallpaper_delegate_mus.cc",
30 "user_wallpaper_delegate_mus.h", 30 "user_wallpaper_delegate_mus.h",
31 ] 31 ]
32 32
33 deps = [ 33 deps = [
34 "//ash", 34 "//ash",
35 "//ash/public/interfaces", 35 "//ash/public/interfaces",
36 "//cc", 36 "//cc",
37 "//cc/surfaces", 37 "//cc/surfaces",
38 "//components/mus/common:mus_common",
39 "//components/mus/public/cpp",
40 "//components/mus/public/cpp/input_devices",
41 "//components/mus/public/interfaces",
42 "//components/user_manager", 38 "//components/user_manager",
43 "//components/wallpaper", 39 "//components/wallpaper",
44 "//device/bluetooth", 40 "//device/bluetooth",
45 "//mojo/common:common_base", 41 "//mojo/common:common_base",
46 "//services/catalog/public/cpp", 42 "//services/catalog/public/cpp",
47 "//services/shell/public/cpp", 43 "//services/shell/public/cpp",
48 "//services/tracing/public/cpp", 44 "//services/tracing/public/cpp",
45 "//services/ui/common:mus_common",
46 "//services/ui/public/cpp",
47 "//services/ui/public/cpp/input_devices",
48 "//services/ui/public/interfaces",
49 "//ui/app_list/presenter", 49 "//ui/app_list/presenter",
50 "//ui/app_list/presenter:mojom", 50 "//ui/app_list/presenter:mojom",
51 "//ui/aura", 51 "//ui/aura",
52 "//ui/events", 52 "//ui/events",
53 "//ui/events/devices", 53 "//ui/events/devices",
54 "//ui/gfx", 54 "//ui/gfx",
55 "//ui/gfx/geometry", 55 "//ui/gfx/geometry",
56 "//ui/gfx/geometry/mojo", 56 "//ui/gfx/geometry/mojo",
57 "//ui/keyboard:mojom", 57 "//ui/keyboard:mojom",
58 "//ui/message_center", 58 "//ui/message_center",
(...skipping 28 matching lines...) Expand all
87 deps = [ 87 deps = [
88 ":lib", 88 ":lib",
89 ":resources_100", 89 ":resources_100",
90 ":resources_200", 90 ":resources_200",
91 ":resources_strings", 91 ":resources_strings",
92 "//services/shell/public/cpp", 92 "//services/shell/public/cpp",
93 ] 93 ]
94 94
95 data_deps = [ 95 data_deps = [
96 ":manifest", 96 ":manifest",
97 "//components/mus", 97 "//services/ui",
98 ] 98 ]
99 99
100 resources = [ 100 resources = [
101 "$root_out_dir/ash_resources_strings.pak", 101 "$root_out_dir/ash_resources_strings.pak",
102 "$root_out_dir/ash_resources_100_percent.pak", 102 "$root_out_dir/ash_resources_100_percent.pak",
103 "$root_out_dir/ash_resources_200_percent.pak", 103 "$root_out_dir/ash_resources_200_percent.pak",
104 ] 104 ]
105 } 105 }
106 106
107 #TODO(msw): Do not load 'test' resources (include sys lang?). 107 #TODO(msw): Do not load 'test' resources (include sys lang?).
(...skipping 19 matching lines...) Expand all
127 127
128 repack("resources_200") { 128 repack("resources_200") {
129 sources = [ 129 sources = [
130 "$root_out_dir/ash_test_resources_200_percent.pak", 130 "$root_out_dir/ash_test_resources_200_percent.pak",
131 ] 131 ]
132 output = "$root_out_dir/ash_resources_200_percent.pak" 132 output = "$root_out_dir/ash_resources_200_percent.pak"
133 deps = [ 133 deps = [
134 "//ash/resources:ash_test_resources_200_percent", 134 "//ash/resources:ash_test_resources_200_percent",
135 ] 135 ]
136 } 136 }
OLDNEW
« no previous file with comments | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698