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