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

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: function rename 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') | 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 { 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'common/wm/default_window_resizer.h', 333 'common/wm/default_window_resizer.h',
334 'common/wm/dock/docked_window_layout_manager.cc', 334 'common/wm/dock/docked_window_layout_manager.cc',
335 'common/wm/dock/docked_window_layout_manager.h', 335 'common/wm/dock/docked_window_layout_manager.h',
336 'common/wm/dock/docked_window_layout_manager_observer.h', 336 'common/wm/dock/docked_window_layout_manager_observer.h',
337 'common/wm/dock/docked_window_resizer.cc', 337 'common/wm/dock/docked_window_resizer.cc',
338 'common/wm/dock/docked_window_resizer.h', 338 'common/wm/dock/docked_window_resizer.h',
339 'common/wm/drag_details.cc', 339 'common/wm/drag_details.cc',
340 'common/wm/drag_details.h', 340 'common/wm/drag_details.h',
341 'common/wm/focus_rules.cc', 341 'common/wm/focus_rules.cc',
342 'common/wm/focus_rules.h', 342 'common/wm/focus_rules.h',
343 'common/wm/forwarding_layer_delegate.cc',
344 'common/wm/forwarding_layer_delegate.h',
343 'common/wm/fullscreen_window_finder.cc', 345 'common/wm/fullscreen_window_finder.cc',
344 'common/wm/fullscreen_window_finder.h', 346 'common/wm/fullscreen_window_finder.h',
345 'common/wm/maximize_mode/maximize_mode_controller.cc', 347 'common/wm/maximize_mode/maximize_mode_controller.cc',
346 'common/wm/maximize_mode/maximize_mode_controller.h', 348 'common/wm/maximize_mode/maximize_mode_controller.h',
347 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 349 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
348 'common/wm/maximize_mode/maximize_mode_event_handler.h', 350 'common/wm/maximize_mode/maximize_mode_event_handler.h',
349 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 351 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
350 'common/wm/maximize_mode/maximize_mode_window_manager.h', 352 'common/wm/maximize_mode/maximize_mode_window_manager.h',
351 'common/wm/maximize_mode/maximize_mode_window_state.cc', 353 'common/wm/maximize_mode/maximize_mode_window_state.cc',
352 'common/wm/maximize_mode/maximize_mode_window_state.h', 354 'common/wm/maximize_mode/maximize_mode_window_state.h',
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1449 ], 1451 ],
1450 } 1452 }
1451 ], 1453 ],
1452 ], 1454 ],
1453 }, 1455 },
1454 ], 1456 ],
1455 }], 1457 }],
1456 ], 1458 ],
1457 } 1459 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698