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

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

Issue 493303002: Make message center always scroll up upon notification removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/message_center_switches.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'message_center.cc', 50 'message_center.cc',
51 'message_center.h', 51 'message_center.h',
52 'message_center_export.h', 52 'message_center_export.h',
53 'notification_delegate.cc', 53 'notification_delegate.cc',
54 'notification_delegate.h', 54 'notification_delegate.h',
55 'message_center_impl.cc', 55 'message_center_impl.cc',
56 'message_center_impl.h', 56 'message_center_impl.h',
57 'message_center_observer.h', 57 'message_center_observer.h',
58 'message_center_style.cc', 58 'message_center_style.cc',
59 'message_center_style.h', 59 'message_center_style.h',
60 'message_center_switches.cc',
61 'message_center_switches.h',
60 'message_center_tray.cc', 62 'message_center_tray.cc',
61 'message_center_tray.h', 63 'message_center_tray.h',
62 'message_center_tray_delegate.h', 64 'message_center_tray_delegate.h',
63 'message_center_types.h', 65 'message_center_types.h',
64 'notification.cc', 66 'notification.cc',
65 'notification.h', 67 'notification.h',
66 'notification_blocker.cc', 68 'notification_blocker.cc',
67 'notification_blocker.h', 69 'notification_blocker.h',
68 'notification_list.cc', 70 'notification_list.cc',
69 'notification_list.h', 71 'notification_list.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 # See http://crbug.com/162998#c4 for why this is needed. 247 # See http://crbug.com/162998#c4 for why this is needed.
246 ['OS=="linux" and use_allocator!="none"', { 248 ['OS=="linux" and use_allocator!="none"', {
247 'dependencies': [ 249 'dependencies': [
248 '../../base/allocator/allocator.gyp:allocator', 250 '../../base/allocator/allocator.gyp:allocator',
249 ], 251 ],
250 }], 252 }],
251 ], 253 ],
252 }, # target_name: message_center_unittests 254 }, # target_name: message_center_unittests
253 ], 255 ],
254 } 256 }
OLDNEW
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698