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

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

Issue 78803002: Fixing focus highlight on high DPI devices for accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 years 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/gfx/canvas.cc ('k') | ui/message_center/views/message_center_button_bar.cc » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'notifier_settings.cc', 71 'notifier_settings.cc',
72 'notifier_settings.h', 72 'notifier_settings.h',
73 'views/bounded_label.cc', 73 'views/bounded_label.cc',
74 'views/bounded_label.h', 74 'views/bounded_label.h',
75 'views/message_bubble_base.cc', 75 'views/message_bubble_base.cc',
76 'views/message_bubble_base.h', 76 'views/message_bubble_base.h',
77 'views/message_center_bubble.cc', 77 'views/message_center_bubble.cc',
78 'views/message_center_bubble.h', 78 'views/message_center_bubble.h',
79 'views/message_center_button_bar.cc', 79 'views/message_center_button_bar.cc',
80 'views/message_center_button_bar.h', 80 'views/message_center_button_bar.h',
81 'views/message_center_focus_border.h',
82 'views/message_center_focus_border.cc',
83 'views/message_center_view.cc', 81 'views/message_center_view.cc',
84 'views/message_center_view.h', 82 'views/message_center_view.h',
85 'views/message_popup_collection.cc', 83 'views/message_popup_collection.cc',
86 'views/message_popup_collection.h', 84 'views/message_popup_collection.h',
87 'views/message_view.cc', 85 'views/message_view.cc',
88 'views/message_view.h', 86 'views/message_view.h',
89 'views/notifier_settings_view.cc', 87 'views/notifier_settings_view.cc',
90 'views/notifier_settings_view.h', 88 'views/notifier_settings_view.h',
91 'views/notification_view.cc', 89 'views/notification_view.cc',
92 'views/notification_view.h', 90 'views/notification_view.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 # See http://crbug.com/162998#c4 for why this is needed. 226 # See http://crbug.com/162998#c4 for why this is needed.
229 ['OS=="linux" and linux_use_tcmalloc==1', { 227 ['OS=="linux" and linux_use_tcmalloc==1', {
230 'dependencies': [ 228 'dependencies': [
231 '../../base/allocator/allocator.gyp:allocator', 229 '../../base/allocator/allocator.gyp:allocator',
232 ], 230 ],
233 }], 231 }],
234 ], 232 ],
235 }, # target_name: message_center_unittests 233 }, # target_name: message_center_unittests
236 ], 234 ],
237 } 235 }
OLDNEW
« no previous file with comments | « ui/gfx/canvas.cc ('k') | ui/message_center/views/message_center_button_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698