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

Side by Side Diff: ash/ash.gyp

Issue 1929023002: Refactors WindowResizers to use ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/metrics/user_metrics_recorder.h » ('j') | ash/wm/common/wm_globals.h » ('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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'wm/common/drag_details.h', 555 'wm/common/drag_details.h',
556 'wm/common/fullscreen_window_finder.cc', 556 'wm/common/fullscreen_window_finder.cc',
557 'wm/common/fullscreen_window_finder.h', 557 'wm/common/fullscreen_window_finder.h',
558 'wm/common/root_window_finder.cc', 558 'wm/common/root_window_finder.cc',
559 'wm/common/root_window_finder.h', 559 'wm/common/root_window_finder.h',
560 'wm/common/shelf/wm_shelf.h', 560 'wm/common/shelf/wm_shelf.h',
561 'wm/common/shelf/wm_shelf_constants.cc', 561 'wm/common/shelf/wm_shelf_constants.cc',
562 'wm/common/shelf/wm_shelf_constants.h', 562 'wm/common/shelf/wm_shelf_constants.h',
563 'wm/common/shelf/wm_shelf_observer.h', 563 'wm/common/shelf/wm_shelf_observer.h',
564 'wm/common/shelf/wm_shelf_types.h', 564 'wm/common/shelf/wm_shelf_types.h',
565 'wm/common/shelf/wm_shelf_util.cc',
566 'wm/common/shelf/wm_shelf_util.h',
565 'wm/common/switchable_windows.cc', 567 'wm/common/switchable_windows.cc',
566 'wm/common/switchable_windows.h', 568 'wm/common/switchable_windows.h',
567 'wm/common/window_animation_types.h', 569 'wm/common/window_animation_types.h',
568 'wm/common/window_parenting_utils.cc', 570 'wm/common/window_parenting_utils.cc',
569 'wm/common/window_parenting_utils.h', 571 'wm/common/window_parenting_utils.h',
570 'wm/common/window_positioner.cc', 572 'wm/common/window_positioner.cc',
571 'wm/common/window_positioner.h', 573 'wm/common/window_positioner.h',
572 'wm/common/window_positioning_utils.cc', 574 'wm/common/window_positioning_utils.cc',
573 'wm/common/window_positioning_utils.h', 575 'wm/common/window_positioning_utils.h',
574 'wm/common/window_resizer.cc', 576 'wm/common/window_resizer.cc',
(...skipping 13 matching lines...) Expand all
588 'wm/common/wm_layout_manager.h', 590 'wm/common/wm_layout_manager.h',
589 'wm/common/wm_overview_mode_observer.h', 591 'wm/common/wm_overview_mode_observer.h',
590 'wm/common/wm_root_window_controller.h', 592 'wm/common/wm_root_window_controller.h',
591 'wm/common/wm_root_window_controller_observer.h', 593 'wm/common/wm_root_window_controller_observer.h',
592 'wm/common/wm_screen_util.cc', 594 'wm/common/wm_screen_util.cc',
593 'wm/common/wm_screen_util.h', 595 'wm/common/wm_screen_util.h',
594 'wm/common/wm_snap_to_pixel_layout_manager.cc', 596 'wm/common/wm_snap_to_pixel_layout_manager.cc',
595 'wm/common/wm_snap_to_pixel_layout_manager.h', 597 'wm/common/wm_snap_to_pixel_layout_manager.h',
596 'wm/common/wm_types.cc', 598 'wm/common/wm_types.cc',
597 'wm/common/wm_types.h', 599 'wm/common/wm_types.h',
600 'wm/common/wm_user_metrics_action.h',
598 'wm/common/wm_window.h', 601 'wm/common/wm_window.h',
599 'wm/common/wm_window_observer.h', 602 'wm/common/wm_window_observer.h',
600 'wm/common/wm_window_property.h', 603 'wm/common/wm_window_property.h',
601 'wm/common/wm_window_tracker.h', 604 'wm/common/wm_window_tracker.h',
602 'wm/common/workspace/workspace_layout_manager.cc', 605 'wm/common/workspace/workspace_layout_manager.cc',
603 'wm/common/workspace/workspace_layout_manager.h', 606 'wm/common/workspace/workspace_layout_manager.h',
604 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h', 607 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
605 'wm/common/workspace/workspace_layout_manager_delegate.h', 608 'wm/common/workspace/workspace_layout_manager_delegate.h',
606 'wm/common/workspace/workspace_types.h', 609 'wm/common/workspace/workspace_types.h',
607 'wm/cursor_manager_chromeos.cc', 610 'wm/cursor_manager_chromeos.cc',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1423 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1421 ], 1424 ],
1422 } 1425 }
1423 ], 1426 ],
1424 ], 1427 ],
1425 }, 1428 },
1426 ], 1429 ],
1427 }], 1430 }],
1428 ], 1431 ],
1429 } 1432 }
OLDNEW
« no previous file with comments | « no previous file | ash/metrics/user_metrics_recorder.h » ('j') | ash/wm/common/wm_globals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698