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

Side by Side Diff: mash/wm/BUILD.gn

Issue 1954933002: Initial cut of ash/wm/common classes for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WmWindowMus::GetGlobals Created 4 years, 7 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
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
11 source_set("lib") { 11 source_set("lib") {
12 sources = [ 12 sources = [
13 "accelerator_registrar_impl.cc", 13 "accelerator_registrar_impl.cc",
14 "accelerator_registrar_impl.h", 14 "accelerator_registrar_impl.h",
15 "background_layout.cc", 15 "background_layout.cc",
16 "background_layout.h", 16 "background_layout.h",
17 "bridge/mus_layout_manager_adapter.cc",
18 "bridge/mus_layout_manager_adapter.h",
19 "bridge/wm_globals_mus.cc",
20 "bridge/wm_globals_mus.h",
21 "bridge/wm_lookup_mus.cc",
22 "bridge/wm_lookup_mus.h",
23 "bridge/wm_root_window_controller_mus.cc",
24 "bridge/wm_root_window_controller_mus.h",
25 "bridge/wm_window_mus.cc",
26 "bridge/wm_window_mus.h",
17 "disconnected_app_handler.cc", 27 "disconnected_app_handler.cc",
18 "disconnected_app_handler.h", 28 "disconnected_app_handler.h",
19 "fill_layout.cc", 29 "fill_layout.cc",
20 "fill_layout.h", 30 "fill_layout.h",
21 "frame/caption_buttons/caption_button_types.h", 31 "frame/caption_buttons/caption_button_types.h",
22 "frame/caption_buttons/frame_caption_button.cc", 32 "frame/caption_buttons/frame_caption_button.cc",
23 "frame/caption_buttons/frame_caption_button.h", 33 "frame/caption_buttons/frame_caption_button.h",
24 "frame/caption_buttons/frame_caption_button_container_view.cc", 34 "frame/caption_buttons/frame_caption_button_container_view.cc",
25 "frame/caption_buttons/frame_caption_button_container_view.h", 35 "frame/caption_buttons/frame_caption_button_container_view.h",
26 "frame/default_header_painter.cc", 36 "frame/default_header_painter.cc",
(...skipping 30 matching lines...) Expand all
57 "user_window_controller_impl.h", 67 "user_window_controller_impl.h",
58 "window_layout.cc", 68 "window_layout.cc",
59 "window_layout.h", 69 "window_layout.h",
60 "window_manager.cc", 70 "window_manager.cc",
61 "window_manager.h", 71 "window_manager.h",
62 "window_manager_application.cc", 72 "window_manager_application.cc",
63 "window_manager_application.h", 73 "window_manager_application.h",
64 ] 74 ]
65 75
66 deps = [ 76 deps = [
77 "//ash/wm/common:ash_wm_common",
67 "//base", 78 "//base",
68 "//components/mus/common:mus_common", 79 "//components/mus/common:mus_common",
69 "//components/mus/public/cpp", 80 "//components/mus/public/cpp",
70 "//components/mus/public/interfaces", 81 "//components/mus/public/interfaces",
71 "//mash/session/public/interfaces", 82 "//mash/session/public/interfaces",
72 "//mash/wm/public/interfaces", 83 "//mash/wm/public/interfaces",
73 "//mash/wm/resources", 84 "//mash/wm/resources",
74 "//mojo/common:common_base", 85 "//mojo/common:common_base",
75 "//mojo/converters/geometry", 86 "//mojo/converters/geometry",
76 "//mojo/converters/input_events", 87 "//mojo/converters/input_events",
77 "//services/shell/public/cpp", 88 "//services/shell/public/cpp",
78 "//services/tracing/public/cpp", 89 "//services/tracing/public/cpp",
79 "//skia", 90 "//skia",
80 "//ui/aura", 91 "//ui/aura",
81 "//ui/events", 92 "//ui/events",
82 "//ui/gfx", 93 "//ui/gfx",
83 "//ui/gfx/geometry", 94 "//ui/gfx/geometry",
95 "//ui/mojo/display",
84 "//ui/resources", 96 "//ui/resources",
85 "//ui/strings", 97 "//ui/strings",
86 "//ui/views", 98 "//ui/views",
87 "//ui/views/mus:for_mojo_application", 99 "//ui/views/mus:for_mojo_application",
88 ] 100 ]
89 } 101 }
90 102
91 mojo_native_application("wm") { 103 mojo_native_application("wm") {
92 output_name = "desktop_wm" 104 output_name = "desktop_wm"
93 105
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "//ui/gfx/geometry", 179 "//ui/gfx/geometry",
168 "//ui/mojo/geometry:interfaces", 180 "//ui/mojo/geometry:interfaces",
169 "//ui/mojo/geometry:util", 181 "//ui/mojo/geometry:util",
170 ] 182 ]
171 183
172 data_deps = [ 184 data_deps = [
173 ":wm", 185 ":wm",
174 "//mash/quick_launch", 186 "//mash/quick_launch",
175 ] 187 ]
176 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698