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

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

Issue 117513006: Remove experimental code fro grouping notifications from the same source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | ui/message_center/views/group_view.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'notification_blocker.cc', 66 'notification_blocker.cc',
67 'notification_blocker.h', 67 'notification_blocker.h',
68 'notification_list.cc', 68 'notification_list.cc',
69 'notification_list.h', 69 'notification_list.h',
70 'notification_types.cc', 70 'notification_types.cc',
71 'notification_types.h', 71 'notification_types.h',
72 'notifier_settings.cc', 72 'notifier_settings.cc',
73 'notifier_settings.h', 73 'notifier_settings.h',
74 'views/bounded_label.cc', 74 'views/bounded_label.cc',
75 'views/bounded_label.h', 75 'views/bounded_label.h',
76 'views/group_view.cc',
77 'views/group_view.h',
78 'views/constants.h', 76 'views/constants.h',
79 'views/message_bubble_base.cc', 77 'views/message_bubble_base.cc',
80 'views/message_bubble_base.h', 78 'views/message_bubble_base.h',
81 'views/message_center_controller.h', 79 'views/message_center_controller.h',
82 'views/message_center_bubble.cc', 80 'views/message_center_bubble.cc',
83 'views/message_center_bubble.h', 81 'views/message_center_bubble.h',
84 'views/message_center_button_bar.cc', 82 'views/message_center_button_bar.cc',
85 'views/message_center_button_bar.h', 83 'views/message_center_button_bar.h',
86 'views/message_center_view.cc', 84 'views/message_center_view.cc',
87 'views/message_center_view.h', 85 'views/message_center_view.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # See http://crbug.com/162998#c4 for why this is needed. 237 # See http://crbug.com/162998#c4 for why this is needed.
240 ['OS=="linux" and linux_use_tcmalloc==1', { 238 ['OS=="linux" and linux_use_tcmalloc==1', {
241 'dependencies': [ 239 'dependencies': [
242 '../../base/allocator/allocator.gyp:allocator', 240 '../../base/allocator/allocator.gyp:allocator',
243 ], 241 ],
244 }], 242 }],
245 ], 243 ],
246 }, # target_name: message_center_unittests 244 }, # target_name: message_center_unittests
247 ], 245 ],
248 } 246 }
OLDNEW
« no previous file with comments | « no previous file | ui/message_center/views/group_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698