OLD | NEW |
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'common/pointer_down_watcher_delegate.h', | 86 'common/pointer_down_watcher_delegate.h', |
87 'common/popup_message.cc', | 87 'common/popup_message.cc', |
88 'common/popup_message.h', | 88 'common/popup_message.h', |
89 'common/root_window_controller_common.cc', | 89 'common/root_window_controller_common.cc', |
90 'common/root_window_controller_common.h', | 90 'common/root_window_controller_common.h', |
91 'common/session/session_state_delegate.cc', | 91 'common/session/session_state_delegate.cc', |
92 'common/session/session_state_delegate.h', | 92 'common/session/session_state_delegate.h', |
93 'common/session/session_state_observer.cc', | 93 'common/session/session_state_observer.cc', |
94 'common/session/session_state_observer.h', | 94 'common/session/session_state_observer.h', |
95 'common/session/session_types.h', | 95 'common/session/session_types.h', |
| 96 'common/shelf/app_list_button.cc', |
| 97 'common/shelf/app_list_button.h', |
| 98 'common/shelf/app_list_shelf_item_delegate.cc', |
| 99 'common/shelf/app_list_shelf_item_delegate.h', |
96 'common/shelf/ink_drop_button_listener.h', | 100 'common/shelf/ink_drop_button_listener.h', |
97 'common/shelf/overflow_bubble.cc', | 101 'common/shelf/overflow_bubble.cc', |
98 'common/shelf/overflow_bubble.h', | 102 'common/shelf/overflow_bubble.h', |
99 'common/shelf/overflow_bubble_view.cc', | 103 'common/shelf/overflow_bubble_view.cc', |
100 'common/shelf/overflow_bubble_view.h', | 104 'common/shelf/overflow_bubble_view.h', |
101 'common/shelf/overflow_button.cc', | 105 'common/shelf/overflow_button.cc', |
102 'common/shelf/overflow_button.h', | 106 'common/shelf/overflow_button.h', |
103 'common/shelf/shelf_alignment_menu.cc', | 107 'common/shelf/shelf_alignment_menu.cc', |
104 'common/shelf/shelf_alignment_menu.h', | 108 'common/shelf/shelf_alignment_menu.h', |
105 'common/shelf/shelf_constants.cc', | 109 'common/shelf/shelf_constants.cc', |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 'rotator/screen_rotation_animation.h', | 597 'rotator/screen_rotation_animation.h', |
594 'rotator/screen_rotation_animator.cc', | 598 'rotator/screen_rotation_animator.cc', |
595 'rotator/screen_rotation_animator.h', | 599 'rotator/screen_rotation_animator.h', |
596 'rotator/window_rotation.cc', | 600 'rotator/window_rotation.cc', |
597 'rotator/window_rotation.h', | 601 'rotator/window_rotation.h', |
598 'scoped_target_root_window.cc', | 602 'scoped_target_root_window.cc', |
599 'scoped_target_root_window.h', | 603 'scoped_target_root_window.h', |
600 'screen_util.cc', | 604 'screen_util.cc', |
601 'screen_util.h', | 605 'screen_util.h', |
602 'screenshot_delegate.h', | 606 'screenshot_delegate.h', |
603 'shelf/app_list_button.cc', | |
604 'shelf/app_list_button.h', | |
605 'shelf/app_list_shelf_item_delegate.cc', | |
606 'shelf/app_list_shelf_item_delegate.h', | |
607 'shelf/scoped_observer_with_duplicated_sources.h', | 607 'shelf/scoped_observer_with_duplicated_sources.h', |
608 'shelf/shelf.cc', | 608 'shelf/shelf.cc', |
609 'shelf/shelf.h', | 609 'shelf/shelf.h', |
610 'shelf/shelf_bezel_event_filter.cc', | 610 'shelf/shelf_bezel_event_filter.cc', |
611 'shelf/shelf_bezel_event_filter.h', | 611 'shelf/shelf_bezel_event_filter.h', |
612 'shelf/shelf_button.cc', | 612 'shelf/shelf_button.cc', |
613 'shelf/shelf_button.h', | 613 'shelf/shelf_button.h', |
614 'shelf/shelf_button_pressed_metric_tracker.cc', | 614 'shelf/shelf_button_pressed_metric_tracker.cc', |
615 'shelf/shelf_button_pressed_metric_tracker.h', | 615 'shelf/shelf_button_pressed_metric_tracker.h', |
616 'shelf/shelf_delegate.h', | 616 'shelf/shelf_delegate.h', |
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1467 ], | 1467 ], |
1468 } | 1468 } |
1469 ], | 1469 ], |
1470 ], | 1470 ], |
1471 }, | 1471 }, |
1472 ], | 1472 ], |
1473 }], | 1473 }], |
1474 ], | 1474 ], |
1475 } | 1475 } |
OLD | NEW |