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

Side by Side Diff: ash/ash.gyp

Issue 2303453003: Revert of Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: 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 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',
841 'test/ash_test_helper.cc', 840 'test/ash_test_helper.cc',
842 'test/ash_test_helper.h', 841 'test/ash_test_helper.h',
843 'test/ash_test_views_delegate.cc', 842 'test/ash_test_views_delegate.cc',
844 'test/ash_test_views_delegate.h', 843 'test/ash_test_views_delegate.h',
845 'test/child_modal_window.cc', 844 'test/child_modal_window.cc',
846 'test/child_modal_window.h', 845 'test/child_modal_window.h',
847 'test/cursor_manager_test_api.cc', 846 'test/cursor_manager_test_api.cc',
848 'test/cursor_manager_test_api.h', 847 'test/cursor_manager_test_api.h',
849 'test/display_manager_test_api.cc', 848 'test/display_manager_test_api.cc',
850 '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
982 'common/system/date/date_view_unittest.cc', 981 'common/system/date/date_view_unittest.cc',
983 'common/system/ime/tray_ime_chromeos_unittest.cc', 982 'common/system/ime/tray_ime_chromeos_unittest.cc',
984 'common/system/tray/system_tray_unittest.cc', 983 'common/system/tray/system_tray_unittest.cc',
985 'common/system/tray/tray_details_view_unittest.cc', 984 'common/system/tray/tray_details_view_unittest.cc',
986 'common/system/update/tray_update_unittest.cc', 985 'common/system/update/tray_update_unittest.cc',
987 'common/system/user/tray_user_unittest.cc', 986 'common/system/user/tray_user_unittest.cc',
988 'common/wm/container_finder_unittest.cc', 987 'common/wm/container_finder_unittest.cc',
989 'common/wm/overview/cleanup_animation_observer_unittest.cc', 988 'common/wm/overview/cleanup_animation_observer_unittest.cc',
990 'common/wm/workspace/workspace_event_handler_test_helper.cc', 989 'common/wm/workspace/workspace_event_handler_test_helper.cc',
991 'common/wm/workspace/workspace_event_handler_test_helper.h', 990 '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',
992 'dip_unittest.cc', 994 'dip_unittest.cc',
993 'display/cursor_window_controller_unittest.cc', 995 'display/cursor_window_controller_unittest.cc',
994 'display/display_change_observer_chromeos_unittest.cc', 996 'display/display_change_observer_chromeos_unittest.cc',
995 'display/display_color_manager_chromeos_unittest.cc', 997 'display/display_color_manager_chromeos_unittest.cc',
996 'display/display_error_observer_chromeos_unittest.cc', 998 'display/display_error_observer_chromeos_unittest.cc',
997 'display/display_manager_unittest.cc', 999 'display/display_manager_unittest.cc',
998 'display/display_util_unittest.cc', 1000 'display/display_util_unittest.cc',
999 'display/extended_mouse_warp_controller_unittest.cc', 1001 'display/extended_mouse_warp_controller_unittest.cc',
1000 'display/json_converter_unittest.cc', 1002 'display/json_converter_unittest.cc',
1001 'display/mirror_window_controller_unittest.cc', 1003 'display/mirror_window_controller_unittest.cc',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1520 ], 1522 ],
1521 } 1523 }
1522 ], 1524 ],
1523 ], 1525 ],
1524 }, 1526 },
1525 ], 1527 ],
1526 }], 1528 }],
1527 ], 1529 ],
1528 } 1530 }
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