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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'views/message_center_bubble.cc', | 81 'views/message_center_bubble.cc', |
82 'views/message_center_bubble.h', | 82 'views/message_center_bubble.h', |
83 'views/message_center_button_bar.cc', | 83 'views/message_center_button_bar.cc', |
84 'views/message_center_button_bar.h', | 84 'views/message_center_button_bar.h', |
85 'views/message_center_view.cc', | 85 'views/message_center_view.cc', |
86 'views/message_center_view.h', | 86 'views/message_center_view.h', |
87 'views/message_popup_collection.cc', | 87 'views/message_popup_collection.cc', |
88 'views/message_popup_collection.h', | 88 'views/message_popup_collection.h', |
89 'views/message_view.cc', | 89 'views/message_view.cc', |
90 'views/message_view.h', | 90 'views/message_view.h', |
| 91 'views/message_view_context_menu_controller.cc', |
| 92 'views/message_view_context_menu_controller.h', |
91 'views/notifier_settings_view.cc', | 93 'views/notifier_settings_view.cc', |
92 'views/notifier_settings_view.h', | 94 'views/notifier_settings_view.h', |
93 'views/notification_button.cc', | 95 'views/notification_button.cc', |
94 'views/notification_button.h', | 96 'views/notification_button.h', |
95 'views/notification_view.cc', | 97 'views/notification_view.cc', |
96 'views/notification_view.h', | 98 'views/notification_view.h', |
97 'views/padded_button.cc', | 99 'views/padded_button.cc', |
98 'views/padded_button.h', | 100 'views/padded_button.h', |
99 'views/proportional_image_view.cc', | 101 'views/proportional_image_view.cc', |
100 'views/proportional_image_view.h', | 102 'views/proportional_image_view.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 # See http://crbug.com/162998#c4 for why this is needed. | 244 # See http://crbug.com/162998#c4 for why this is needed. |
243 ['OS=="linux" and linux_use_tcmalloc==1', { | 245 ['OS=="linux" and linux_use_tcmalloc==1', { |
244 'dependencies': [ | 246 'dependencies': [ |
245 '../../base/allocator/allocator.gyp:allocator', | 247 '../../base/allocator/allocator.gyp:allocator', |
246 ], | 248 ], |
247 }], | 249 }], |
248 ], | 250 ], |
249 }, # target_name: message_center_unittests | 251 }, # target_name: message_center_unittests |
250 ], | 252 ], |
251 } | 253 } |
OLD | NEW |