OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |