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

Side by Side Diff: ash/ash.gyp

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

Powered by Google App Engine
This is Rietveld 408576698