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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 2089023002: Promotes remaining global window manager state into WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: override Created 4 years, 6 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 | « components/mus/mus_app.cc ('k') | components/mus/ws/cursor_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 13 matching lines...) Expand all
24 "display_manager_delegate.h", 24 "display_manager_delegate.h",
25 "event_dispatcher.cc", 25 "event_dispatcher.cc",
26 "event_dispatcher.h", 26 "event_dispatcher.h",
27 "event_dispatcher_delegate.h", 27 "event_dispatcher_delegate.h",
28 "event_matcher.cc", 28 "event_matcher.cc",
29 "event_matcher.h", 29 "event_matcher.h",
30 "focus_controller.cc", 30 "focus_controller.cc",
31 "focus_controller.h", 31 "focus_controller.h",
32 "focus_controller_delegate.h", 32 "focus_controller_delegate.h",
33 "focus_controller_observer.h", 33 "focus_controller_observer.h",
34 "global_window_manager_state.cc",
35 "global_window_manager_state.h",
36 "modal_window_controller.cc", 34 "modal_window_controller.cc",
37 "modal_window_controller.h", 35 "modal_window_controller.h",
38 "operation.cc", 36 "operation.cc",
39 "operation.h", 37 "operation.h",
40 "platform_display.cc", 38 "platform_display.cc",
41 "platform_display.h", 39 "platform_display.h",
42 "platform_display_delegate.h", 40 "platform_display_delegate.h",
43 "platform_display_factory.h", 41 "platform_display_factory.h",
44 "platform_display_init_params.cc", 42 "platform_display_init_params.cc",
45 "platform_display_init_params.h", 43 "platform_display_init_params.h",
(...skipping 19 matching lines...) Expand all
65 "user_id.h", 63 "user_id.h",
66 "user_id_tracker.cc", 64 "user_id_tracker.cc",
67 "user_id_tracker.h", 65 "user_id_tracker.h",
68 "user_id_tracker_observer.h", 66 "user_id_tracker_observer.h",
69 "window_coordinate_conversions.cc", 67 "window_coordinate_conversions.cc",
70 "window_coordinate_conversions.h", 68 "window_coordinate_conversions.h",
71 "window_finder.cc", 69 "window_finder.cc",
72 "window_finder.h", 70 "window_finder.h",
73 "window_manager_access_policy.cc", 71 "window_manager_access_policy.cc",
74 "window_manager_access_policy.h", 72 "window_manager_access_policy.h",
73 "window_manager_display_root.cc",
74 "window_manager_display_root.h",
75 "window_manager_state.cc", 75 "window_manager_state.cc",
76 "window_manager_state.h", 76 "window_manager_state.h",
77 "window_manager_window_tree_factory.cc", 77 "window_manager_window_tree_factory.cc",
78 "window_manager_window_tree_factory.h", 78 "window_manager_window_tree_factory.h",
79 "window_manager_window_tree_factory_set.cc", 79 "window_manager_window_tree_factory_set.cc",
80 "window_manager_window_tree_factory_set.h", 80 "window_manager_window_tree_factory_set.h",
81 "window_manager_window_tree_factory_set_observer.h", 81 "window_manager_window_tree_factory_set_observer.h",
82 "window_server.cc", 82 "window_server.cc",
83 "window_server.h", 83 "window_server.h",
84 "window_server_delegate.cc", 84 "window_server_delegate.cc",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 236
237 data_deps = [ 237 data_deps = [
238 ":mus_ws_unittests_app_manifest", 238 ":mus_ws_unittests_app_manifest",
239 ] 239 ]
240 } 240 }
241 241
242 mojo_application_manifest("mus_ws_unittests_app_manifest") { 242 mojo_application_manifest("mus_ws_unittests_app_manifest") {
243 application_name = "mus_ws_unittests_app" 243 application_name = "mus_ws_unittests_app"
244 source = "mus_ws_unittests_app_manifest.json" 244 source = "mus_ws_unittests_app_manifest.json"
245 } 245 }
OLDNEW
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698