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 22 matching lines...) Expand all Loading... |
33 'message_center_export.h', | 33 'message_center_export.h', |
34 'message_center_switches.cc', | 34 'message_center_switches.cc', |
35 'message_center_switches.h', | 35 'message_center_switches.h', |
36 'message_center_tray.cc', | 36 'message_center_tray.cc', |
37 'message_center_tray.h', | 37 'message_center_tray.h', |
38 'message_center_tray_delegate.h', | 38 'message_center_tray_delegate.h', |
39 'message_center_util.cc', | 39 'message_center_util.cc', |
40 'message_center_util.h', | 40 'message_center_util.h', |
41 'notification.cc', | 41 'notification.cc', |
42 'notification.h', | 42 'notification.h', |
| 43 'notification_change_observer.h', |
43 'notification_list.cc', | 44 'notification_list.cc', |
44 'notification_list.h', | 45 'notification_list.h', |
45 'notification_types.cc', | 46 'notification_types.cc', |
46 'notification_types.h', | 47 'notification_types.h', |
47 'notifier_settings_view_delegate.cc', | 48 'notifier_settings_view_delegate.cc', |
48 'notifier_settings_view_delegate.h', | 49 'notifier_settings_view_delegate.h', |
49 'views/message_bubble_base.cc', | 50 'views/message_bubble_base.cc', |
50 'views/message_bubble_base.h', | 51 'views/message_bubble_base.h', |
51 'views/message_center_bubble.cc', | 52 'views/message_center_bubble.cc', |
52 'views/message_center_bubble.h', | 53 'views/message_center_bubble.h', |
(...skipping 25 matching lines...) Expand all Loading... |
78 '../ui.gyp:ui', | 79 '../ui.gyp:ui', |
79 'message_center', | 80 'message_center', |
80 ], | 81 ], |
81 'sources': [ | 82 'sources': [ |
82 'message_center_tray_unittest.cc', | 83 'message_center_tray_unittest.cc', |
83 'notification_list_unittest.cc', | 84 'notification_list_unittest.cc', |
84 ], | 85 ], |
85 }, | 86 }, |
86 ], | 87 ], |
87 } | 88 } |
OLD | NEW |