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

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

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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/common/wm_shell.cc ('k') | ash/mus/app_list_presenter_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/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
11 assert(is_chromeos) 11 assert(is_chromeos)
12 12
13 source_set("lib") { 13 source_set("lib") {
14 sources = [ 14 sources = [
15 "accelerators/accelerator_controller_delegate_mus.cc", 15 "accelerators/accelerator_controller_delegate_mus.cc",
16 "accelerators/accelerator_controller_delegate_mus.h", 16 "accelerators/accelerator_controller_delegate_mus.h",
17 "accelerators/accelerator_controller_registrar.cc", 17 "accelerators/accelerator_controller_registrar.cc",
18 "accelerators/accelerator_controller_registrar.h", 18 "accelerators/accelerator_controller_registrar.h",
19 "accelerators/accelerator_handler.h", 19 "accelerators/accelerator_handler.h",
20 "accelerators/accelerator_ids.h", 20 "accelerators/accelerator_ids.h",
21 "accessibility_delegate_mus.cc", 21 "accessibility_delegate_mus.cc",
22 "accessibility_delegate_mus.h", 22 "accessibility_delegate_mus.h",
23 "app_list_presenter_mus.cc",
24 "app_list_presenter_mus.h",
25 "bridge/immersive_handler_factory_mus.cc", 23 "bridge/immersive_handler_factory_mus.cc",
26 "bridge/immersive_handler_factory_mus.h", 24 "bridge/immersive_handler_factory_mus.h",
27 "bridge/wm_lookup_mus.cc", 25 "bridge/wm_lookup_mus.cc",
28 "bridge/wm_lookup_mus.h", 26 "bridge/wm_lookup_mus.h",
29 "bridge/wm_root_window_controller_mus.cc", 27 "bridge/wm_root_window_controller_mus.cc",
30 "bridge/wm_root_window_controller_mus.h", 28 "bridge/wm_root_window_controller_mus.h",
31 "bridge/wm_shelf_mus.cc", 29 "bridge/wm_shelf_mus.cc",
32 "bridge/wm_shelf_mus.h", 30 "bridge/wm_shelf_mus.h",
33 "bridge/wm_shell_mus.cc", 31 "bridge/wm_shell_mus.cc",
34 "bridge/wm_shell_mus.h", 32 "bridge/wm_shell_mus.h",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "//ui/views/mus", 258 "//ui/views/mus",
261 ] 259 ]
262 260
263 data_deps = [ 261 data_deps = [
264 ":mus", 262 ":mus",
265 "//mash/quick_launch", 263 "//mash/quick_launch",
266 ] 264 ]
267 265
268 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 266 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
269 } 267 }
OLDNEW
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/mus/app_list_presenter_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698