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

Side by Side Diff: ash/ash.gyp

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport Created 4 years, 3 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 | « ash/BUILD.gn ('k') | ash/content/display/screen_orientation_controller_chromeos_unittest.cc » ('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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'common/test/test_palette_delegate.cc', 829 'common/test/test_palette_delegate.cc',
830 'common/test/test_palette_delegate.h', 830 'common/test/test_palette_delegate.h',
831 'common/test/test_volume_control_delegate.cc', 831 'common/test/test_volume_control_delegate.cc',
832 'common/test/test_volume_control_delegate.h', 832 'common/test/test_volume_control_delegate.h',
833 'shell/toplevel_window.cc', 833 'shell/toplevel_window.cc',
834 'shell/toplevel_window.h', 834 'shell/toplevel_window.h',
835 'test/ash_md_test_base.cc', 835 'test/ash_md_test_base.cc',
836 'test/ash_md_test_base.h', 836 'test/ash_md_test_base.h',
837 'test/ash_test_base.cc', 837 'test/ash_test_base.cc',
838 'test/ash_test_base.h', 838 'test/ash_test_base.h',
839 'test/ash_test_environment.h',
839 'test/ash_test_helper.cc', 840 'test/ash_test_helper.cc',
840 'test/ash_test_helper.h', 841 'test/ash_test_helper.h',
841 'test/ash_test_views_delegate.cc', 842 'test/ash_test_views_delegate.cc',
842 'test/ash_test_views_delegate.h', 843 'test/ash_test_views_delegate.h',
843 'test/child_modal_window.cc', 844 'test/child_modal_window.cc',
844 'test/child_modal_window.h', 845 'test/child_modal_window.h',
845 'test/cursor_manager_test_api.cc', 846 'test/cursor_manager_test_api.cc',
846 'test/cursor_manager_test_api.h', 847 'test/cursor_manager_test_api.h',
847 'test/display_manager_test_api.cc', 848 'test/display_manager_test_api.cc',
848 'test/display_manager_test_api.h', 849 'test/display_manager_test_api.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'common/system/date/date_view_unittest.cc', 981 'common/system/date/date_view_unittest.cc',
981 'common/system/ime/tray_ime_chromeos_unittest.cc', 982 'common/system/ime/tray_ime_chromeos_unittest.cc',
982 'common/system/tray/system_tray_unittest.cc', 983 'common/system/tray/system_tray_unittest.cc',
983 'common/system/tray/tray_details_view_unittest.cc', 984 'common/system/tray/tray_details_view_unittest.cc',
984 'common/system/update/tray_update_unittest.cc', 985 'common/system/update/tray_update_unittest.cc',
985 'common/system/user/tray_user_unittest.cc', 986 'common/system/user/tray_user_unittest.cc',
986 'common/wm/container_finder_unittest.cc', 987 'common/wm/container_finder_unittest.cc',
987 'common/wm/overview/cleanup_animation_observer_unittest.cc', 988 'common/wm/overview/cleanup_animation_observer_unittest.cc',
988 'common/wm/workspace/workspace_event_handler_test_helper.cc', 989 'common/wm/workspace/workspace_event_handler_test_helper.cc',
989 'common/wm/workspace/workspace_event_handler_test_helper.h', 990 'common/wm/workspace/workspace_event_handler_test_helper.h',
990 'content/display/screen_orientation_controller_chromeos_unittest.cc',
991 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
992 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
993 'dip_unittest.cc', 991 'dip_unittest.cc',
994 'display/cursor_window_controller_unittest.cc', 992 'display/cursor_window_controller_unittest.cc',
995 'display/display_change_observer_chromeos_unittest.cc', 993 'display/display_change_observer_chromeos_unittest.cc',
996 'display/display_color_manager_chromeos_unittest.cc', 994 'display/display_color_manager_chromeos_unittest.cc',
997 'display/display_error_observer_chromeos_unittest.cc', 995 'display/display_error_observer_chromeos_unittest.cc',
998 'display/display_manager_unittest.cc', 996 'display/display_manager_unittest.cc',
999 'display/display_util_unittest.cc', 997 'display/display_util_unittest.cc',
1000 'display/extended_mouse_warp_controller_unittest.cc', 998 'display/extended_mouse_warp_controller_unittest.cc',
1001 'display/json_converter_unittest.cc', 999 'display/json_converter_unittest.cc',
1002 'display/mirror_window_controller_unittest.cc', 1000 'display/mirror_window_controller_unittest.cc',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1521 ], 1519 ],
1522 } 1520 }
1523 ], 1521 ],
1524 ], 1522 ],
1525 }, 1523 },
1526 ], 1524 ],
1527 }], 1525 }],
1528 ], 1526 ],
1529 } 1527 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/content/display/screen_orientation_controller_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698