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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 'extended_desktop_unittest.cc', | 778 'extended_desktop_unittest.cc', |
779 'focus_cycler_unittest.cc', | 779 'focus_cycler_unittest.cc', |
780 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', | 780 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', |
781 'frame/caption_buttons/frame_size_button_unittest.cc', | 781 'frame/caption_buttons/frame_size_button_unittest.cc', |
782 'frame/custom_frame_view_ash_unittest.cc', | 782 'frame/custom_frame_view_ash_unittest.cc', |
783 'frame/default_header_painter_unittest.cc', | 783 'frame/default_header_painter_unittest.cc', |
784 'host/ash_window_tree_host_x11_unittest.cc', | 784 'host/ash_window_tree_host_x11_unittest.cc', |
785 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 785 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
786 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 786 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
787 'magnifier/magnification_controller_unittest.cc', | 787 'magnifier/magnification_controller_unittest.cc', |
| 788 'metrics/user_metrics_recorder_unittest.cc', |
788 'popup_message_unittest.cc', | 789 'popup_message_unittest.cc', |
789 'root_window_controller_unittest.cc', | 790 'root_window_controller_unittest.cc', |
790 'screen_util_unittest.cc', | 791 'screen_util_unittest.cc', |
791 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 792 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
792 'shelf/shelf_layout_manager_unittest.cc', | 793 'shelf/shelf_layout_manager_unittest.cc', |
793 'shelf/shelf_model_unittest.cc', | 794 'shelf/shelf_model_unittest.cc', |
794 'shelf/shelf_navigator_unittest.cc', | 795 'shelf/shelf_navigator_unittest.cc', |
795 'shelf/shelf_tooltip_manager_unittest.cc', | 796 'shelf/shelf_tooltip_manager_unittest.cc', |
796 'shelf/shelf_unittest.cc', | 797 'shelf/shelf_unittest.cc', |
797 'shelf/shelf_view_unittest.cc', | 798 'shelf/shelf_view_unittest.cc', |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1308 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1309 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1309 ], | 1310 ], |
1310 } | 1311 } |
1311 ], | 1312 ], |
1312 ], | 1313 ], |
1313 }, | 1314 }, |
1314 ], | 1315 ], |
1315 }], | 1316 }], |
1316 ], | 1317 ], |
1317 } | 1318 } |
OLD | NEW |