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

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

Issue 23636010: Notifications: Add cross-platform UMA: ShowMessageCenter, ShowSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added the hash to chromeactions.txt Created 7 years, 3 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_impl.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'message_center_impl.cc', 47 'message_center_impl.cc',
48 'message_center_impl.h', 48 'message_center_impl.h',
49 'message_center_observer.h', 49 'message_center_observer.h',
50 'message_center_style.cc', 50 'message_center_style.cc',
51 'message_center_style.h', 51 'message_center_style.h',
52 'message_center_switches.cc', 52 'message_center_switches.cc',
53 'message_center_switches.h', 53 'message_center_switches.h',
54 'message_center_tray.cc', 54 'message_center_tray.cc',
55 'message_center_tray.h', 55 'message_center_tray.h',
56 'message_center_tray_delegate.h', 56 'message_center_tray_delegate.h',
57 'message_center_types.h',
57 'message_center_util.cc', 58 'message_center_util.cc',
58 'message_center_util.h', 59 'message_center_util.h',
59 'notification.cc', 60 'notification.cc',
60 'notification.h', 61 'notification.h',
61 'notification_list.cc', 62 'notification_list.cc',
62 'notification_list.h', 63 'notification_list.h',
63 'notification_types.cc', 64 'notification_types.cc',
64 'notification_types.h', 65 'notification_types.h',
65 'notifier_settings.cc', 66 'notifier_settings.cc',
66 'notifier_settings.h', 67 'notifier_settings.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 # See http://crbug.com/162998#c4 for why this is needed. 207 # See http://crbug.com/162998#c4 for why this is needed.
207 ['OS=="linux" and linux_use_tcmalloc==1', { 208 ['OS=="linux" and linux_use_tcmalloc==1', {
208 'dependencies': [ 209 'dependencies': [
209 '../../base/allocator/allocator.gyp:allocator', 210 '../../base/allocator/allocator.gyp:allocator',
210 ], 211 ],
211 }], 212 }],
212 ], 213 ],
213 }, # target_name: message_center_unittests 214 }, # target_name: message_center_unittests
214 ], 215 ],
215 } 216 }
OLDNEW
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698