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

Side by Side Diff: ash/ash.gyp

Issue 108213009: Adds TraySessionLengthLimitTest to ash_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'shell/window_watcher_unittest.cc', 812 'shell/window_watcher_unittest.cc',
813 'shell_unittest.cc', 813 'shell_unittest.cc',
814 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 814 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
815 'system/chromeos/network/network_state_notifier_unittest.cc', 815 'system/chromeos/network/network_state_notifier_unittest.cc',
816 'system/chromeos/power/power_event_observer_unittest.cc', 816 'system/chromeos/power/power_event_observer_unittest.cc',
817 'system/chromeos/power/power_status_unittest.cc', 817 'system/chromeos/power/power_status_unittest.cc',
818 'system/chromeos/power/tray_power_unittest.cc', 818 'system/chromeos/power/tray_power_unittest.cc',
819 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 819 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
820 'system/chromeos/tray_display_unittest.cc', 820 'system/chromeos/tray_display_unittest.cc',
821 'system/date/date_view_unittest.cc', 821 'system/date/date_view_unittest.cc',
822 'system/session_length_limit/tray_session_length_limit_unittest.cc',
822 'system/tray/system_tray_unittest.cc', 823 'system/tray/system_tray_unittest.cc',
823 'system/tray/tray_details_view_unittest.cc', 824 'system/tray/tray_details_view_unittest.cc',
824 'system/user/tray_user_unittest.cc', 825 'system/user/tray_user_unittest.cc',
825 'system/web_notification/web_notification_tray_unittest.cc', 826 'system/web_notification/web_notification_tray_unittest.cc',
826 'test/ash_test_helper_unittest.cc', 827 'test/ash_test_helper_unittest.cc',
827 'test/ash_unittests.cc', 828 'test/ash_unittests.cc',
828 'tooltips/tooltip_controller_unittest.cc', 829 'tooltips/tooltip_controller_unittest.cc',
829 'touch/touch_observer_hud_unittest.cc', 830 'touch/touch_observer_hud_unittest.cc',
830 'wm/app_list_controller_unittest.cc', 831 'wm/app_list_controller_unittest.cc',
831 'wm/ash_native_cursor_manager_unittest.cc', 832 'wm/ash_native_cursor_manager_unittest.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 }, 996 },
996 }, 997 },
997 'dependencies': [ 998 'dependencies': [
998 '../sandbox/sandbox.gyp:sandbox', 999 '../sandbox/sandbox.gyp:sandbox',
999 ], 1000 ],
1000 }], 1001 }],
1001 ], 1002 ],
1002 }, 1003 },
1003 ], 1004 ],
1004 } 1005 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698