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

Side by Side Diff: mash/shell/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
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/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 16 matching lines...) Expand all
27 "//mojo/shell/public/cpp:sources", 27 "//mojo/shell/public/cpp:sources",
28 ] 28 ]
29 29
30 data_deps = [ 30 data_deps = [
31 "//mash/browser_driver", 31 "//mash/browser_driver",
32 "//mash/quick_launch", 32 "//mash/quick_launch",
33 "//mash/shelf", 33 "//mash/shelf",
34 "//mash/wallpaper", 34 "//mash/wallpaper",
35 "//mash/wm", 35 "//mash/wm",
36 ] 36 ]
37
38 if (use_ash) {
39 data_deps += [ "//ash/mus" ]
40 }
41 } 37 }
42 38
43 mojo_application_manifest("manifest") { 39 mojo_application_manifest("manifest") {
44 application_name = "mash_shell" 40 application_name = "mash_shell"
45 source = "manifest.json" 41 source = "manifest.json"
46 } 42 }
OLDNEW
« no previous file with comments | « ash/system/web_notification/ash_popup_alignment_delegate.h ('k') | mash/shell/shell_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698