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

Side by Side Diff: ash/ash.gyp

Issue 2287583002: mash: Fix crash when closing system tray menu (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
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 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 971 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
972 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 972 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
973 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 973 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
974 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 974 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
975 'common/system/date/date_view_unittest.cc', 975 'common/system/date/date_view_unittest.cc',
976 'common/system/ime/tray_ime_chromeos_unittest.cc', 976 'common/system/ime/tray_ime_chromeos_unittest.cc',
977 'common/system/tray/system_tray_unittest.cc', 977 'common/system/tray/system_tray_unittest.cc',
978 'common/system/tray/tray_details_view_unittest.cc', 978 'common/system/tray/tray_details_view_unittest.cc',
979 'common/system/update/tray_update_unittest.cc', 979 'common/system/update/tray_update_unittest.cc',
980 'common/system/user/tray_user_unittest.cc', 980 'common/system/user/tray_user_unittest.cc',
981 'common/wm/container_finder_unittest.cc',
981 'common/wm/overview/cleanup_animation_observer_unittest.cc', 982 'common/wm/overview/cleanup_animation_observer_unittest.cc',
982 'content/display/screen_orientation_controller_chromeos_unittest.cc', 983 'content/display/screen_orientation_controller_chromeos_unittest.cc',
983 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 984 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
984 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 985 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
985 'desktop_background/desktop_background_controller_unittest.cc', 986 'desktop_background/desktop_background_controller_unittest.cc',
986 'dip_unittest.cc', 987 'dip_unittest.cc',
987 'display/cursor_window_controller_unittest.cc', 988 'display/cursor_window_controller_unittest.cc',
988 'display/display_change_observer_chromeos_unittest.cc', 989 'display/display_change_observer_chromeos_unittest.cc',
989 'display/display_color_manager_chromeos_unittest.cc', 990 'display/display_color_manager_chromeos_unittest.cc',
990 'display/display_error_observer_chromeos_unittest.cc', 991 'display/display_error_observer_chromeos_unittest.cc',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1515 ], 1516 ],
1516 } 1517 }
1517 ], 1518 ],
1518 ], 1519 ],
1519 }, 1520 },
1520 ], 1521 ],
1521 }], 1522 }],
1522 ], 1523 ],
1523 } 1524 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/container_finder.h » ('j') | ash/mus/wm/container_finder_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698