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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 'content/keyboard_overlay/keyboard_overlay_delegate.cc', | 781 'content/keyboard_overlay/keyboard_overlay_delegate.cc', |
782 'content/keyboard_overlay/keyboard_overlay_delegate.h', | 782 'content/keyboard_overlay/keyboard_overlay_delegate.h', |
783 'content/keyboard_overlay/keyboard_overlay_view.cc', | 783 'content/keyboard_overlay/keyboard_overlay_view.cc', |
784 'content/keyboard_overlay/keyboard_overlay_view.h', | 784 'content/keyboard_overlay/keyboard_overlay_view.h', |
785 'content/screen_orientation_delegate_chromeos.cc', | 785 'content/screen_orientation_delegate_chromeos.cc', |
786 'content/screen_orientation_delegate_chromeos.h', | 786 'content/screen_orientation_delegate_chromeos.h', |
787 'content/shell_content_state.cc', | 787 'content/shell_content_state.cc', |
788 'content/shell_content_state.h', | 788 'content/shell_content_state.h', |
789 ], | 789 ], |
790 'ash_test_support_sources': [ | 790 'ash_test_support_sources': [ |
| 791 'common/test/test_volume_control_delegate.cc', |
| 792 'common/test/test_volume_control_delegate.h', |
791 'desktop_background/desktop_background_controller_test_api.cc', | 793 'desktop_background/desktop_background_controller_test_api.cc', |
792 'desktop_background/desktop_background_controller_test_api.h', | 794 'desktop_background/desktop_background_controller_test_api.h', |
793 'shell/toplevel_window.cc', | 795 'shell/toplevel_window.cc', |
794 'shell/toplevel_window.h', | 796 'shell/toplevel_window.h', |
795 'test/ash_md_test_base.cc', | 797 'test/ash_md_test_base.cc', |
796 'test/ash_md_test_base.h', | 798 'test/ash_md_test_base.h', |
797 'test/ash_test_base.cc', | 799 'test/ash_test_base.cc', |
798 'test/ash_test_base.h', | 800 'test/ash_test_base.h', |
799 'test/ash_test_helper.cc', | 801 'test/ash_test_helper.cc', |
800 'test/ash_test_helper.h', | 802 'test/ash_test_helper.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 'test/test_suite.cc', | 848 'test/test_suite.cc', |
847 'test/test_suite.h', | 849 'test/test_suite.h', |
848 'test/test_suite_init.h', | 850 'test/test_suite_init.h', |
849 'test/test_suite_init.mm', | 851 'test/test_suite_init.mm', |
850 'test/test_system_tray_delegate.cc', | 852 'test/test_system_tray_delegate.cc', |
851 'test/test_system_tray_delegate.h', | 853 'test/test_system_tray_delegate.h', |
852 'test/test_system_tray_item.cc', | 854 'test/test_system_tray_item.cc', |
853 'test/test_system_tray_item.h', | 855 'test/test_system_tray_item.h', |
854 'test/test_user_wallpaper_delegate.cc', | 856 'test/test_user_wallpaper_delegate.cc', |
855 'test/test_user_wallpaper_delegate.h', | 857 'test/test_user_wallpaper_delegate.h', |
856 'test/test_volume_control_delegate.cc', | |
857 'test/test_volume_control_delegate.h', | |
858 'test/tray_cast_test_api.cc', | 858 'test/tray_cast_test_api.cc', |
859 'test/tray_cast_test_api.h', | 859 'test/tray_cast_test_api.h', |
860 'test/ui_controls_factory_ash.cc', | 860 'test/ui_controls_factory_ash.cc', |
861 'test/ui_controls_factory_ash.h', | 861 'test/ui_controls_factory_ash.h', |
862 'test/user_metrics_recorder_test_api.cc', | 862 'test/user_metrics_recorder_test_api.cc', |
863 'test/user_metrics_recorder_test_api.h', | 863 'test/user_metrics_recorder_test_api.h', |
864 ], | 864 ], |
865 'ash_test_support_with_content_sources': [ | 865 'ash_test_support_with_content_sources': [ |
866 'test/content/test_shell_content_state.cc', | 866 'test/content/test_shell_content_state.cc', |
867 'test/content/test_shell_content_state.h', | 867 'test/content/test_shell_content_state.h', |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1472 ], | 1472 ], |
1473 } | 1473 } |
1474 ], | 1474 ], |
1475 ], | 1475 ], |
1476 }, | 1476 }, |
1477 ], | 1477 ], |
1478 }], | 1478 }], |
1479 ], | 1479 ], |
1480 } | 1480 } |
OLD | NEW |