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

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

Issue 2167643005: Revert of mus: Rename .*PointerWatcher.* to .*PointerDownWatcher.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve conflicts Created 4 years, 5 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
« no previous file with comments | « ui/views/pointer_watcher.h ('k') | ui/views/views_exports.cc » ('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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'mouse_constants.h', 275 'mouse_constants.h',
276 'mouse_watcher.cc', 276 'mouse_watcher.cc',
277 'mouse_watcher.h', 277 'mouse_watcher.h',
278 'mouse_watcher_view_host.cc', 278 'mouse_watcher_view_host.cc',
279 'mouse_watcher_view_host.h', 279 'mouse_watcher_view_host.h',
280 'native_cursor.h', 280 'native_cursor.h',
281 'native_cursor_mac.mm', 281 'native_cursor_mac.mm',
282 'native_theme_delegate.h', 282 'native_theme_delegate.h',
283 'painter.cc', 283 'painter.cc',
284 'painter.h', 284 'painter.h',
285 'pointer_down_watcher.h', 285 'pointer_watcher.h',
286 'rect_based_targeting_utils.cc', 286 'rect_based_targeting_utils.cc',
287 'rect_based_targeting_utils.h', 287 'rect_based_targeting_utils.h',
288 'repeat_controller.cc', 288 'repeat_controller.cc',
289 'repeat_controller.h', 289 'repeat_controller.h',
290 'round_rect_painter.cc', 290 'round_rect_painter.cc',
291 'round_rect_painter.h', 291 'round_rect_painter.h',
292 'shadow_border.cc', 292 'shadow_border.cc',
293 'shadow_border.h', 293 'shadow_border.h',
294 'style/mac/combobox_background_mac.cc', 294 'style/mac/combobox_background_mac.cc',
295 'style/mac/combobox_background_mac.h', 295 'style/mac/combobox_background_mac.h',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 '../aura/aura.gyp:aura', 1047 '../aura/aura.gyp:aura',
1048 '../wm/wm.gyp:wm', 1048 '../wm/wm.gyp:wm',
1049 ], 1049 ],
1050 }], 1050 }],
1051 ], 1051 ],
1052 }, # target_name: macviews_interactive_ui_tests 1052 }, # target_name: macviews_interactive_ui_tests
1053 ], # targets 1053 ], # targets
1054 }], 1054 }],
1055 ], # conditions 1055 ], # conditions
1056 } 1056 }
OLDNEW
« no previous file with comments | « ui/views/pointer_watcher.h ('k') | ui/views/views_exports.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698