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

Side by Side Diff: ui/views/views.gyp

Issue 678823002: MacViews: Create abstraction for event monitoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views-tabs
Patch Set: Rebase Created 6 years, 1 month 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/views/mouse_watcher_aura.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'controls/tree/tree_view_controller.cc', 200 'controls/tree/tree_view_controller.cc',
201 'controls/tree/tree_view_controller.h', 201 'controls/tree/tree_view_controller.h',
202 'cull_set.cc', 202 'cull_set.cc',
203 'cull_set.h', 203 'cull_set.h',
204 'debug_utils.cc', 204 'debug_utils.cc',
205 'debug_utils.h', 205 'debug_utils.h',
206 'drag_controller.h', 206 'drag_controller.h',
207 'drag_utils.cc', 207 'drag_utils.cc',
208 'drag_utils.h', 208 'drag_utils.h',
209 'drag_utils_aura.cc', 209 'drag_utils_aura.cc',
210 'event_monitor.h',
211 'event_monitor_aura.cc',
212 'event_monitor_aura.h',
213 'event_monitor_mac.h',
214 'event_monitor_mac.mm',
210 'focus/external_focus_tracker.cc', 215 'focus/external_focus_tracker.cc',
211 'focus/external_focus_tracker.h', 216 'focus/external_focus_tracker.h',
212 'focus/focus_manager.cc', 217 'focus/focus_manager.cc',
213 'focus/focus_manager.h', 218 'focus/focus_manager.h',
214 'focus/focus_manager_delegate.h', 219 'focus/focus_manager_delegate.h',
215 'focus/focus_manager_factory.cc', 220 'focus/focus_manager_factory.cc',
216 'focus/focus_manager_factory.h', 221 'focus/focus_manager_factory.h',
217 'focus/focus_search.cc', 222 'focus/focus_search.cc',
218 'focus/focus_search.h', 223 'focus/focus_search.h',
219 'focus/view_storage.cc', 224 'focus/view_storage.cc',
(...skipping 26 matching lines...) Expand all
246 'linux_ui/window_button_order_observer.h', 251 'linux_ui/window_button_order_observer.h',
247 'linux_ui/window_button_order_provider.cc', 252 'linux_ui/window_button_order_provider.cc',
248 'masked_targeter_delegate.cc', 253 'masked_targeter_delegate.cc',
249 'masked_targeter_delegate.h', 254 'masked_targeter_delegate.h',
250 'metrics.cc', 255 'metrics.cc',
251 'metrics.h', 256 'metrics.h',
252 'metrics_aura.cc', 257 'metrics_aura.cc',
253 'metrics_mac.cc', 258 'metrics_mac.cc',
254 'mouse_constants.h', 259 'mouse_constants.h',
255 'mouse_watcher.h', 260 'mouse_watcher.h',
256 'mouse_watcher_aura.cc', 261 'mouse_watcher.cc',
257 'native_cursor.h', 262 'native_cursor.h',
258 'native_cursor_aura.cc', 263 'native_cursor_aura.cc',
259 'native_cursor_mac.mm', 264 'native_cursor_mac.mm',
260 'native_theme_delegate.h', 265 'native_theme_delegate.h',
261 'painter.cc', 266 'painter.cc',
262 'painter.h', 267 'painter.h',
263 'rect_based_targeting_utils.cc', 268 'rect_based_targeting_utils.cc',
264 'rect_based_targeting_utils.h', 269 'rect_based_targeting_utils.h',
265 'repeat_controller.cc', 270 'repeat_controller.cc',
266 'repeat_controller.h', 271 'repeat_controller.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'controls/slider_unittest.cc', 527 'controls/slider_unittest.cc',
523 'controls/styled_label_unittest.cc', 528 'controls/styled_label_unittest.cc',
524 'controls/tabbed_pane/tabbed_pane_unittest.cc', 529 'controls/tabbed_pane/tabbed_pane_unittest.cc',
525 'controls/table/table_utils_unittest.cc', 530 'controls/table/table_utils_unittest.cc',
526 'controls/table/table_view_unittest.cc', 531 'controls/table/table_view_unittest.cc',
527 'controls/table/test_table_model.cc', 532 'controls/table/test_table_model.cc',
528 'controls/table/test_table_model.h', 533 'controls/table/test_table_model.h',
529 'controls/textfield/textfield_unittest.cc', 534 'controls/textfield/textfield_unittest.cc',
530 'controls/textfield/textfield_model_unittest.cc', 535 'controls/textfield/textfield_model_unittest.cc',
531 'controls/tree/tree_view_unittest.cc', 536 'controls/tree/tree_view_unittest.cc',
537 'event_monitor_mac_unittest.mm',
532 'focus/focus_manager_unittest.cc', 538 'focus/focus_manager_unittest.cc',
533 'focus/focus_traversal_unittest.cc', 539 'focus/focus_traversal_unittest.cc',
534 'ime/input_method_bridge_unittest.cc', 540 'ime/input_method_bridge_unittest.cc',
535 'layout/box_layout_unittest.cc', 541 'layout/box_layout_unittest.cc',
536 'layout/grid_layout_unittest.cc', 542 'layout/grid_layout_unittest.cc',
537 'rect_based_targeting_utils_unittest.cc', 543 'rect_based_targeting_utils_unittest.cc',
538 'run_all_unittests.cc', 544 'run_all_unittests.cc',
539 'view_model_unittest.cc', 545 'view_model_unittest.cc',
540 'view_model_utils_unittest.cc', 546 'view_model_utils_unittest.cc',
541 'view_targeter_unittest.cc', 547 'view_targeter_unittest.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../aura/aura.gyp:aura', 883 '../aura/aura.gyp:aura',
878 '../wm/wm.gyp:wm', 884 '../wm/wm.gyp:wm',
879 ], 885 ],
880 }], 886 }],
881 ], 887 ],
882 }, # target_name: macviews_interactive_ui_tests 888 }, # target_name: macviews_interactive_ui_tests
883 ], # targets 889 ], # targets
884 }], 890 }],
885 ], # conditions 891 ], # conditions
886 } 892 }
OLDNEW
« no previous file with comments | « ui/views/mouse_watcher_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698