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

Side by Side Diff: ash/ash.gyp

Issue 1891283002: Moves WmTypes to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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/wm/common/wm_event.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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'wm/aura/wm_root_window_controller_aura.h', 527 'wm/aura/wm_root_window_controller_aura.h',
528 'wm/aura/wm_window_aura.cc', 528 'wm/aura/wm_window_aura.cc',
529 'wm/aura/wm_window_aura.h', 529 'wm/aura/wm_window_aura.h',
530 'wm/boot_splash_screen_chromeos.cc', 530 'wm/boot_splash_screen_chromeos.cc',
531 'wm/boot_splash_screen_chromeos.h', 531 'wm/boot_splash_screen_chromeos.h',
532 'wm/common/wm_event.cc', 532 'wm/common/wm_event.cc',
533 'wm/common/wm_event.h', 533 'wm/common/wm_event.h',
534 'wm/common/wm_root_window_controller.h', 534 'wm/common/wm_root_window_controller.h',
535 'wm/common/wm_screen_util.cc', 535 'wm/common/wm_screen_util.cc',
536 'wm/common/wm_screen_util.h', 536 'wm/common/wm_screen_util.h',
537 'wm/common/wm_types.cc',
538 'wm/common/wm_types.h',
537 'wm/common/wm_window.h', 539 'wm/common/wm_window.h',
538 'wm/common/wm_window_observer.h', 540 'wm/common/wm_window_observer.h',
539 'wm/common/wm_window_property.h', 541 'wm/common/wm_window_property.h',
540 'wm/common/workspace/workspace_layout_manager_delegate.h', 542 'wm/common/workspace/workspace_layout_manager_delegate.h',
541 'wm/coordinate_conversion.cc', 543 'wm/coordinate_conversion.cc',
542 'wm/coordinate_conversion.h', 544 'wm/coordinate_conversion.h',
543 'wm/cursor_manager_chromeos.cc', 545 'wm/cursor_manager_chromeos.cc',
544 'wm/cursor_manager_chromeos.h', 546 'wm/cursor_manager_chromeos.h',
545 'wm/default_state.cc', 547 'wm/default_state.cc',
546 'wm/default_state.h', 548 'wm/default_state.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'wm/window_state.h', 669 'wm/window_state.h',
668 'wm/window_state_aura.cc', 670 'wm/window_state_aura.cc',
669 'wm/window_state_aura.h', 671 'wm/window_state_aura.h',
670 'wm/window_state_delegate.cc', 672 'wm/window_state_delegate.cc',
671 'wm/window_state_delegate.h', 673 'wm/window_state_delegate.h',
672 'wm/window_state_observer.h', 674 'wm/window_state_observer.h',
673 'wm/window_state_util.cc', 675 'wm/window_state_util.cc',
674 'wm/window_state_util.h', 676 'wm/window_state_util.h',
675 'wm/window_util.cc', 677 'wm/window_util.cc',
676 'wm/window_util.h', 678 'wm/window_util.h',
677 'wm/wm_types.cc',
678 'wm/wm_types.h',
679 'wm/workspace/magnetism_matcher.cc', 679 'wm/workspace/magnetism_matcher.cc',
680 'wm/workspace/magnetism_matcher.h', 680 'wm/workspace/magnetism_matcher.h',
681 'wm/workspace/multi_window_resize_controller.cc', 681 'wm/workspace/multi_window_resize_controller.cc',
682 'wm/workspace/multi_window_resize_controller.h', 682 'wm/workspace/multi_window_resize_controller.h',
683 'wm/workspace/phantom_window_controller.cc', 683 'wm/workspace/phantom_window_controller.cc',
684 'wm/workspace/phantom_window_controller.h', 684 'wm/workspace/phantom_window_controller.h',
685 'wm/workspace/two_step_edge_cycler.cc', 685 'wm/workspace/two_step_edge_cycler.cc',
686 'wm/workspace/two_step_edge_cycler.h', 686 'wm/workspace/two_step_edge_cycler.h',
687 'wm/workspace/workspace_event_handler.cc', 687 'wm/workspace/workspace_event_handler.cc',
688 'wm/workspace/workspace_event_handler.h', 688 'wm/workspace/workspace_event_handler.h',
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1379 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1380 ], 1380 ],
1381 } 1381 }
1382 ], 1382 ],
1383 ], 1383 ],
1384 }, 1384 },
1385 ], 1385 ],
1386 }], 1386 }],
1387 ], 1387 ],
1388 } 1388 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/common/wm_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698