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

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

Issue 2604793002: Allow Widget to pass accelerator handling to its parent.
Patch Set: Created 3 years, 11 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 10
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "cocoa/bridged_native_widget.h", 70 "cocoa/bridged_native_widget.h",
71 "cocoa/bridged_native_widget.mm", 71 "cocoa/bridged_native_widget.mm",
72 "cocoa/bridged_native_widget_owner.h", 72 "cocoa/bridged_native_widget_owner.h",
73 "cocoa/cocoa_mouse_capture.h", 73 "cocoa/cocoa_mouse_capture.h",
74 "cocoa/cocoa_mouse_capture.mm", 74 "cocoa/cocoa_mouse_capture.mm",
75 "cocoa/cocoa_mouse_capture_delegate.h", 75 "cocoa/cocoa_mouse_capture_delegate.h",
76 "cocoa/cocoa_window_move_loop.h", 76 "cocoa/cocoa_window_move_loop.h",
77 "cocoa/cocoa_window_move_loop.mm", 77 "cocoa/cocoa_window_move_loop.mm",
78 "cocoa/drag_drop_client_mac.h", 78 "cocoa/drag_drop_client_mac.h",
79 "cocoa/drag_drop_client_mac.mm", 79 "cocoa/drag_drop_client_mac.mm",
80 "cocoa/native_widget_mac_accelerator_handler.h",
81 "cocoa/native_widget_mac_accelerator_handler.mm",
80 "cocoa/native_widget_mac_nswindow.h", 82 "cocoa/native_widget_mac_nswindow.h",
81 "cocoa/native_widget_mac_nswindow.mm", 83 "cocoa/native_widget_mac_nswindow.mm",
82 "cocoa/tooltip_manager_mac.h", 84 "cocoa/tooltip_manager_mac.h",
83 "cocoa/tooltip_manager_mac.mm", 85 "cocoa/tooltip_manager_mac.mm",
84 "cocoa/views_nswindow_delegate.h", 86 "cocoa/views_nswindow_delegate.h",
85 "cocoa/views_nswindow_delegate.mm", 87 "cocoa/views_nswindow_delegate.mm",
86 "cocoa/views_scrollbar_bridge.h", 88 "cocoa/views_scrollbar_bridge.h",
87 "cocoa/views_scrollbar_bridge.mm", 89 "cocoa/views_scrollbar_bridge.mm",
88 "cocoa/widget_owner_nswindow_adapter.h", 90 "cocoa/widget_owner_nswindow_adapter.h",
89 "cocoa/widget_owner_nswindow_adapter.mm", 91 "cocoa/widget_owner_nswindow_adapter.mm",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "widget/native_widget_mac.mm", 350 "widget/native_widget_mac.mm",
349 "widget/native_widget_private.h", 351 "widget/native_widget_private.h",
350 "widget/root_view.cc", 352 "widget/root_view.cc",
351 "widget/root_view.h", 353 "widget/root_view.h",
352 "widget/root_view_targeter.cc", 354 "widget/root_view_targeter.cc",
353 "widget/root_view_targeter.h", 355 "widget/root_view_targeter.h",
354 "widget/tooltip_manager.cc", 356 "widget/tooltip_manager.cc",
355 "widget/tooltip_manager.h", 357 "widget/tooltip_manager.h",
356 "widget/widget.cc", 358 "widget/widget.cc",
357 "widget/widget.h", 359 "widget/widget.h",
360 "widget/widget_accelerator_handling_delegate.cc",
361 "widget/widget_accelerator_handling_delegate.h",
358 "widget/widget_aura_utils.cc", 362 "widget/widget_aura_utils.cc",
359 "widget/widget_aura_utils.h", 363 "widget/widget_aura_utils.h",
360 "widget/widget_delegate.cc", 364 "widget/widget_delegate.cc",
361 "widget/widget_delegate.h", 365 "widget/widget_delegate.h",
362 "widget/widget_deletion_observer.cc", 366 "widget/widget_deletion_observer.cc",
363 "widget/widget_deletion_observer.h", 367 "widget/widget_deletion_observer.h",
364 "widget/widget_observer.h", 368 "widget/widget_observer.h",
365 "widget/widget_removals_observer.h", 369 "widget/widget_removals_observer.h",
366 "window/client_view.cc", 370 "window/client_view.cc",
367 "window/client_view.h", 371 "window/client_view.h",
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "//ui/base:test_support", 1025 "//ui/base:test_support",
1022 "//ui/compositor", 1026 "//ui/compositor",
1023 "//ui/events:test_support", 1027 "//ui/events:test_support",
1024 "//ui/gl:test_support", 1028 "//ui/gl:test_support",
1025 "//ui/resources", 1029 "//ui/resources",
1026 "//ui/resources:ui_test_pak", 1030 "//ui/resources:ui_test_pak",
1027 "//ui/strings", 1031 "//ui/strings",
1028 ] 1032 ]
1029 } 1033 }
1030 } 1034 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | ui/views/widget/native_widget_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698