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

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

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: Created 4 years, 3 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 | ash/mus/DEPS » ('j') | ash/mus/accelerators/accelerator_controller_delegate_mus.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | ash/mus/accelerators/accelerator_controller_delegate_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698