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

Side by Side Diff: ash/ash.gyp

Issue 2060003002: ash: Add a unit test for the system update tray item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetraydelegate
Patch Set: rebase Created 4 years, 6 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/shelf/shelf_view_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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'system/chromeos/session/tray_session_length_limit_unittest.cc', 959 'system/chromeos/session/tray_session_length_limit_unittest.cc',
960 'system/chromeos/supervised/tray_supervised_user_unittest.cc', 960 'system/chromeos/supervised/tray_supervised_user_unittest.cc',
961 'system/chromeos/tray_display_unittest.cc', 961 'system/chromeos/tray_display_unittest.cc',
962 'system/date/date_view_unittest.cc', 962 'system/date/date_view_unittest.cc',
963 'system/ime/tray_ime_chromeos_unittest.cc', 963 'system/ime/tray_ime_chromeos_unittest.cc',
964 'system/overview/overview_button_tray_unittest.cc', 964 'system/overview/overview_button_tray_unittest.cc',
965 'system/toast/toast_manager_unittest.cc', 965 'system/toast/toast_manager_unittest.cc',
966 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', 966 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
967 'system/tray/system_tray_unittest.cc', 967 'system/tray/system_tray_unittest.cc',
968 'system/tray/tray_details_view_unittest.cc', 968 'system/tray/tray_details_view_unittest.cc',
969 'system/tray_update_unittest.cc',
969 'system/user/tray_user_unittest.cc', 970 'system/user/tray_user_unittest.cc',
970 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 971 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
971 'system/web_notification/web_notification_tray_unittest.cc', 972 'system/web_notification/web_notification_tray_unittest.cc',
972 'test/ash_test_helper_unittest.cc', 973 'test/ash_test_helper_unittest.cc',
973 'test/ash_unittests.cc', 974 'test/ash_unittests.cc',
974 'tooltips/tooltip_controller_unittest.cc', 975 'tooltips/tooltip_controller_unittest.cc',
975 'touch/touch_observer_hud_unittest.cc', 976 'touch/touch_observer_hud_unittest.cc',
976 'touch/touch_transformer_controller_unittest.cc', 977 'touch/touch_transformer_controller_unittest.cc',
977 'touch/touchscreen_util_unittest.cc', 978 'touch/touchscreen_util_unittest.cc',
978 'utility/screenshot_controller_unittest.cc', 979 'utility/screenshot_controller_unittest.cc',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1447 ], 1448 ],
1448 } 1449 }
1449 ], 1450 ],
1450 ], 1451 ],
1451 }, 1452 },
1452 ], 1453 ],
1453 }], 1454 }],
1454 ], 1455 ],
1455 } 1456 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698