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

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

Issue 2323393003: Connect mojom::DisplayController from ash to ui. (Closed)
Patch Set: Add comments. Created 4 years, 3 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/accelerators/accelerator_controller_delegate_mus.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/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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//ash/public/interfaces", 99 "//ash/public/interfaces",
100 "//base", 100 "//base",
101 "//mash/public/interfaces", 101 "//mash/public/interfaces",
102 "//mash/session/public/interfaces", 102 "//mash/session/public/interfaces",
103 "//mojo/common:common_base", 103 "//mojo/common:common_base",
104 "//services/shell/public/cpp", 104 "//services/shell/public/cpp",
105 "//services/tracing/public/cpp", 105 "//services/tracing/public/cpp",
106 "//services/ui/common:mus_common", 106 "//services/ui/common:mus_common",
107 "//services/ui/public/cpp", 107 "//services/ui/public/cpp",
108 "//services/ui/public/interfaces", 108 "//services/ui/public/interfaces",
109 "//services/ui/public/interfaces/display",
109 "//skia", 110 "//skia",
110 "//ui/aura", 111 "//ui/aura",
111 "//ui/events", 112 "//ui/events",
112 "//ui/gfx", 113 "//ui/gfx",
113 "//ui/gfx/geometry", 114 "//ui/gfx/geometry",
114 "//ui/gfx/geometry/mojo", 115 "//ui/gfx/geometry/mojo",
115 "//ui/resources", 116 "//ui/resources",
116 "//ui/strings", 117 "//ui/strings",
117 "//ui/views", 118 "//ui/views",
118 "//ui/views/mus:for_mojo_application", 119 "//ui/views/mus:for_mojo_application",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "//ui/views/mus", 237 "//ui/views/mus",
237 ] 238 ]
238 239
239 data_deps = [ 240 data_deps = [
240 ":mus", 241 ":mus",
241 "//mash/quick_launch", 242 "//mash/quick_launch",
242 ] 243 ]
243 244
244 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 245 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
245 } 246 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/accelerators/accelerator_controller_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698