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 23 matching lines...) Expand all Loading... |
34 'message_center_bubble.h', | 34 'message_center_bubble.h', |
35 'message_center_export.h', | 35 'message_center_export.h', |
36 'message_popup_bubble.cc', | 36 'message_popup_bubble.cc', |
37 'message_popup_bubble.h', | 37 'message_popup_bubble.h', |
38 'message_simple_view.cc', | 38 'message_simple_view.cc', |
39 'message_simple_view.h', | 39 'message_simple_view.h', |
40 'message_view.cc', | 40 'message_view.cc', |
41 'message_view.h', | 41 'message_view.h', |
42 'message_view_factory.cc', | 42 'message_view_factory.cc', |
43 'message_view_factory.h', | 43 'message_view_factory.h', |
| 44 'message_view_multiple.cc', |
| 45 'message_view_multiple.h', |
44 'notification_list.cc', | 46 'notification_list.cc', |
45 'notification_list.h', | 47 'notification_list.h', |
46 ], | 48 ], |
47 }, | 49 }, |
48 ], | 50 ], |
49 } | 51 } |
OLD | NEW |