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

Side by Side Diff: ash/ash.gyp

Issue 2169533002: mash: Migrate shelf app list button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move files, cleanup 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
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'common/pointer_watcher_delegate.h', 81 'common/pointer_watcher_delegate.h',
82 'common/popup_message.cc', 82 'common/popup_message.cc',
83 'common/popup_message.h', 83 'common/popup_message.h',
84 'common/root_window_controller_common.cc', 84 'common/root_window_controller_common.cc',
85 'common/root_window_controller_common.h', 85 'common/root_window_controller_common.h',
86 'common/session/session_state_delegate.cc', 86 'common/session/session_state_delegate.cc',
87 'common/session/session_state_delegate.h', 87 'common/session/session_state_delegate.h',
88 'common/session/session_state_observer.cc', 88 'common/session/session_state_observer.cc',
89 'common/session/session_state_observer.h', 89 'common/session/session_state_observer.h',
90 'common/session/session_types.h', 90 'common/session/session_types.h',
91 'common/shelf/app_list_button.cc',
92 'common/shelf/app_list_button.h',
93 'common/shelf/app_list_shelf_item_delegate.cc',
94 'common/shelf/app_list_shelf_item_delegate.h',
91 'common/shelf/ink_drop_button_listener.h', 95 'common/shelf/ink_drop_button_listener.h',
92 'common/shelf/overflow_bubble.cc', 96 'common/shelf/overflow_bubble.cc',
93 'common/shelf/overflow_bubble.h', 97 'common/shelf/overflow_bubble.h',
94 'common/shelf/overflow_bubble_view.cc', 98 'common/shelf/overflow_bubble_view.cc',
95 'common/shelf/overflow_bubble_view.h', 99 'common/shelf/overflow_bubble_view.h',
96 'common/shelf/overflow_button.cc', 100 'common/shelf/overflow_button.cc',
97 'common/shelf/overflow_button.h', 101 'common/shelf/overflow_button.h',
98 'common/shelf/shelf_alignment_menu.cc', 102 'common/shelf/shelf_alignment_menu.cc',
99 'common/shelf/shelf_alignment_menu.h', 103 'common/shelf/shelf_alignment_menu.h',
100 'common/shelf/shelf_constants.cc', 104 'common/shelf/shelf_constants.cc',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'rotator/screen_rotation_animation.h', 592 'rotator/screen_rotation_animation.h',
589 'rotator/screen_rotation_animator.cc', 593 'rotator/screen_rotation_animator.cc',
590 'rotator/screen_rotation_animator.h', 594 'rotator/screen_rotation_animator.h',
591 'rotator/window_rotation.cc', 595 'rotator/window_rotation.cc',
592 'rotator/window_rotation.h', 596 'rotator/window_rotation.h',
593 'scoped_target_root_window.cc', 597 'scoped_target_root_window.cc',
594 'scoped_target_root_window.h', 598 'scoped_target_root_window.h',
595 'screen_util.cc', 599 'screen_util.cc',
596 'screen_util.h', 600 'screen_util.h',
597 'screenshot_delegate.h', 601 'screenshot_delegate.h',
598 'shelf/app_list_button.cc',
599 'shelf/app_list_button.h',
600 'shelf/app_list_shelf_item_delegate.cc',
601 'shelf/app_list_shelf_item_delegate.h',
602 'shelf/scoped_observer_with_duplicated_sources.h', 602 'shelf/scoped_observer_with_duplicated_sources.h',
603 'shelf/shelf.cc', 603 'shelf/shelf.cc',
604 'shelf/shelf.h', 604 'shelf/shelf.h',
605 'shelf/shelf_bezel_event_filter.cc', 605 'shelf/shelf_bezel_event_filter.cc',
606 'shelf/shelf_bezel_event_filter.h', 606 'shelf/shelf_bezel_event_filter.h',
607 'shelf/shelf_button.cc', 607 'shelf/shelf_button.cc',
608 'shelf/shelf_button.h', 608 'shelf/shelf_button.h',
609 'shelf/shelf_button_pressed_metric_tracker.cc', 609 'shelf/shelf_button_pressed_metric_tracker.cc',
610 'shelf/shelf_button_pressed_metric_tracker.h', 610 'shelf/shelf_button_pressed_metric_tracker.h',
611 'shelf/shelf_delegate.h', 611 'shelf/shelf_delegate.h',
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1461 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1462 ], 1462 ],
1463 } 1463 }
1464 ], 1464 ],
1465 ], 1465 ],
1466 }, 1466 },
1467 ], 1467 ],
1468 }], 1468 }],
1469 ], 1469 ],
1470 } 1470 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698