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

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

Issue 431973006: Fix flakiness of DesktopDragDropClientAuraX11Tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 410 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
411 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 411 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
412 'widget/desktop_aura/desktop_window_tree_host_x11.cc', 412 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
413 'widget/desktop_aura/desktop_window_tree_host_x11.h', 413 'widget/desktop_aura/desktop_window_tree_host_x11.h',
414 'widget/desktop_aura/desktop_screen_x11.cc', 414 'widget/desktop_aura/desktop_screen_x11.cc',
415 'widget/desktop_aura/desktop_screen_x11.h', 415 'widget/desktop_aura/desktop_screen_x11.h',
416 'widget/desktop_aura/x11_desktop_handler.cc', 416 'widget/desktop_aura/x11_desktop_handler.cc',
417 'widget/desktop_aura/x11_desktop_handler.h', 417 'widget/desktop_aura/x11_desktop_handler.h',
418 'widget/desktop_aura/x11_desktop_window_move_client.cc', 418 'widget/desktop_aura/x11_desktop_window_move_client.cc',
419 'widget/desktop_aura/x11_desktop_window_move_client.h', 419 'widget/desktop_aura/x11_desktop_window_move_client.h',
420 'widget/desktop_aura/x11_move_loop.h',
421 'widget/desktop_aura/x11_move_loop_delegate.h',
420 'widget/desktop_aura/x11_topmost_window_finder.cc', 422 'widget/desktop_aura/x11_topmost_window_finder.cc',
421 'widget/desktop_aura/x11_topmost_window_finder.h', 423 'widget/desktop_aura/x11_topmost_window_finder.h',
422 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 424 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
423 'widget/desktop_aura/x11_whole_screen_move_loop.h', 425 'widget/desktop_aura/x11_whole_screen_move_loop.h',
424 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',
425 'widget/desktop_aura/x11_window_event_filter.cc', 426 'widget/desktop_aura/x11_window_event_filter.cc',
426 'widget/desktop_aura/x11_window_event_filter.h', 427 'widget/desktop_aura/x11_window_event_filter.h',
427 ], 428 ],
428 'views_desktop_aura_win_sources': [ 429 'views_desktop_aura_win_sources': [
429 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 430 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
430 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 431 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
431 'widget/desktop_aura/desktop_drag_drop_client_win.h', 432 'widget/desktop_aura/desktop_drag_drop_client_win.h',
432 'widget/desktop_aura/desktop_screen_win.cc', 433 'widget/desktop_aura/desktop_screen_win.cc',
433 'widget/desktop_aura/desktop_screen_win.h', 434 'widget/desktop_aura/desktop_screen_win.h',
434 'widget/desktop_aura/desktop_window_tree_host_win.cc', 435 'widget/desktop_aura/desktop_window_tree_host_win.cc',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../aura/aura.gyp:aura', 871 '../aura/aura.gyp:aura',
871 '../wm/wm.gyp:wm', 872 '../wm/wm.gyp:wm',
872 ], 873 ],
873 }], 874 }],
874 ], 875 ],
875 }, # target_name: macviews_interactive_ui_tests 876 }, # target_name: macviews_interactive_ui_tests
876 ], # targets 877 ], # targets
877 }], 878 }],
878 ], # conditions 879 ], # conditions
879 } 880 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698