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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'test/test_suite_init.h', | 705 'test/test_suite_init.h', |
706 'test/test_suite_init.mm', | 706 'test/test_suite_init.mm', |
707 'test/test_system_tray_delegate.cc', | 707 'test/test_system_tray_delegate.cc', |
708 'test/test_system_tray_delegate.h', | 708 'test/test_system_tray_delegate.h', |
709 'test/test_user_wallpaper_delegate.cc', | 709 'test/test_user_wallpaper_delegate.cc', |
710 'test/test_user_wallpaper_delegate.h', | 710 'test/test_user_wallpaper_delegate.h', |
711 'test/test_volume_control_delegate.cc', | 711 'test/test_volume_control_delegate.cc', |
712 'test/test_volume_control_delegate.h', | 712 'test/test_volume_control_delegate.h', |
713 'test/ui_controls_factory_ash.cc', | 713 'test/ui_controls_factory_ash.cc', |
714 'test/ui_controls_factory_ash.h', | 714 'test/ui_controls_factory_ash.h', |
| 715 'test/user_metrics_recorder_test_api.cc', |
| 716 'test/user_metrics_recorder_test_api.h', |
715 'test/virtual_keyboard_test_helper.cc', | 717 'test/virtual_keyboard_test_helper.cc', |
716 'test/virtual_keyboard_test_helper.h', | 718 'test/virtual_keyboard_test_helper.h', |
717 ], | 719 ], |
718 'ash_shell_lib_sources': [ | 720 'ash_shell_lib_sources': [ |
719 '../ui/views/test/test_views_delegate_aura.cc', | 721 '../ui/views/test/test_views_delegate_aura.cc', |
720 'shell/app_list.cc', | 722 'shell/app_list.cc', |
721 'shell/bubble.cc', | 723 'shell/bubble.cc', |
722 'shell/content_client/shell_browser_main_parts.cc', | 724 'shell/content_client/shell_browser_main_parts.cc', |
723 'shell/content_client/shell_browser_main_parts.h', | 725 'shell/content_client/shell_browser_main_parts.h', |
724 'shell/content_client/shell_content_browser_client.cc', | 726 'shell/content_client/shell_content_browser_client.cc', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 'extended_desktop_unittest.cc', | 780 'extended_desktop_unittest.cc', |
779 'focus_cycler_unittest.cc', | 781 'focus_cycler_unittest.cc', |
780 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', | 782 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', |
781 'frame/caption_buttons/frame_size_button_unittest.cc', | 783 'frame/caption_buttons/frame_size_button_unittest.cc', |
782 'frame/custom_frame_view_ash_unittest.cc', | 784 'frame/custom_frame_view_ash_unittest.cc', |
783 'frame/default_header_painter_unittest.cc', | 785 'frame/default_header_painter_unittest.cc', |
784 'host/ash_window_tree_host_x11_unittest.cc', | 786 'host/ash_window_tree_host_x11_unittest.cc', |
785 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 787 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
786 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 788 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
787 'magnifier/magnification_controller_unittest.cc', | 789 'magnifier/magnification_controller_unittest.cc', |
| 790 'metrics/user_metrics_recorder_unittest.cc', |
788 'popup_message_unittest.cc', | 791 'popup_message_unittest.cc', |
789 'root_window_controller_unittest.cc', | 792 'root_window_controller_unittest.cc', |
790 'screen_util_unittest.cc', | 793 'screen_util_unittest.cc', |
791 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 794 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
792 'shelf/shelf_layout_manager_unittest.cc', | 795 'shelf/shelf_layout_manager_unittest.cc', |
793 'shelf/shelf_model_unittest.cc', | 796 'shelf/shelf_model_unittest.cc', |
794 'shelf/shelf_navigator_unittest.cc', | 797 'shelf/shelf_navigator_unittest.cc', |
795 'shelf/shelf_tooltip_manager_unittest.cc', | 798 'shelf/shelf_tooltip_manager_unittest.cc', |
796 'shelf/shelf_unittest.cc', | 799 'shelf/shelf_unittest.cc', |
797 'shelf/shelf_view_unittest.cc', | 800 'shelf/shelf_view_unittest.cc', |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1308 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1311 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1309 ], | 1312 ], |
1310 } | 1313 } |
1311 ], | 1314 ], |
1312 ], | 1315 ], |
1313 }, | 1316 }, |
1314 ], | 1317 ], |
1315 }], | 1318 }], |
1316 ], | 1319 ], |
1317 } | 1320 } |
OLD | NEW |