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

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

Issue 1447933002: Implement an indeterminate progress-bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure Created 5 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
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/views/notification_progress_bar.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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'views/message_list_view.cc', 83 'views/message_list_view.cc',
84 'views/message_list_view.h', 84 'views/message_list_view.h',
85 'views/message_popup_collection.cc', 85 'views/message_popup_collection.cc',
86 'views/message_popup_collection.h', 86 'views/message_popup_collection.h',
87 'views/message_view.cc', 87 'views/message_view.cc',
88 'views/message_view.h', 88 'views/message_view.h',
89 'views/message_view_context_menu_controller.cc', 89 'views/message_view_context_menu_controller.cc',
90 'views/message_view_context_menu_controller.h', 90 'views/message_view_context_menu_controller.h',
91 'views/notification_button.cc', 91 'views/notification_button.cc',
92 'views/notification_button.h', 92 'views/notification_button.h',
93 'views/notification_progress_bar.cc',
94 'views/notification_progress_bar.h',
93 'views/notification_view.cc', 95 'views/notification_view.cc',
94 'views/notification_view.h', 96 'views/notification_view.h',
95 'views/notifier_settings_view.cc', 97 'views/notifier_settings_view.cc',
96 'views/notifier_settings_view.h', 98 'views/notifier_settings_view.h',
97 'views/padded_button.cc', 99 'views/padded_button.cc',
98 'views/padded_button.h', 100 'views/padded_button.h',
99 'views/popup_alignment_delegate.cc', 101 'views/popup_alignment_delegate.cc',
100 'views/popup_alignment_delegate.h', 102 'views/popup_alignment_delegate.h',
101 'views/proportional_image_view.cc', 103 'views/proportional_image_view.cc',
102 'views/proportional_image_view.h', 104 'views/proportional_image_view.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'dependencies': [ 268 'dependencies': [
267 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 269 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
268 ], 270 ],
269 }], 271 }],
270 ], 272 ],
271 }, 273 },
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 } 277 }
OLDNEW
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/views/notification_progress_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698