OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
7 import("//services/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 deps = [ | 85 deps = [ |
86 "//components/user_manager", | 86 "//components/user_manager", |
87 "//ui/app_list/presenter", | 87 "//ui/app_list/presenter", |
88 "//ui/message_center", | 88 "//ui/message_center", |
89 ] | 89 ] |
90 | 90 |
91 public_deps = [ | 91 public_deps = [ |
92 "//ash", | 92 "//ash", |
93 "//ash/public/interfaces", | 93 "//ash/public/interfaces", |
94 "//base", | 94 "//base", |
| 95 "//mash/public/interfaces", |
95 "//mash/session/public/interfaces", | 96 "//mash/session/public/interfaces", |
96 "//mojo/common:common_base", | 97 "//mojo/common:common_base", |
97 "//services/shell/public/cpp", | 98 "//services/shell/public/cpp", |
98 "//services/tracing/public/cpp", | 99 "//services/tracing/public/cpp", |
99 "//services/ui/common:mus_common", | 100 "//services/ui/common:mus_common", |
100 "//services/ui/public/cpp", | 101 "//services/ui/public/cpp", |
101 "//services/ui/public/interfaces", | 102 "//services/ui/public/interfaces", |
102 "//skia", | 103 "//skia", |
103 "//ui/aura", | 104 "//ui/aura", |
104 "//ui/events", | 105 "//ui/events", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "//ui/views/mus", | 226 "//ui/views/mus", |
226 ] | 227 ] |
227 | 228 |
228 data_deps = [ | 229 data_deps = [ |
229 ":mus", | 230 ":mus", |
230 "//mash/quick_launch", | 231 "//mash/quick_launch", |
231 ] | 232 ] |
232 | 233 |
233 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 234 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
234 } | 235 } |
OLD | NEW |