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

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

Issue 2741343003: Update liftetime management of GpuClient (Closed)
Patch Set: fix x11 re-definition 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') | 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("//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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 service_test("mus_ws_unittests") { 233 service_test("mus_ws_unittests") {
232 sources = [ 234 sources = [
233 "cursor_location_manager_unittest.cc", 235 "cursor_location_manager_unittest.cc",
234 "cursor_unittest.cc", 236 "cursor_unittest.cc",
235 "display_unittest.cc", 237 "display_unittest.cc",
236 "drag_controller_unittest.cc", 238 "drag_controller_unittest.cc",
237 "event_dispatcher_unittest.cc", 239 "event_dispatcher_unittest.cc",
238 "event_matcher_unittest.cc", 240 "event_matcher_unittest.cc",
239 "focus_controller_unittest.cc", 241 "focus_controller_unittest.cc",
240 "frame_generator_unittest.cc", 242 "frame_generator_unittest.cc",
243 "gpu_host_unittest.cc",
241 "server_window_drawn_tracker_unittest.cc", 244 "server_window_drawn_tracker_unittest.cc",
242 "test_server_window_delegate.cc", 245 "test_server_window_delegate.cc",
243 "test_server_window_delegate.h", 246 "test_server_window_delegate.h",
244 "test_utils.cc", 247 "test_utils.cc",
245 "test_utils.h", 248 "test_utils.h",
246 "transient_windows_unittest.cc", 249 "transient_windows_unittest.cc",
247 "user_activity_monitor_unittest.cc", 250 "user_activity_monitor_unittest.cc",
248 "user_display_manager_unittest.cc", 251 "user_display_manager_unittest.cc",
249 "window_coordinate_conversions_unittest.cc", 252 "window_coordinate_conversions_unittest.cc",
250 "window_finder_unittest.cc", 253 "window_finder_unittest.cc",
(...skipping 18 matching lines...) Expand all
269 "//base/test:test_support", 272 "//base/test:test_support",
270 "//cc:cc", 273 "//cc:cc",
271 "//cc:test_support", 274 "//cc:test_support",
272 "//gpu/ipc/client", 275 "//gpu/ipc/client",
273 "//mojo/public/cpp/bindings:bindings", 276 "//mojo/public/cpp/bindings:bindings",
274 "//services/service_manager/public/cpp:service_test_support", 277 "//services/service_manager/public/cpp:service_test_support",
275 "//services/service_manager/public/cpp:sources", 278 "//services/service_manager/public/cpp:sources",
276 "//services/service_manager/public/interfaces", 279 "//services/service_manager/public/interfaces",
277 "//services/ui/common:mus_common", 280 "//services/ui/common:mus_common",
278 "//services/ui/common:task_runner_test_base", 281 "//services/ui/common:task_runner_test_base",
282 "//services/ui/gpu:gpu",
279 "//services/ui/public/cpp", 283 "//services/ui/public/cpp",
280 "//services/ui/public/interfaces", 284 "//services/ui/public/interfaces",
281 "//testing/gtest", 285 "//testing/gtest",
282 "//third_party/mesa:osmesa", 286 "//third_party/mesa:osmesa",
283 "//ui/aura", 287 "//ui/aura",
284 "//ui/aura:test_support", 288 "//ui/aura:test_support",
285 "//ui/events", 289 "//ui/events",
286 "//ui/gfx", 290 "//ui/gfx",
287 "//ui/gfx:test_support", 291 "//ui/gfx:test_support",
288 "//ui/gfx/geometry", 292 "//ui/gfx/geometry",
289 "//ui/gfx/geometry/mojo", 293 "//ui/gfx/geometry/mojo",
290 "//ui/gl", 294 "//ui/gl",
291 ] 295 ]
292 } 296 }
293 297
294 service_manifest("mus_ws_unittests_app_manifest") { 298 service_manifest("mus_ws_unittests_app_manifest") {
295 name = "mus_ws_unittests_app" 299 name = "mus_ws_unittests_app"
296 source = "mus_ws_unittests_app_manifest.json" 300 source = "mus_ws_unittests_app_manifest.json"
297 } 301 }
298 302
299 catalog("mus_ws_unittests_catalog") { 303 catalog("mus_ws_unittests_catalog") {
300 embedded_services = [ ":mus_ws_unittests_app_manifest" ] 304 embedded_services = [ ":mus_ws_unittests_app_manifest" ]
301 305
302 standalone_services = [ "//services/ui:manifest" ] 306 standalone_services = [ "//services/ui:manifest" ]
303 } 307 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/ws/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698