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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'message_center_impl.cc', | 47 'message_center_impl.cc', |
48 'message_center_impl.h', | 48 'message_center_impl.h', |
49 'message_center_observer.h', | 49 'message_center_observer.h', |
50 'message_center_style.cc', | 50 'message_center_style.cc', |
51 'message_center_style.h', | 51 'message_center_style.h', |
52 'message_center_switches.cc', | 52 'message_center_switches.cc', |
53 'message_center_switches.h', | 53 'message_center_switches.h', |
54 'message_center_tray.cc', | 54 'message_center_tray.cc', |
55 'message_center_tray.h', | 55 'message_center_tray.h', |
56 'message_center_tray_delegate.h', | 56 'message_center_tray_delegate.h', |
| 57 'message_center_types.h', |
57 'message_center_util.cc', | 58 'message_center_util.cc', |
58 'message_center_util.h', | 59 'message_center_util.h', |
59 'notification.cc', | 60 'notification.cc', |
60 'notification.h', | 61 'notification.h', |
61 'notification_list.cc', | 62 'notification_list.cc', |
62 'notification_list.h', | 63 'notification_list.h', |
63 'notification_types.cc', | 64 'notification_types.cc', |
64 'notification_types.h', | 65 'notification_types.h', |
65 'notifier_settings.cc', | 66 'notifier_settings.cc', |
66 'notifier_settings.h', | 67 'notifier_settings.h', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 # See http://crbug.com/162998#c4 for why this is needed. | 207 # See http://crbug.com/162998#c4 for why this is needed. |
207 ['OS=="linux" and linux_use_tcmalloc==1', { | 208 ['OS=="linux" and linux_use_tcmalloc==1', { |
208 'dependencies': [ | 209 'dependencies': [ |
209 '../../base/allocator/allocator.gyp:allocator', | 210 '../../base/allocator/allocator.gyp:allocator', |
210 ], | 211 ], |
211 }], | 212 }], |
212 ], | 213 ], |
213 }, # target_name: message_center_unittests | 214 }, # target_name: message_center_unittests |
214 ], | 215 ], |
215 } | 216 } |
OLD | NEW |