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

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

Issue 2041233004: mash: Move //ash/session to //ash/common/session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/metrics/user_metrics_recorder.cc ('k') | ash/mus/bridge/wm_shell_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 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "status_layout_manager.cc", 69 "status_layout_manager.cc",
70 "status_layout_manager.h", 70 "status_layout_manager.h",
71 "user_window_controller_impl.cc", 71 "user_window_controller_impl.cc",
72 "user_window_controller_impl.h", 72 "user_window_controller_impl.h",
73 "window_manager.cc", 73 "window_manager.cc",
74 "window_manager.h", 74 "window_manager.h",
75 "window_manager_application.cc", 75 "window_manager_application.cc",
76 "window_manager_application.h", 76 "window_manager_application.h",
77 ] 77 ]
78 78
79 deps = [
80 "//components/user_manager",
81 ]
82
79 public_deps = [ 83 public_deps = [
80 "//ash", 84 "//ash",
81 "//ash/mus/resources", 85 "//ash/mus/resources",
82 "//ash/public/interfaces", 86 "//ash/public/interfaces",
83 "//base", 87 "//base",
84 "//components/mus/common:mus_common", 88 "//components/mus/common:mus_common",
85 "//components/mus/public/cpp", 89 "//components/mus/public/cpp",
86 "//components/mus/public/interfaces", 90 "//components/mus/public/interfaces",
87 "//mash/session/public/interfaces", 91 "//mash/session/public/interfaces",
88 "//mojo/common:common_base", 92 "//mojo/common:common_base",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "//ui/gfx/geometry", 198 "//ui/gfx/geometry",
195 "//ui/gfx/geometry/mojo", 199 "//ui/gfx/geometry/mojo",
196 "//ui/views/mus", 200 "//ui/views/mus",
197 ] 201 ]
198 202
199 data_deps = [ 203 data_deps = [
200 ":mus", 204 ":mus",
201 "//mash/quick_launch", 205 "//mash/quick_launch",
202 ] 206 ]
203 } 207 }
OLDNEW
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698