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

Side by Side Diff: ui/message_center/message_center.gyp

Issue 12326091: Made notification center notifications collapsed and expandable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, rebase, and rebase again! Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_tray.h » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 22 matching lines...) Expand all
33 'message_center_export.h', 33 'message_center_export.h',
34 'message_center_switches.cc', 34 'message_center_switches.cc',
35 'message_center_switches.h', 35 'message_center_switches.h',
36 'message_center_tray.cc', 36 'message_center_tray.cc',
37 'message_center_tray.h', 37 'message_center_tray.h',
38 'message_center_tray_delegate.h', 38 'message_center_tray_delegate.h',
39 'message_center_util.cc', 39 'message_center_util.cc',
40 'message_center_util.h', 40 'message_center_util.h',
41 'notification.cc', 41 'notification.cc',
42 'notification.h', 42 'notification.h',
43 'notification_change_observer.h',
43 'notification_list.cc', 44 'notification_list.cc',
44 'notification_list.h', 45 'notification_list.h',
45 'notification_types.cc', 46 'notification_types.cc',
46 'notification_types.h', 47 'notification_types.h',
47 'notifier_settings_view_delegate.cc', 48 'notifier_settings_view_delegate.cc',
48 'notifier_settings_view_delegate.h', 49 'notifier_settings_view_delegate.h',
49 'views/message_bubble_base.cc', 50 'views/message_bubble_base.cc',
50 'views/message_bubble_base.h', 51 'views/message_bubble_base.h',
51 'views/message_center_bubble.cc', 52 'views/message_center_bubble.cc',
52 'views/message_center_bubble.h', 53 'views/message_center_bubble.h',
(...skipping 25 matching lines...) Expand all
78 '../ui.gyp:ui', 79 '../ui.gyp:ui',
79 'message_center', 80 'message_center',
80 ], 81 ],
81 'sources': [ 82 'sources': [
82 'message_center_tray_unittest.cc', 83 'message_center_tray_unittest.cc',
83 'notification_list_unittest.cc', 84 'notification_list_unittest.cc',
84 ], 85 ],
85 }, 86 },
86 ], 87 ],
87 } 88 }
OLDNEW
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698