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

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

Issue 821803002: Use XGrabPointer instead of XChangeActivatePointerGrab() to change the cursor during a pointer grab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_capture
Patch Set: Created 5 years, 10 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 | « no previous file | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'widget/desktop_aura/desktop_window_tree_host_x11.cc', 428 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
429 'widget/desktop_aura/desktop_window_tree_host_x11.h', 429 'widget/desktop_aura/desktop_window_tree_host_x11.h',
430 'widget/desktop_aura/desktop_screen_x11.cc', 430 'widget/desktop_aura/desktop_screen_x11.cc',
431 'widget/desktop_aura/desktop_screen_x11.h', 431 'widget/desktop_aura/desktop_screen_x11.h',
432 'widget/desktop_aura/x11_desktop_handler.cc', 432 'widget/desktop_aura/x11_desktop_handler.cc',
433 'widget/desktop_aura/x11_desktop_handler.h', 433 'widget/desktop_aura/x11_desktop_handler.h',
434 'widget/desktop_aura/x11_desktop_window_move_client.cc', 434 'widget/desktop_aura/x11_desktop_window_move_client.cc',
435 'widget/desktop_aura/x11_desktop_window_move_client.h', 435 'widget/desktop_aura/x11_desktop_window_move_client.h',
436 'widget/desktop_aura/x11_move_loop.h', 436 'widget/desktop_aura/x11_move_loop.h',
437 'widget/desktop_aura/x11_move_loop_delegate.h', 437 'widget/desktop_aura/x11_move_loop_delegate.h',
438 'widget/desktop_aura/x11_pointer_grab.cc',
439 'widget/desktop_aura/x11_pointer_grab.h',
438 'widget/desktop_aura/x11_topmost_window_finder.cc', 440 'widget/desktop_aura/x11_topmost_window_finder.cc',
439 'widget/desktop_aura/x11_topmost_window_finder.h', 441 'widget/desktop_aura/x11_topmost_window_finder.h',
440 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 442 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
441 'widget/desktop_aura/x11_whole_screen_move_loop.h', 443 'widget/desktop_aura/x11_whole_screen_move_loop.h',
442 'widget/desktop_aura/x11_window_event_filter.cc', 444 'widget/desktop_aura/x11_window_event_filter.cc',
443 'widget/desktop_aura/x11_window_event_filter.h', 445 'widget/desktop_aura/x11_window_event_filter.h',
444 ], 446 ],
445 'views_desktop_aura_win_sources': [ 447 'views_desktop_aura_win_sources': [
446 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 448 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
447 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 449 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 '../aura/aura.gyp:aura', 909 '../aura/aura.gyp:aura',
908 '../wm/wm.gyp:wm', 910 '../wm/wm.gyp:wm',
909 ], 911 ],
910 }], 912 }],
911 ], 913 ],
912 }, # target_name: macviews_interactive_ui_tests 914 }, # target_name: macviews_interactive_ui_tests
913 ], # targets 915 ], # targets
914 }], 916 }],
915 ], # conditions 917 ], # conditions
916 } 918 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698