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

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

Issue 2905333002: Separate out event-targeting logic in EventDispatcher to EventTargeter. (Closed)
Patch Set: Created 3 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 | « no previous file | services/ui/ws/event_dispatcher.h » ('j') | services/ui/ws/event_dispatcher.cc » ('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 27 matching lines...) Expand all
38 "drag_controller.cc", 38 "drag_controller.cc",
39 "drag_controller.h", 39 "drag_controller.h",
40 "drag_cursor_updater.h", 40 "drag_cursor_updater.h",
41 "drag_source.h", 41 "drag_source.h",
42 "drag_target_connection.h", 42 "drag_target_connection.h",
43 "event_dispatcher.cc", 43 "event_dispatcher.cc",
44 "event_dispatcher.h", 44 "event_dispatcher.h",
45 "event_dispatcher_delegate.h", 45 "event_dispatcher_delegate.h",
46 "event_matcher.cc", 46 "event_matcher.cc",
47 "event_matcher.h", 47 "event_matcher.h",
48 "event_targeter.cc",
49 "event_targeter.h",
48 "focus_controller.cc", 50 "focus_controller.cc",
49 "focus_controller.h", 51 "focus_controller.h",
50 "focus_controller_delegate.h", 52 "focus_controller_delegate.h",
51 "focus_controller_observer.h", 53 "focus_controller_observer.h",
52 "frame_generator.cc", 54 "frame_generator.cc",
53 "frame_generator.h", 55 "frame_generator.h",
54 "gpu_client.cc", 56 "gpu_client.cc",
55 "gpu_client.h", 57 "gpu_client.h",
56 "gpu_host.cc", 58 "gpu_host.cc",
57 "gpu_host.h", 59 "gpu_host.h",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 service_manifest("ui_service_unittests_app_manifest") { 305 service_manifest("ui_service_unittests_app_manifest") {
304 name = "ui_service_unittests_app" 306 name = "ui_service_unittests_app"
305 source = "ui_service_unittests_app_manifest.json" 307 source = "ui_service_unittests_app_manifest.json"
306 } 308 }
307 309
308 catalog("ui_service_unittests_catalog") { 310 catalog("ui_service_unittests_catalog") {
309 embedded_services = [ ":ui_service_unittests_app_manifest" ] 311 embedded_services = [ ":ui_service_unittests_app_manifest" ]
310 312
311 standalone_services = [ "//services/ui:manifest" ] 313 standalone_services = [ "//services/ui:manifest" ]
312 } 314 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/ws/event_dispatcher.h » ('j') | services/ui/ws/event_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698