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

Side by Side Diff: ash/ash.gyp

Issue 2129773002: [CrOS] Initial rough cut of alt-tab window cycling UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul review 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 | « no previous file | ash/common/ash_switches.h » ('j') | ash/wm/window_cycle_list.cc » ('J')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'common/wm/default_window_resizer.h', 325 'common/wm/default_window_resizer.h',
326 'common/wm/dock/docked_window_layout_manager.cc', 326 'common/wm/dock/docked_window_layout_manager.cc',
327 'common/wm/dock/docked_window_layout_manager.h', 327 'common/wm/dock/docked_window_layout_manager.h',
328 'common/wm/dock/docked_window_layout_manager_observer.h', 328 'common/wm/dock/docked_window_layout_manager_observer.h',
329 'common/wm/dock/docked_window_resizer.cc', 329 'common/wm/dock/docked_window_resizer.cc',
330 'common/wm/dock/docked_window_resizer.h', 330 'common/wm/dock/docked_window_resizer.h',
331 'common/wm/drag_details.cc', 331 'common/wm/drag_details.cc',
332 'common/wm/drag_details.h', 332 'common/wm/drag_details.h',
333 'common/wm/focus_rules.cc', 333 'common/wm/focus_rules.cc',
334 'common/wm/focus_rules.h', 334 'common/wm/focus_rules.h',
335 'common/wm/forwarding_layer_delegate.cc',
336 'common/wm/forwarding_layer_delegate.h',
335 'common/wm/fullscreen_window_finder.cc', 337 'common/wm/fullscreen_window_finder.cc',
336 'common/wm/fullscreen_window_finder.h', 338 'common/wm/fullscreen_window_finder.h',
337 'common/wm/maximize_mode/maximize_mode_controller.cc', 339 'common/wm/maximize_mode/maximize_mode_controller.cc',
338 'common/wm/maximize_mode/maximize_mode_controller.h', 340 'common/wm/maximize_mode/maximize_mode_controller.h',
339 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 341 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
340 'common/wm/maximize_mode/maximize_mode_event_handler.h', 342 'common/wm/maximize_mode/maximize_mode_event_handler.h',
341 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 343 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
342 'common/wm/maximize_mode/maximize_mode_window_manager.h', 344 'common/wm/maximize_mode/maximize_mode_window_manager.h',
343 'common/wm/maximize_mode/maximize_mode_window_state.cc', 345 'common/wm/maximize_mode/maximize_mode_window_state.cc',
344 'common/wm/maximize_mode/maximize_mode_window_state.h', 346 'common/wm/maximize_mode/maximize_mode_window_state.h',
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1454 ],
1453 } 1455 }
1454 ], 1456 ],
1455 ], 1457 ],
1456 }, 1458 },
1457 ], 1459 ],
1458 }], 1460 }],
1459 ], 1461 ],
1460 } 1462 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | ash/wm/window_cycle_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698