Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: ash/ash.gyp

Issue 1026943002: Add the layout test case of ash/popup_message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: view by id Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/popup_message.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/popup_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698