| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |