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

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: Rebased Created 4 years, 2 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 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("//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 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "platform_display.cc", 54 "platform_display.cc",
55 "platform_display.h", 55 "platform_display.h",
56 "platform_display_delegate.h", 56 "platform_display_delegate.h",
57 "platform_display_factory.h", 57 "platform_display_factory.h",
58 "platform_display_init_params.cc", 58 "platform_display_init_params.cc",
59 "platform_display_init_params.h", 59 "platform_display_init_params.h",
60 "scheduled_animation_group.cc", 60 "scheduled_animation_group.cc",
61 "scheduled_animation_group.h", 61 "scheduled_animation_group.h",
62 "server_window.cc", 62 "server_window.cc",
63 "server_window.h", 63 "server_window.h",
64 "server_window_compositor_frame_sink.cc",
65 "server_window_compositor_frame_sink.h",
66 "server_window_compositor_frame_sink_manager.cc",
67 "server_window_compositor_frame_sink_manager.h",
64 "server_window_delegate.h", 68 "server_window_delegate.h",
65 "server_window_drawn_tracker.cc", 69 "server_window_drawn_tracker.cc",
66 "server_window_drawn_tracker.h", 70 "server_window_drawn_tracker.h",
67 "server_window_drawn_tracker_observer.h", 71 "server_window_drawn_tracker_observer.h",
68 "server_window_observer.h", 72 "server_window_observer.h",
69 "server_window_surface.cc",
70 "server_window_surface.h",
71 "server_window_surface_manager.cc",
72 "server_window_surface_manager.h",
73 "server_window_tracker.h", 73 "server_window_tracker.h",
74 "touch_controller.cc", 74 "touch_controller.cc",
75 "touch_controller.h", 75 "touch_controller.h",
76 "user_activity_monitor.cc", 76 "user_activity_monitor.cc",
77 "user_activity_monitor.h", 77 "user_activity_monitor.h",
78 "user_display_manager.cc", 78 "user_display_manager.cc",
79 "user_display_manager.h", 79 "user_display_manager.h",
80 "user_display_manager_delegate.h", 80 "user_display_manager_delegate.h",
81 "user_id.h", 81 "user_id.h",
82 "user_id_tracker.cc", 82 "user_id_tracker.cc",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 sources = [ 200 sources = [
201 "animation_runner_unittest.cc", 201 "animation_runner_unittest.cc",
202 "cursor_unittest.cc", 202 "cursor_unittest.cc",
203 "display_unittest.cc", 203 "display_unittest.cc",
204 "drag_controller_unittest.cc", 204 "drag_controller_unittest.cc",
205 "event_dispatcher_unittest.cc", 205 "event_dispatcher_unittest.cc",
206 "event_matcher_unittest.cc", 206 "event_matcher_unittest.cc",
207 "focus_controller_unittest.cc", 207 "focus_controller_unittest.cc",
208 "frame_generator_unittest.cc", 208 "frame_generator_unittest.cc",
209 "scheduled_animation_group_unittest.cc", 209 "scheduled_animation_group_unittest.cc",
210 "server_window_compositor_frame_sink_manager_test_api.cc",
211 "server_window_compositor_frame_sink_manager_test_api.h",
210 "server_window_drawn_tracker_unittest.cc", 212 "server_window_drawn_tracker_unittest.cc",
211 "server_window_surface_manager_test_api.cc",
212 "server_window_surface_manager_test_api.h",
213 "test_server_window_delegate.cc", 213 "test_server_window_delegate.cc",
214 "test_server_window_delegate.h", 214 "test_server_window_delegate.h",
215 "test_utils.cc", 215 "test_utils.cc",
216 "test_utils.h", 216 "test_utils.h",
217 "transient_windows_unittest.cc", 217 "transient_windows_unittest.cc",
218 "user_activity_monitor_unittest.cc", 218 "user_activity_monitor_unittest.cc",
219 "user_display_manager_unittest.cc", 219 "user_display_manager_unittest.cc",
220 "window_coordinate_conversions_unittest.cc", 220 "window_coordinate_conversions_unittest.cc",
221 "window_finder_unittest.cc", 221 "window_finder_unittest.cc",
222 "window_manager_client_unittest.cc", 222 "window_manager_client_unittest.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 260
261 data_deps = [ 261 data_deps = [
262 ":mus_ws_unittests_app_manifest", 262 ":mus_ws_unittests_app_manifest",
263 ] 263 ]
264 } 264 }
265 265
266 service_manifest("mus_ws_unittests_app_manifest") { 266 service_manifest("mus_ws_unittests_app_manifest") {
267 name = "mus_ws_unittests_app" 267 name = "mus_ws_unittests_app"
268 source = "mus_ws_unittests_app_manifest.json" 268 source = "mus_ws_unittests_app_manifest.json"
269 } 269 }
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/window_tree_constants.mojom ('k') | services/ui/ws/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698