| 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'root_window_settings.h', | 622 'root_window_settings.h', |
| 623 'rotator/screen_rotation_animation.cc', | 623 'rotator/screen_rotation_animation.cc', |
| 624 'rotator/screen_rotation_animation.h', | 624 'rotator/screen_rotation_animation.h', |
| 625 'rotator/screen_rotation_animator.cc', | 625 'rotator/screen_rotation_animator.cc', |
| 626 'rotator/screen_rotation_animator.h', | 626 'rotator/screen_rotation_animator.h', |
| 627 'rotator/window_rotation.cc', | 627 'rotator/window_rotation.cc', |
| 628 'rotator/window_rotation.h', | 628 'rotator/window_rotation.h', |
| 629 'screen_util.cc', | 629 'screen_util.cc', |
| 630 'screen_util.h', | 630 'screen_util.h', |
| 631 'screenshot_delegate.h', | 631 'screenshot_delegate.h', |
| 632 'shelf/dimmer_view.cc', |
| 633 'shelf/dimmer_view.h', |
| 632 'shelf/shelf.cc', | 634 'shelf/shelf.cc', |
| 633 'shelf/shelf.h', | 635 'shelf/shelf.h', |
| 634 'shelf/shelf_bezel_event_filter.cc', | 636 'shelf/shelf_bezel_event_filter.cc', |
| 635 'shelf/shelf_bezel_event_filter.h', | 637 'shelf/shelf_bezel_event_filter.h', |
| 636 'shelf/shelf_icon_observer.h', | 638 'shelf/shelf_icon_observer.h', |
| 637 'shelf/shelf_layout_manager.cc', | 639 'shelf/shelf_layout_manager.cc', |
| 638 'shelf/shelf_layout_manager.h', | 640 'shelf/shelf_layout_manager.h', |
| 639 'shelf/shelf_layout_manager_observer.h', | 641 'shelf/shelf_layout_manager_observer.h', |
| 640 'shelf/shelf_util.cc', | 642 'shelf/shelf_util.cc', |
| 641 'shelf/shelf_util.h', | 643 'shelf/shelf_util.h', |
| (...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1477 ], | 1479 ], |
| 1478 } | 1480 } |
| 1479 ], | 1481 ], |
| 1480 ], | 1482 ], |
| 1481 }, | 1483 }, |
| 1482 ], | 1484 ], |
| 1483 }], | 1485 }], |
| 1484 ], | 1486 ], |
| 1485 } | 1487 } |
| OLD | NEW |