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

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: Implemented review suggestions. 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'message_popup_bubble.cc', 45 'message_popup_bubble.cc',
46 'message_popup_bubble.h', 46 'message_popup_bubble.h',
47 'message_popup_collection.cc', 47 'message_popup_collection.cc',
48 'message_popup_collection.h', 48 'message_popup_collection.h',
49 'message_simple_view.cc', 49 'message_simple_view.cc',
50 'message_simple_view.h', 50 'message_simple_view.h',
51 'message_view.cc', 51 'message_view.cc',
52 'message_view.h', 52 'message_view.h',
53 'notification.cc', 53 'notification.cc',
54 'notification.h', 54 'notification.h',
55 'notification_change_delegate.h',
55 'notification_list.cc', 56 'notification_list.cc',
56 'notification_list.h', 57 'notification_list.h',
57 'notification_types.cc', 58 'notification_types.cc',
58 'notification_types.h', 59 'notification_types.h',
59 'notification_view.cc', 60 'notification_view.cc',
60 'notification_view.h', 61 'notification_view.h',
61 'notifier_settings_view.cc', 62 'notifier_settings_view.cc',
62 'notifier_settings_view.h', 63 'notifier_settings_view.h',
63 'notifier_settings_view_delegate.cc', 64 'notifier_settings_view_delegate.cc',
64 'notifier_settings_view_delegate.h', 65 'notifier_settings_view_delegate.h',
(...skipping 15 matching lines...) Expand all
80 '../ui.gyp:ui', 81 '../ui.gyp:ui',
81 'message_center', 82 'message_center',
82 ], 83 ],
83 'sources': [ 84 'sources': [
84 'message_center_tray_unittest.cc', 85 'message_center_tray_unittest.cc',
85 'notification_list_unittest.cc', 86 'notification_list_unittest.cc',
86 ], 87 ],
87 }, 88 },
88 ], 89 ],
89 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698