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

Side by Side Diff: ash/ash.gyp

Issue 2243513004: mash: Partially migrate WorkspaceController to ash common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 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
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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'common/wm/wm_event.cc', 485 'common/wm/wm_event.cc',
486 'common/wm/wm_event.h', 486 'common/wm/wm_event.h',
487 'common/wm/wm_screen_util.cc', 487 'common/wm/wm_screen_util.cc',
488 'common/wm/wm_screen_util.h', 488 'common/wm/wm_screen_util.h',
489 'common/wm/wm_snap_to_pixel_layout_manager.cc', 489 'common/wm/wm_snap_to_pixel_layout_manager.cc',
490 'common/wm/wm_snap_to_pixel_layout_manager.h', 490 'common/wm/wm_snap_to_pixel_layout_manager.h',
491 'common/wm/wm_toplevel_window_event_handler.cc', 491 'common/wm/wm_toplevel_window_event_handler.cc',
492 'common/wm/wm_toplevel_window_event_handler.h', 492 'common/wm/wm_toplevel_window_event_handler.h',
493 'common/wm/wm_types.cc', 493 'common/wm/wm_types.cc',
494 'common/wm/wm_types.h', 494 'common/wm/wm_types.h',
495 'common/wm/wm_window_animations.cc',
496 'common/wm/wm_window_animations.h',
495 'common/wm/workspace/magnetism_matcher.cc', 497 'common/wm/workspace/magnetism_matcher.cc',
496 'common/wm/workspace/magnetism_matcher.h', 498 'common/wm/workspace/magnetism_matcher.h',
497 'common/wm/workspace/multi_window_resize_controller.cc', 499 'common/wm/workspace/multi_window_resize_controller.cc',
498 'common/wm/workspace/multi_window_resize_controller.h', 500 'common/wm/workspace/multi_window_resize_controller.h',
499 'common/wm/workspace/phantom_window_controller.cc', 501 'common/wm/workspace/phantom_window_controller.cc',
500 'common/wm/workspace/phantom_window_controller.h', 502 'common/wm/workspace/phantom_window_controller.h',
501 'common/wm/workspace/two_step_edge_cycler.cc', 503 'common/wm/workspace/two_step_edge_cycler.cc',
502 'common/wm/workspace/two_step_edge_cycler.h', 504 'common/wm/workspace/two_step_edge_cycler.h',
503 'common/wm/workspace/workspace_layout_manager.cc', 505 'common/wm/workspace/workspace_layout_manager.cc',
504 'common/wm/workspace/workspace_layout_manager.h', 506 'common/wm/workspace/workspace_layout_manager.h',
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1484 ], 1486 ],
1485 } 1487 }
1486 ], 1488 ],
1487 ], 1489 ],
1488 }, 1490 },
1489 ], 1491 ],
1490 }], 1492 }],
1491 ], 1493 ],
1492 } 1494 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_root_window_controller_aura.cc » ('j') | ash/shelf/shelf_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698