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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2521823002: Wires up PointerWatcherEventRouter for views aura-mus (Closed)
Patch Set: cleanup Created 4 years 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 | « ui/aura/mus/window_tree_client.cc ('k') | ui/views/mus/mus_client.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 14 matching lines...) Expand all
25 "drop_target_mus.h", 25 "drop_target_mus.h",
26 "input_method_mus.cc", 26 "input_method_mus.cc",
27 "input_method_mus.h", 27 "input_method_mus.h",
28 "mus_client.cc", 28 "mus_client.cc",
29 "mus_client.h", 29 "mus_client.h",
30 "mus_export.h", 30 "mus_export.h",
31 "native_widget_mus.cc", 31 "native_widget_mus.cc",
32 "native_widget_mus.h", 32 "native_widget_mus.h",
33 "pointer_watcher_event_router.cc", 33 "pointer_watcher_event_router.cc",
34 "pointer_watcher_event_router.h", 34 "pointer_watcher_event_router.h",
35 "pointer_watcher_event_router2.cc",
36 "pointer_watcher_event_router2.h",
Elliot Glaysher 2016/11/22 00:41:57 I am full of loathing for this name, but since you
35 "screen_mus.cc", 37 "screen_mus.cc",
36 "screen_mus.h", 38 "screen_mus.h",
37 "screen_mus_delegate.h", 39 "screen_mus_delegate.h",
38 "surface_context_factory.cc", 40 "surface_context_factory.cc",
39 "surface_context_factory.h", 41 "surface_context_factory.h",
40 "text_input_client_impl.cc", 42 "text_input_client_impl.cc",
41 "text_input_client_impl.h", 43 "text_input_client_impl.h",
42 "window_manager_connection.cc", 44 "window_manager_connection.cc",
43 "window_manager_connection.h", 45 "window_manager_connection.h",
44 "window_manager_constants_converters.cc", 46 "window_manager_constants_converters.cc",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 267
266 data_deps = [ 268 data_deps = [
267 "//ui/resources:ui_test_pak_data", 269 "//ui/resources:ui_test_pak_data",
268 ] 270 ]
269 } 271 }
270 272
271 test("views_aura_mus_unittests") { 273 test("views_aura_mus_unittests") {
272 testonly = true 274 testonly = true
273 275
274 sources = [ 276 sources = [
277 "pointer_watcher_event_router2_unittest.cc",
275 "run_all_unittests_aura_mus.cc", 278 "run_all_unittests_aura_mus.cc",
276 "screen_mus_unittest.cc", 279 "screen_mus_unittest.cc",
277 ] 280 ]
278 281
279 configs += [ "//build/config:precompiled_headers" ] 282 configs += [ "//build/config:precompiled_headers" ]
280 283
281 deps = [ 284 deps = [
282 ":mus", 285 ":mus",
283 ":test_support_aura_mus", 286 ":test_support_aura_mus",
284 "//base", 287 "//base",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 405
403 service_manifest("unittests_aura_manifest") { 406 service_manifest("unittests_aura_manifest") {
404 name = "views_aura_mus_unittests" 407 name = "views_aura_mus_unittests"
405 source = "unittests_aura_manifest.json" 408 source = "unittests_aura_manifest.json"
406 } 409 }
407 410
408 service_manifest("interactive_ui_tests_manifest") { 411 service_manifest("interactive_ui_tests_manifest") {
409 name = "views_mus_interactive_ui_tests" 412 name = "views_mus_interactive_ui_tests"
410 source = "interactive_ui_tests_manifest.json" 413 source = "interactive_ui_tests_manifest.json"
411 } 414 }
OLDNEW
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698