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

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

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 4 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/root_window_controller.h » ('j') | chrome/app/mojo/chrome_manifest.json » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "property_util.cc", 49 "property_util.cc",
50 "property_util.h", 50 "property_util.h",
51 "root_window_controller.cc", 51 "root_window_controller.cc",
52 "root_window_controller.h", 52 "root_window_controller.h",
53 "screenlock_layout.cc", 53 "screenlock_layout.cc",
54 "screenlock_layout.h", 54 "screenlock_layout.h",
55 "shadow.cc", 55 "shadow.cc",
56 "shadow.h", 56 "shadow.h",
57 "shadow_controller.cc", 57 "shadow_controller.cc",
58 "shadow_controller.h", 58 "shadow_controller.h",
59 "shelf_layout_impl.cc",
60 "shelf_layout_impl.h",
61 "shelf_layout_manager.cc", 59 "shelf_layout_manager.cc",
62 "shelf_layout_manager.h", 60 "shelf_layout_manager.h",
63 "shelf_layout_manager_delegate.h", 61 "shelf_layout_manager_delegate.h",
64 "shell_delegate_mus.cc", 62 "shell_delegate_mus.cc",
65 "shell_delegate_mus.h", 63 "shell_delegate_mus.h",
66 "status_layout_manager.cc", 64 "status_layout_manager.cc",
67 "status_layout_manager.h", 65 "status_layout_manager.h",
68 "user_window_controller_impl.cc",
69 "user_window_controller_impl.h",
70 "window_manager.cc", 66 "window_manager.cc",
71 "window_manager.h", 67 "window_manager.h",
72 "window_manager_application.cc", 68 "window_manager_application.cc",
73 "window_manager_application.h", 69 "window_manager_application.h",
74 "window_manager_observer.h", 70 "window_manager_observer.h",
75 ] 71 ]
76 72
77 deps = [ 73 deps = [
78 "//components/user_manager", 74 "//components/user_manager",
79 "//ui/app_list/presenter", 75 "//ui/app_list/presenter",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "//ui/gfx/geometry/mojo", 210 "//ui/gfx/geometry/mojo",
215 "//ui/message_center", 211 "//ui/message_center",
216 "//ui/views/mus", 212 "//ui/views/mus",
217 ] 213 ]
218 214
219 data_deps = [ 215 data_deps = [
220 ":mus", 216 ":mus",
221 "//mash/quick_launch", 217 "//mash/quick_launch",
222 ] 218 ]
223 } 219 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/root_window_controller.h » ('j') | chrome/app/mojo/chrome_manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698