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

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

Issue 2108933003: Reorder browser list on workspace switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed endl 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/base/x/x11_util.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'accessibility/native_view_accessibility_auralinux.cc', 456 'accessibility/native_view_accessibility_auralinux.cc',
457 'accessibility/native_view_accessibility_auralinux.h', 457 'accessibility/native_view_accessibility_auralinux.h',
458 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 458 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
459 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 459 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
460 'widget/desktop_aura/desktop_screen_x11.cc', 460 'widget/desktop_aura/desktop_screen_x11.cc',
461 'widget/desktop_aura/desktop_screen_x11.h', 461 'widget/desktop_aura/desktop_screen_x11.h',
462 'widget/desktop_aura/desktop_window_tree_host_x11.cc', 462 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
463 'widget/desktop_aura/desktop_window_tree_host_x11.h', 463 'widget/desktop_aura/desktop_window_tree_host_x11.h',
464 'widget/desktop_aura/x11_desktop_handler.cc', 464 'widget/desktop_aura/x11_desktop_handler.cc',
465 'widget/desktop_aura/x11_desktop_handler.h', 465 'widget/desktop_aura/x11_desktop_handler.h',
466 'widget/desktop_aura/x11_desktop_handler_observer.h',
466 'widget/desktop_aura/x11_desktop_window_move_client.cc', 467 'widget/desktop_aura/x11_desktop_window_move_client.cc',
467 'widget/desktop_aura/x11_desktop_window_move_client.h', 468 'widget/desktop_aura/x11_desktop_window_move_client.h',
468 'widget/desktop_aura/x11_move_loop.h', 469 'widget/desktop_aura/x11_move_loop.h',
469 'widget/desktop_aura/x11_move_loop_delegate.h', 470 'widget/desktop_aura/x11_move_loop_delegate.h',
470 'widget/desktop_aura/x11_pointer_grab.cc', 471 'widget/desktop_aura/x11_pointer_grab.cc',
471 'widget/desktop_aura/x11_pointer_grab.h', 472 'widget/desktop_aura/x11_pointer_grab.h',
472 'widget/desktop_aura/x11_topmost_window_finder.cc', 473 'widget/desktop_aura/x11_topmost_window_finder.cc',
473 'widget/desktop_aura/x11_topmost_window_finder.h', 474 'widget/desktop_aura/x11_topmost_window_finder.h',
474 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 475 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
475 'widget/desktop_aura/x11_whole_screen_move_loop.h', 476 'widget/desktop_aura/x11_whole_screen_move_loop.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 '../aura/aura.gyp:aura', 1048 '../aura/aura.gyp:aura',
1048 '../wm/wm.gyp:wm', 1049 '../wm/wm.gyp:wm',
1049 ], 1050 ],
1050 }], 1051 }],
1051 ], 1052 ],
1052 }, # target_name: macviews_interactive_ui_tests 1053 }, # target_name: macviews_interactive_ui_tests
1053 ], # targets 1054 ], # targets
1054 }], 1055 }],
1055 ], # conditions 1056 ], # conditions
1056 } 1057 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_util.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698