| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 'shelf/shelf_view.cc', | 642 'shelf/shelf_view.cc', |
| 643 'shelf/shelf_view.h', | 643 'shelf/shelf_view.h', |
| 644 'shelf/shelf_widget.cc', | 644 'shelf/shelf_widget.cc', |
| 645 'shelf/shelf_widget.h', | 645 'shelf/shelf_widget.h', |
| 646 'shelf/shelf_window_watcher.cc', | 646 'shelf/shelf_window_watcher.cc', |
| 647 'shelf/shelf_window_watcher.h', | 647 'shelf/shelf_window_watcher.h', |
| 648 'shelf/shelf_window_watcher_item_delegate.cc', | 648 'shelf/shelf_window_watcher_item_delegate.cc', |
| 649 'shelf/shelf_window_watcher_item_delegate.h', | 649 'shelf/shelf_window_watcher_item_delegate.h', |
| 650 'shell.cc', | 650 'shell.cc', |
| 651 'shell.h', | 651 'shell.h', |
| 652 'shell_factory.h', | |
| 653 'shell_init_params.cc', | 652 'shell_init_params.cc', |
| 654 'shell_init_params.h', | 653 'shell_init_params.h', |
| 655 'snap_to_pixel_layout_manager.cc', | 654 'snap_to_pixel_layout_manager.cc', |
| 656 'snap_to_pixel_layout_manager.h', | 655 'snap_to_pixel_layout_manager.h', |
| 657 'sticky_keys/sticky_keys_controller.cc', | 656 'sticky_keys/sticky_keys_controller.cc', |
| 658 'sticky_keys/sticky_keys_controller.h', | 657 'sticky_keys/sticky_keys_controller.h', |
| 659 'sticky_keys/sticky_keys_overlay.cc', | 658 'sticky_keys/sticky_keys_overlay.cc', |
| 660 'sticky_keys/sticky_keys_overlay.h', | 659 'sticky_keys/sticky_keys_overlay.h', |
| 661 'sticky_keys/sticky_keys_state.h', | 660 'sticky_keys/sticky_keys_state.h', |
| 662 'system/chromeos/power/power_event_observer.cc', | 661 'system/chromeos/power/power_event_observer.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 'content/screen_orientation_delegate_chromeos.cc', | 791 'content/screen_orientation_delegate_chromeos.cc', |
| 793 'content/screen_orientation_delegate_chromeos.h', | 792 'content/screen_orientation_delegate_chromeos.h', |
| 794 'content/shell_content_state.cc', | 793 'content/shell_content_state.cc', |
| 795 'content/shell_content_state.h', | 794 'content/shell_content_state.h', |
| 796 ], | 795 ], |
| 797 'ash_test_support_sources': [ | 796 'ash_test_support_sources': [ |
| 798 'common/test/material_design_controller_test_api.cc', | 797 'common/test/material_design_controller_test_api.cc', |
| 799 'common/test/material_design_controller_test_api.h', | 798 'common/test/material_design_controller_test_api.h', |
| 800 'common/test/test_volume_control_delegate.cc', | 799 'common/test/test_volume_control_delegate.cc', |
| 801 'common/test/test_volume_control_delegate.h', | 800 'common/test/test_volume_control_delegate.h', |
| 802 'desktop_background/desktop_background_controller_test_api.cc', | |
| 803 'desktop_background/desktop_background_controller_test_api.h', | |
| 804 'shell/toplevel_window.cc', | 801 'shell/toplevel_window.cc', |
| 805 'shell/toplevel_window.h', | 802 'shell/toplevel_window.h', |
| 806 'test/ash_md_test_base.cc', | 803 'test/ash_md_test_base.cc', |
| 807 'test/ash_md_test_base.h', | 804 'test/ash_md_test_base.h', |
| 808 'test/ash_test_base.cc', | 805 'test/ash_test_base.cc', |
| 809 'test/ash_test_base.h', | 806 'test/ash_test_base.h', |
| 810 'test/ash_test_helper.cc', | 807 'test/ash_test_helper.cc', |
| 811 'test/ash_test_helper.h', | 808 'test/ash_test_helper.h', |
| 812 'test/ash_test_views_delegate.cc', | 809 'test/ash_test_views_delegate.cc', |
| 813 'test/ash_test_views_delegate.h', | 810 'test/ash_test_views_delegate.h', |
| (...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1480 ], | 1477 ], |
| 1481 } | 1478 } |
| 1482 ], | 1479 ], |
| 1483 ], | 1480 ], |
| 1484 }, | 1481 }, |
| 1485 ], | 1482 ], |
| 1486 }], | 1483 }], |
| 1487 ], | 1484 ], |
| 1488 } | 1485 } |
| OLD | NEW |