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

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

Issue 1684633002: ash/mash: Introduce a ShelfDelegate implementation for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ash-sysui-window-container
Patch Set: tot-merge 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 | « no previous file | ash/mus/shelf_delegate_mus.h » ('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/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
11 sources = [ 11 sources = [
12 "shelf_delegate_mus.cc",
13 "shelf_delegate_mus.h",
12 "shell_delegate_mus.cc", 14 "shell_delegate_mus.cc",
13 "shell_delegate_mus.h", 15 "shell_delegate_mus.h",
14 "stub_context_factory.cc", 16 "stub_context_factory.cc",
15 "stub_context_factory.h", 17 "stub_context_factory.h",
16 "sysui_application.cc", 18 "sysui_application.cc",
17 "sysui_application.h", 19 "sysui_application.h",
18 ] 20 ]
19 21
20 deps = [ 22 deps = [
21 "//ash", 23 "//ash",
(...skipping 24 matching lines...) Expand all
46 48
47 mojo_native_application("mus") { 49 mojo_native_application("mus") {
48 output_name = "ash_sysui" 50 output_name = "ash_sysui"
49 sources = [ 51 sources = [
50 "main.cc", 52 "main.cc",
51 ] 53 ]
52 deps = [ 54 deps = [
53 ":lib", 55 ":lib",
54 ] 56 ]
55 } 57 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/shelf_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698