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

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

Issue 2741343003: Update liftetime management of GpuClient (Closed)
Patch Set: Address Review comments Created 3 years, 9 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 | « no previous file | services/ui/ws/DEPS » ('j') | services/ui/ws/DEPS » ('J')
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("//services/catalog/public/tools/catalog.gni") 7 import("//services/catalog/public/tools/catalog.gni")
8 import("//services/service_manager/public/cpp/service.gni") 8 import("//services/service_manager/public/cpp/service.gni")
9 import("//services/service_manager/public/service_manifest.gni") 9 import("//services/service_manager/public/service_manifest.gni")
10 import("//services/service_manager/public/tools/test/service_test.gni") 10 import("//services/service_manager/public/tools/test/service_test.gni")
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "event_dispatcher.h", 42 "event_dispatcher.h",
43 "event_dispatcher_delegate.h", 43 "event_dispatcher_delegate.h",
44 "event_matcher.cc", 44 "event_matcher.cc",
45 "event_matcher.h", 45 "event_matcher.h",
46 "focus_controller.cc", 46 "focus_controller.cc",
47 "focus_controller.h", 47 "focus_controller.h",
48 "focus_controller_delegate.h", 48 "focus_controller_delegate.h",
49 "focus_controller_observer.h", 49 "focus_controller_observer.h",
50 "frame_generator.cc", 50 "frame_generator.cc",
51 "frame_generator.h", 51 "frame_generator.h",
52 "gpu_client.cc",
53 "gpu_client.h",
52 "gpu_host.cc", 54 "gpu_host.cc",
53 "gpu_host.h", 55 "gpu_host.h",
54 "gpu_host_delegate.h", 56 "gpu_host_delegate.h",
55 "modal_window_controller.cc", 57 "modal_window_controller.cc",
56 "modal_window_controller.h", 58 "modal_window_controller.h",
57 "operation.cc", 59 "operation.cc",
58 "operation.h", 60 "operation.h",
59 "platform_display.cc", 61 "platform_display.cc",
60 "platform_display.h", 62 "platform_display.h",
61 "platform_display_default.cc", 63 "platform_display_default.cc",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 service_test("mus_ws_unittests") { 221 service_test("mus_ws_unittests") {
220 sources = [ 222 sources = [
221 "cursor_location_manager_unittest.cc", 223 "cursor_location_manager_unittest.cc",
222 "cursor_unittest.cc", 224 "cursor_unittest.cc",
223 "display_unittest.cc", 225 "display_unittest.cc",
224 "drag_controller_unittest.cc", 226 "drag_controller_unittest.cc",
225 "event_dispatcher_unittest.cc", 227 "event_dispatcher_unittest.cc",
226 "event_matcher_unittest.cc", 228 "event_matcher_unittest.cc",
227 "focus_controller_unittest.cc", 229 "focus_controller_unittest.cc",
228 "frame_generator_unittest.cc", 230 "frame_generator_unittest.cc",
231 "gpu_host_unittest.cc",
229 "server_window_drawn_tracker_unittest.cc", 232 "server_window_drawn_tracker_unittest.cc",
230 "test_server_window_delegate.cc", 233 "test_server_window_delegate.cc",
231 "test_server_window_delegate.h", 234 "test_server_window_delegate.h",
232 "test_utils.cc", 235 "test_utils.cc",
233 "test_utils.h", 236 "test_utils.h",
234 "transient_windows_unittest.cc", 237 "transient_windows_unittest.cc",
235 "user_activity_monitor_unittest.cc", 238 "user_activity_monitor_unittest.cc",
236 "user_display_manager_unittest.cc", 239 "user_display_manager_unittest.cc",
237 "window_coordinate_conversions_unittest.cc", 240 "window_coordinate_conversions_unittest.cc",
238 "window_finder_unittest.cc", 241 "window_finder_unittest.cc",
(...skipping 18 matching lines...) Expand all
257 "//base/test:test_support", 260 "//base/test:test_support",
258 "//cc:cc", 261 "//cc:cc",
259 "//cc:test_support", 262 "//cc:test_support",
260 "//gpu/ipc/client", 263 "//gpu/ipc/client",
261 "//mojo/public/cpp/bindings:bindings", 264 "//mojo/public/cpp/bindings:bindings",
262 "//services/service_manager/public/cpp:service_test_support", 265 "//services/service_manager/public/cpp:service_test_support",
263 "//services/service_manager/public/cpp:sources", 266 "//services/service_manager/public/cpp:sources",
264 "//services/service_manager/public/interfaces", 267 "//services/service_manager/public/interfaces",
265 "//services/ui/common:mus_common", 268 "//services/ui/common:mus_common",
266 "//services/ui/common:task_runner_test_base", 269 "//services/ui/common:task_runner_test_base",
270 "//services/ui/gpu:gpu",
267 "//services/ui/public/cpp", 271 "//services/ui/public/cpp",
268 "//services/ui/public/interfaces", 272 "//services/ui/public/interfaces",
269 "//testing/gtest", 273 "//testing/gtest",
270 "//third_party/mesa:osmesa", 274 "//third_party/mesa:osmesa",
271 "//ui/aura", 275 "//ui/aura",
272 "//ui/aura:test_support", 276 "//ui/aura:test_support",
273 "//ui/events", 277 "//ui/events",
274 "//ui/gfx", 278 "//ui/gfx",
275 "//ui/gfx:test_support", 279 "//ui/gfx:test_support",
276 "//ui/gfx/geometry", 280 "//ui/gfx/geometry",
277 "//ui/gfx/geometry/mojo", 281 "//ui/gfx/geometry/mojo",
278 "//ui/gl", 282 "//ui/gl",
279 ] 283 ]
280 } 284 }
281 285
282 service_manifest("mus_ws_unittests_app_manifest") { 286 service_manifest("mus_ws_unittests_app_manifest") {
283 name = "mus_ws_unittests_app" 287 name = "mus_ws_unittests_app"
284 source = "mus_ws_unittests_app_manifest.json" 288 source = "mus_ws_unittests_app_manifest.json"
285 } 289 }
286 290
287 catalog("mus_ws_unittests_catalog") { 291 catalog("mus_ws_unittests_catalog") {
288 embedded_services = [ ":mus_ws_unittests_app_manifest" ] 292 embedded_services = [ ":mus_ws_unittests_app_manifest" ]
289 293
290 standalone_services = [ "//services/ui:manifest" ] 294 standalone_services = [ "//services/ui:manifest" ]
291 } 295 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/ws/DEPS » ('j') | services/ui/ws/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698