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

Side by Side Diff: chrome/app/mash/BUILD.gn

Issue 2037033004: Renames mojo:desktop_wm to mojo:ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/sysui/shelf_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('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("//mojo/public/mojo_application_manifest.gni") 5 import("//mojo/public/mojo_application_manifest.gni")
6 6
7 source_set("mash") { 7 source_set("mash") {
8 sources = [ 8 sources = [
9 "mash_runner.cc", 9 "mash_runner.cc",
10 "mash_runner.h", 10 "mash_runner.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "//ash/mus:manifest", 46 "//ash/mus:manifest",
47 "//ash/sysui:manifest", 47 "//ash/sysui:manifest",
48 "//components/mus:manifest", 48 "//components/mus:manifest",
49 "//mash/app_driver:manifest", 49 "//mash/app_driver:manifest",
50 "//mash/quick_launch:manifest", 50 "//mash/quick_launch:manifest",
51 "//mash/session:manifest", 51 "//mash/session:manifest",
52 "//mash/task_viewer:manifest", 52 "//mash/task_viewer:manifest",
53 ] 53 ]
54 packaged_applications = [ 54 packaged_applications = [
55 "app_driver", 55 "app_driver",
56 "ash",
56 "ash_sysui", 57 "ash_sysui",
57 "desktop_wm",
58 "mash_session", 58 "mash_session",
59 "mus", 59 "mus",
60 "quick_launch", 60 "quick_launch",
61 "task_viewer", 61 "task_viewer",
62 ] 62 ]
63 63
64 if (is_linux && !is_android) { 64 if (is_linux && !is_android) {
65 deps += [ "//components/font_service:manifest" ] 65 deps += [ "//components/font_service:manifest" ]
66 packaged_applications += [ "font_service" ] 66 packaged_applications += [ "font_service" ]
67 } 67 }
68 } 68 }
OLDNEW
« no previous file with comments | « ash/sysui/shelf_delegate_mus.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698