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

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

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: views_exports.cc, observer list iteration Created 4 years, 7 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 (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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'mouse_constants.h', 276 'mouse_constants.h',
277 'mouse_watcher.cc', 277 'mouse_watcher.cc',
278 'mouse_watcher.h', 278 'mouse_watcher.h',
279 'mouse_watcher_view_host.cc', 279 'mouse_watcher_view_host.cc',
280 'mouse_watcher_view_host.h', 280 'mouse_watcher_view_host.h',
281 'native_cursor.h', 281 'native_cursor.h',
282 'native_cursor_mac.mm', 282 'native_cursor_mac.mm',
283 'native_theme_delegate.h', 283 'native_theme_delegate.h',
284 'painter.cc', 284 'painter.cc',
285 'painter.h', 285 'painter.h',
286 'pointer_watcher.h',
286 'rect_based_targeting_utils.cc', 287 'rect_based_targeting_utils.cc',
287 'rect_based_targeting_utils.h', 288 'rect_based_targeting_utils.h',
288 'repeat_controller.cc', 289 'repeat_controller.cc',
289 'repeat_controller.h', 290 'repeat_controller.h',
290 'round_rect_painter.cc', 291 'round_rect_painter.cc',
291 'round_rect_painter.h', 292 'round_rect_painter.h',
292 'shadow_border.cc', 293 'shadow_border.cc',
293 'shadow_border.h', 294 'shadow_border.h',
294 'style/mac/combobox_background_mac.cc', 295 'style/mac/combobox_background_mac.cc',
295 'style/mac/combobox_background_mac.h', 296 'style/mac/combobox_background_mac.h',
296 'style/mac/dialog_button_border_mac.cc', 297 'style/mac/dialog_button_border_mac.cc',
297 'style/mac/dialog_button_border_mac.h', 298 'style/mac/dialog_button_border_mac.h',
298 'style/platform_style.cc', 299 'style/platform_style.cc',
299 'style/platform_style.h', 300 'style/platform_style.h',
300 'style/platform_style_mac.mm', 301 'style/platform_style_mac.mm',
301 'view.cc', 302 'view.cc',
302 'view.h', 303 'view.h',
303 'view_constants.cc', 304 'view_constants.cc',
304 'view_constants.h', 305 'view_constants.h',
305 'view_model.cc', 306 'view_model.cc',
306 'view_model.h', 307 'view_model.h',
307 'view_model_utils.cc', 308 'view_model_utils.cc',
308 'view_model_utils.h', 309 'view_model_utils.h',
309 'view_targeter.cc', 310 'view_targeter.cc',
310 'view_targeter.h', 311 'view_targeter.h',
311 'view_targeter_delegate.cc', 312 'view_targeter_delegate.cc',
312 'view_targeter_delegate.h', 313 'view_targeter_delegate.h',
313 'views_delegate.cc', 314 'views_delegate.cc',
314 'views_delegate.h', 315 'views_delegate.h',
316 'views_export.h',
317 'views_exports.cc',
315 'views_switches.cc', 318 'views_switches.cc',
316 'views_switches.h', 319 'views_switches.h',
317 'views_touch_selection_controller_factory.h', 320 'views_touch_selection_controller_factory.h',
318 'views_touch_selection_controller_factory_mac.cc', 321 'views_touch_selection_controller_factory_mac.cc',
319 'widget/drop_helper.cc', 322 'widget/drop_helper.cc',
320 'widget/drop_helper.h', 323 'widget/drop_helper.h',
321 'widget/monitor_win.cc', 324 'widget/monitor_win.cc',
322 'widget/monitor_win.h', 325 'widget/monitor_win.h',
323 'widget/native_widget.h', 326 'widget/native_widget.h',
324 'widget/native_widget_delegate.h', 327 'widget/native_widget_delegate.h',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 '../aura/aura.gyp:aura', 1030 '../aura/aura.gyp:aura',
1028 '../wm/wm.gyp:wm', 1031 '../wm/wm.gyp:wm',
1029 ], 1032 ],
1030 }], 1033 }],
1031 ], 1034 ],
1032 }, # target_name: macviews_interactive_ui_tests 1035 }, # target_name: macviews_interactive_ui_tests
1033 ], # targets 1036 ], # targets
1034 }], 1037 }],
1035 ], # conditions 1038 ], # conditions
1036 } 1039 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698