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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'rotator/screen_rotation_animator.h', | 641 'rotator/screen_rotation_animator.h', |
642 'rotator/window_rotation.cc', | 642 'rotator/window_rotation.cc', |
643 'rotator/window_rotation.h', | 643 'rotator/window_rotation.h', |
644 'screen_util.cc', | 644 'screen_util.cc', |
645 'screen_util.h', | 645 'screen_util.h', |
646 'screenshot_delegate.h', | 646 'screenshot_delegate.h', |
647 'shelf/dimmer_view.cc', | 647 'shelf/dimmer_view.cc', |
648 'shelf/dimmer_view.h', | 648 'shelf/dimmer_view.h', |
649 'shelf/shelf.cc', | 649 'shelf/shelf.cc', |
650 'shelf/shelf.h', | 650 'shelf/shelf.h', |
651 'shelf/shelf_bezel_event_filter.cc', | 651 'shelf/shelf_bezel_event_handler.cc', |
652 'shelf/shelf_bezel_event_filter.h', | 652 'shelf/shelf_bezel_event_handler.h', |
653 'shelf/shelf_layout_manager.cc', | 653 'shelf/shelf_layout_manager.cc', |
654 'shelf/shelf_layout_manager.h', | 654 'shelf/shelf_layout_manager.h', |
655 'shelf/shelf_layout_manager_observer.h', | 655 'shelf/shelf_layout_manager_observer.h', |
656 'shelf/shelf_util.cc', | 656 'shelf/shelf_util.cc', |
657 'shelf/shelf_util.h', | 657 'shelf/shelf_util.h', |
658 'shelf/shelf_widget.cc', | 658 'shelf/shelf_widget.cc', |
659 'shelf/shelf_widget.h', | 659 'shelf/shelf_widget.h', |
660 'shelf/shelf_window_targeter.cc', | 660 'shelf/shelf_window_targeter.cc', |
661 'shelf/shelf_window_targeter.h', | 661 'shelf/shelf_window_targeter.h', |
662 'shell.cc', | 662 'shell.cc', |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1485 ], | 1485 ], |
1486 } | 1486 } |
1487 ], | 1487 ], |
1488 ], | 1488 ], |
1489 }, | 1489 }, |
1490 ], | 1490 ], |
1491 }], | 1491 }], |
1492 ], | 1492 ], |
1493 } | 1493 } |
OLD | NEW |