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

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

Issue 2539363005: Converts ash to use aura-mus (Closed)
Patch Set: merge 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
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", 23 "app_list_presenter_mus.cc",
24 "app_list_presenter_mus.h", 24 "app_list_presenter_mus.h",
25 "bridge/immersive_handler_factory_mus.cc", 25 "bridge/immersive_handler_factory_mus.cc",
26 "bridge/immersive_handler_factory_mus.h", 26 "bridge/immersive_handler_factory_mus.h",
27 "bridge/mus_layout_manager_adapter.cc",
28 "bridge/mus_layout_manager_adapter.h",
29 "bridge/wm_lookup_mus.cc", 27 "bridge/wm_lookup_mus.cc",
30 "bridge/wm_lookup_mus.h", 28 "bridge/wm_lookup_mus.h",
31 "bridge/wm_root_window_controller_mus.cc", 29 "bridge/wm_root_window_controller_mus.cc",
32 "bridge/wm_root_window_controller_mus.h", 30 "bridge/wm_root_window_controller_mus.h",
33 "bridge/wm_shelf_mus.cc", 31 "bridge/wm_shelf_mus.cc",
34 "bridge/wm_shelf_mus.h", 32 "bridge/wm_shelf_mus.h",
35 "bridge/wm_shell_mus.cc", 33 "bridge/wm_shell_mus.cc",
36 "bridge/wm_shell_mus.h", 34 "bridge/wm_shell_mus.h",
37 "bridge/wm_window_mus.cc", 35 "bridge/wm_window_mus.cc",
38 "bridge/wm_window_mus.h", 36 "bridge/wm_window_mus.h",
39 "bridge/workspace_event_handler_mus.cc", 37 "bridge/workspace_event_handler_mus.cc",
40 "bridge/workspace_event_handler_mus.h", 38 "bridge/workspace_event_handler_mus.h",
41 "context_menu_mus.cc", 39 "context_menu_mus.cc",
42 "context_menu_mus.h", 40 "context_menu_mus.h",
43 "disconnected_app_handler.cc", 41 "disconnected_app_handler.cc",
44 "disconnected_app_handler.h", 42 "disconnected_app_handler.h",
45 "drag_window_resizer.cc", 43 "drag_window_resizer.cc",
46 "drag_window_resizer.h", 44 "drag_window_resizer.h",
47 "frame/custom_frame_view_mus.cc", 45 "frame/custom_frame_view_mus.cc",
48 "frame/custom_frame_view_mus.h", 46 "frame/custom_frame_view_mus.h",
49 "frame/detached_title_area_renderer.cc", 47 "frame/detached_title_area_renderer.cc",
50 "frame/detached_title_area_renderer.h", 48 "frame/detached_title_area_renderer.h",
51 "frame/detached_title_area_renderer_host.h", 49 "frame/detached_title_area_renderer_host.h",
52 "keyboard_ui_mus.cc", 50 "keyboard_ui_mus.cc",
53 "keyboard_ui_mus.h", 51 "keyboard_ui_mus.h",
54 "layout_manager.cc",
55 "layout_manager.h",
56 "move_event_handler.cc", 52 "move_event_handler.cc",
57 "move_event_handler.h", 53 "move_event_handler.h",
58 "native_widget_factory_mus.cc",
59 "native_widget_factory_mus.h",
60 "non_client_frame_controller.cc", 54 "non_client_frame_controller.cc",
61 "non_client_frame_controller.h", 55 "non_client_frame_controller.h",
62 "property_util.cc", 56 "property_util.cc",
63 "property_util.h", 57 "property_util.h",
64 "root_window_controller.cc", 58 "root_window_controller.cc",
65 "root_window_controller.h", 59 "root_window_controller.h",
66 "screenlock_layout.cc", 60 "screen_mus.cc",
67 "screenlock_layout.h", 61 "screen_mus.h",
68 "shadow.cc", 62 "shadow.cc",
69 "shadow.h", 63 "shadow.h",
70 "shadow_controller.cc", 64 "shadow_controller.cc",
71 "shadow_controller.h", 65 "shadow_controller.h",
72 "shelf_delegate_mus.cc", 66 "shelf_delegate_mus.cc",
73 "shelf_delegate_mus.h", 67 "shelf_delegate_mus.h",
74 "shell_delegate_mus.cc", 68 "shell_delegate_mus.cc",
75 "shell_delegate_mus.h", 69 "shell_delegate_mus.h",
76 "wallpaper_delegate_mus.cc", 70 "wallpaper_delegate_mus.cc",
77 "wallpaper_delegate_mus.h", 71 "wallpaper_delegate_mus.h",
78 "window_manager.cc", 72 "window_manager.cc",
79 "window_manager.h", 73 "window_manager.h",
80 "window_manager_application.cc", 74 "window_manager_application.cc",
81 "window_manager_application.h", 75 "window_manager_application.h",
82 "window_manager_observer.h", 76 "window_manager_observer.h",
77 "window_properties.cc",
78 "window_properties.h",
83 ] 79 ]
84 80
85 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 81 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
86 82
87 deps = [ 83 deps = [
88 "//components/user_manager", 84 "//components/user_manager",
89 "//components/wallpaper", 85 "//components/wallpaper",
90 "//content/public/common:service_names", 86 "//content/public/common:service_names",
91 "//ui/app_list/presenter", 87 "//ui/app_list/presenter",
92 "//ui/app_list/presenter:mojom", 88 "//ui/app_list/presenter:mojom",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 227
232 source_set("unittests") { 228 source_set("unittests") {
233 testonly = true 229 testonly = true
234 230
235 sources = [ 231 sources = [
236 "accelerators/accelerator_controller_registrar_test_api.cc", 232 "accelerators/accelerator_controller_registrar_test_api.cc",
237 "accelerators/accelerator_controller_registrar_test_api.h", 233 "accelerators/accelerator_controller_registrar_test_api.h",
238 "accelerators/accelerator_controller_unittest.cc", 234 "accelerators/accelerator_controller_unittest.cc",
239 "app_launch_unittest.cc", 235 "app_launch_unittest.cc",
240 "bridge/wm_shell_mus_test_api.h", 236 "bridge/wm_shell_mus_test_api.h",
237 "bridge/wm_window_mus_test_api.cc",
241 "bridge/wm_window_mus_test_api.h", 238 "bridge/wm_window_mus_test_api.h",
242 "layout_manager_unittest.cc",
243 "root_window_controller_unittest.cc", 239 "root_window_controller_unittest.cc",
244 "test/ash_test_impl_mus.cc", 240 "test/ash_test_impl_mus.cc",
245 "test/ash_test_impl_mus.h", 241 "test/ash_test_impl_mus.h",
246 "test/wm_test_base.cc", 242 "test/wm_test_base.cc",
247 "test/wm_test_base.h", 243 "test/wm_test_base.h",
248 "test/wm_test_helper.cc", 244 "test/wm_test_helper.cc",
249 "test/wm_test_helper.h", 245 "test/wm_test_helper.h",
250 "window_manager_unittest.cc", 246 "window_manager_unittest.cc",
251 ] 247 ]
252 248
(...skipping 10 matching lines...) Expand all
263 "//mojo/public/cpp/system", 259 "//mojo/public/cpp/system",
264 "//services/service_manager/public/cpp:service_test_support", 260 "//services/service_manager/public/cpp:service_test_support",
265 "//services/ui/common:mus_common", 261 "//services/ui/common:mus_common",
266 "//services/ui/public/cpp", 262 "//services/ui/public/cpp",
267 "//services/ui/public/cpp/tests:test_support", 263 "//services/ui/public/cpp/tests:test_support",
268 "//services/ui/public/cpp/tests:unittest_support", 264 "//services/ui/public/cpp/tests:unittest_support",
269 "//services/ui/public/interfaces", 265 "//services/ui/public/interfaces",
270 "//skia", 266 "//skia",
271 "//testing/gtest", 267 "//testing/gtest",
272 "//ui/aura", 268 "//ui/aura",
269 "//ui/aura:test_support",
273 "//ui/base", 270 "//ui/base",
274 "//ui/base:test_support", 271 "//ui/base:test_support",
275 "//ui/display", 272 "//ui/display",
276 "//ui/events", 273 "//ui/events",
277 "//ui/events:test_support", 274 "//ui/events:test_support",
278 "//ui/gfx:test_support", 275 "//ui/gfx:test_support",
279 "//ui/gfx/geometry", 276 "//ui/gfx/geometry",
280 "//ui/gfx/geometry/mojo", 277 "//ui/gfx/geometry/mojo",
281 "//ui/message_center", 278 "//ui/message_center",
282 "//ui/views:test_support", 279 "//ui/views:test_support",
283 "//ui/views/mus", 280 "//ui/views/mus",
284 ] 281 ]
285 282
286 data_deps = [ 283 data_deps = [
287 ":mus", 284 ":mus",
288 "//mash/quick_launch", 285 "//mash/quick_launch",
289 ] 286 ]
290 287
291 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 288 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
292 } 289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698