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

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

Issue 1683853003: Revert of ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ash/host/ash_window_tree_host_platform.h ('k') | ash/mus/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//tools/grit/repack.gni")
9
10 source_set("lib") {
11 sources = [
12 "shell_delegate_mus.cc",
13 "shell_delegate_mus.h",
14 "stub_context_factory.cc",
15 "stub_context_factory.h",
16 "sysui_application.cc",
17 "sysui_application.h",
18 ]
19
20 deps = [
21 "//ash",
22 "//components/mus/common",
23 "//components/mus/public/cpp",
24 "//components/mus/public/interfaces",
25 "//mash/wm/public/interfaces",
26 "//mojo/common:common_base",
27 "//mojo/converters/geometry",
28 "//mojo/converters/input_events",
29 "//mojo/services/tracing/public/cpp",
30 "//mojo/shell/public/cpp",
31 "//skia",
32 "//ui/aura",
33 "//ui/events",
34 "//ui/gfx",
35 "//ui/gfx/geometry",
36 "//ui/mojo/init",
37 "//ui/platform_window/stub",
38 "//ui/resources",
39 "//ui/strings",
40 "//ui/views",
41 "//ui/views/mus:for_mojo_application",
42 ]
43 }
44
45 mojo_native_application("mus") {
46 output_name = "ash_sysui"
47 sources = [
48 "main.cc",
49 ]
50 deps = [
51 ":lib",
52 ]
53 }
OLDNEW
« no previous file with comments | « ash/host/ash_window_tree_host_platform.h ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698