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

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

Issue 481433006: Support targeting for gestures in ViewTargeter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/view_targeter_unittest.cc ('k') | ui/views/widget/root_view.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 (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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'views_switches.h', 285 'views_switches.h',
286 'views_delegate.cc', 286 'views_delegate.cc',
287 'views_delegate.h', 287 'views_delegate.h',
288 'views_touch_selection_controller_factory.h', 288 'views_touch_selection_controller_factory.h',
289 'views_touch_selection_controller_factory_aura.cc', 289 'views_touch_selection_controller_factory_aura.cc',
290 'views_touch_selection_controller_factory_mac.cc', 290 'views_touch_selection_controller_factory_mac.cc',
291 'widget/drop_helper.cc', 291 'widget/drop_helper.cc',
292 'widget/drop_helper.h', 292 'widget/drop_helper.h',
293 'widget/root_view.cc', 293 'widget/root_view.cc',
294 'widget/root_view.h', 294 'widget/root_view.h',
295 'widget/root_view_targeter.cc',
296 'widget/root_view_targeter.h',
295 'widget/monitor_win.cc', 297 'widget/monitor_win.cc',
296 'widget/monitor_win.h', 298 'widget/monitor_win.h',
297 'widget/native_widget.h', 299 'widget/native_widget.h',
298 'widget/native_widget_aura.cc', 300 'widget/native_widget_aura.cc',
299 'widget/native_widget_aura.h', 301 'widget/native_widget_aura.h',
300 'widget/native_widget_delegate.h', 302 'widget/native_widget_delegate.h',
301 'widget/native_widget_mac.h', 303 'widget/native_widget_mac.h',
302 'widget/native_widget_mac.mm', 304 'widget/native_widget_mac.mm',
303 'widget/native_widget_private.h', 305 'widget/native_widget_private.h',
304 'widget/tooltip_manager_aura.cc', 306 'widget/tooltip_manager_aura.cc',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 '../aura/aura.gyp:aura', 871 '../aura/aura.gyp:aura',
870 '../wm/wm.gyp:wm', 872 '../wm/wm.gyp:wm',
871 ], 873 ],
872 }], 874 }],
873 ], 875 ],
874 }, # target_name: macviews_interactive_ui_tests 876 }, # target_name: macviews_interactive_ui_tests
875 ], # targets 877 ], # targets
876 }], 878 }],
877 ], # conditions 879 ], # conditions
878 } 880 }
OLDNEW
« no previous file with comments | « ui/views/view_targeter_unittest.cc ('k') | ui/views/widget/root_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698