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

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

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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/extended_desktop_unittest.cc ('k') | ash/shelf/shelf_layout_manager_unittest.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 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/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ] 81 ]
82 82
83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
84 84
85 deps = [ 85 deps = [
86 "//components/user_manager", 86 "//components/user_manager",
87 "//components/wallpaper", 87 "//components/wallpaper",
88 "//content/public/common:service_names", 88 "//content/public/common:service_names",
89 "//ui/app_list/presenter", 89 "//ui/app_list/presenter",
90 "//ui/app_list/presenter:mojom", 90 "//ui/app_list/presenter:mojom",
91 "//ui/display/manager",
91 "//ui/keyboard", 92 "//ui/keyboard",
92 "//ui/keyboard:mojom", 93 "//ui/keyboard:mojom",
93 "//ui/message_center", 94 "//ui/message_center",
94 ] 95 ]
95 96
96 public_deps = [ 97 public_deps = [
97 "//ash", 98 "//ash",
98 "//ash/public/cpp", 99 "//ash/public/cpp",
99 "//ash/public/interfaces", 100 "//ash/public/interfaces",
100 "//base", 101 "//base",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "//ui/views/mus", 281 "//ui/views/mus",
281 ] 282 ]
282 283
283 data_deps = [ 284 data_deps = [
284 ":mus", 285 ":mus",
285 "//mash/quick_launch", 286 "//mash/quick_launch",
286 ] 287 ]
287 288
288 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 289 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
289 } 290 }
OLDNEW
« no previous file with comments | « ash/extended_desktop_unittest.cc ('k') | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698