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

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

Issue 14139014: Reposition toasts to align the closed one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 8 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../ui.gyp:ui_test_support', 122 '../ui.gyp:ui_test_support',
123 ], 123 ],
124 }], 124 }],
125 ['toolkit_views==1', { 125 ['toolkit_views==1', {
126 'dependencies': [ 126 'dependencies': [
127 # Compositor is needed by message_center_view_unittest.cc 127 # Compositor is needed by message_center_view_unittest.cc
128 # and for the fonts used by bounded_label_unittest.cc. 128 # and for the fonts used by bounded_label_unittest.cc.
129 '../compositor/compositor.gyp:compositor', 129 '../compositor/compositor.gyp:compositor',
130 '../compositor/compositor.gyp:compositor_test_support', 130 '../compositor/compositor.gyp:compositor_test_support',
131 '../views/views.gyp:views', 131 '../views/views.gyp:views',
132 '../views/views.gyp:views_test_support',
132 ], 133 ],
133 'sources': [ 134 'sources': [
134 'views/bounded_label_unittest.cc', 135 'views/bounded_label_unittest.cc',
135 'views/message_center_view_unittest.cc', 136 'views/message_center_view_unittest.cc',
137 'views/message_popup_collection_unittest.cc',
136 ], 138 ],
137 }], 139 }],
138 ], 140 ],
139 }, # target_name: message_center_unittests 141 }, # target_name: message_center_unittests
140 ], 142 ],
141 } 143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698