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

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

Issue 18247002: Remove the most obvious dead code from message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move MessageCenterButtonBar into cc file to hide implementation. Created 7 years, 5 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'notifier_settings.cc', 65 'notifier_settings.cc',
66 'notifier_settings.h', 66 'notifier_settings.h',
67 'views/bounded_label.cc', 67 'views/bounded_label.cc',
68 'views/bounded_label.h', 68 'views/bounded_label.h',
69 'views/message_bubble_base.cc', 69 'views/message_bubble_base.cc',
70 'views/message_bubble_base.h', 70 'views/message_bubble_base.h',
71 'views/message_center_bubble.cc', 71 'views/message_center_bubble.cc',
72 'views/message_center_bubble.h', 72 'views/message_center_bubble.h',
73 'views/message_center_view.cc', 73 'views/message_center_view.cc',
74 'views/message_center_view.h', 74 'views/message_center_view.h',
75 'views/message_popup_bubble.cc',
76 'views/message_popup_bubble.h',
77 'views/message_popup_collection.cc', 75 'views/message_popup_collection.cc',
78 'views/message_popup_collection.h', 76 'views/message_popup_collection.h',
79 'views/message_simple_view.cc',
80 'views/message_simple_view.h',
81 'views/message_view.cc', 77 'views/message_view.cc',
82 'views/message_view.h', 78 'views/message_view.h',
83 'views/notifier_settings_view.cc', 79 'views/notifier_settings_view.cc',
84 'views/notifier_settings_view.h', 80 'views/notifier_settings_view.h',
85 'views/notification_view.cc', 81 'views/notification_view.cc',
86 'views/notification_view.h', 82 'views/notification_view.h',
87 'views/toast_contents_view.cc', 83 'views/toast_contents_view.cc',
88 'views/toast_contents_view.h', 84 'views/toast_contents_view.h',
89 ], 85 ],
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 86 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'sources/': [ 187 'sources/': [
192 # Exclude everything except main(). 188 # Exclude everything except main().
193 ['exclude', '\\.(cc|mm)$'], 189 ['exclude', '\\.(cc|mm)$'],
194 ['include', '^test/run_all_unittests\\.cc$'], 190 ['include', '^test/run_all_unittests\\.cc$'],
195 ], 191 ],
196 }], 192 }],
197 ], 193 ],
198 }, # target_name: message_center_unittests 194 }, # target_name: message_center_unittests
199 ], 195 ],
200 } 196 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray.cc ('k') | ui/message_center/message_center_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698