| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'notifier_settings.cc', | 65 'notifier_settings.cc', |
| 66 'notifier_settings.h', | 66 'notifier_settings.h', |
| 67 'views/bounded_label.cc', | 67 'views/bounded_label.cc', |
| 68 'views/bounded_label.h', | 68 'views/bounded_label.h', |
| 69 'views/message_bubble_base.cc', | 69 'views/message_bubble_base.cc', |
| 70 'views/message_bubble_base.h', | 70 'views/message_bubble_base.h', |
| 71 'views/message_center_bubble.cc', | 71 'views/message_center_bubble.cc', |
| 72 'views/message_center_bubble.h', | 72 'views/message_center_bubble.h', |
| 73 'views/message_center_view.cc', | 73 'views/message_center_view.cc', |
| 74 'views/message_center_view.h', | 74 'views/message_center_view.h', |
| 75 'views/message_popup_bubble.cc', | |
| 76 'views/message_popup_bubble.h', | |
| 77 'views/message_popup_collection.cc', | 75 'views/message_popup_collection.cc', |
| 78 'views/message_popup_collection.h', | 76 'views/message_popup_collection.h', |
| 79 'views/message_simple_view.cc', | |
| 80 'views/message_simple_view.h', | |
| 81 'views/message_view.cc', | 77 'views/message_view.cc', |
| 82 'views/message_view.h', | 78 'views/message_view.h', |
| 83 'views/notifier_settings_view.cc', | 79 'views/notifier_settings_view.cc', |
| 84 'views/notifier_settings_view.h', | 80 'views/notifier_settings_view.h', |
| 85 'views/notification_view.cc', | 81 'views/notification_view.cc', |
| 86 'views/notification_view.h', | 82 'views/notification_view.h', |
| 87 'views/toast_contents_view.cc', | 83 'views/toast_contents_view.cc', |
| 88 'views/toast_contents_view.h', | 84 'views/toast_contents_view.h', |
| 89 ], | 85 ], |
| 90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 86 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'sources/': [ | 187 'sources/': [ |
| 192 # Exclude everything except main(). | 188 # Exclude everything except main(). |
| 193 ['exclude', '\\.(cc|mm)$'], | 189 ['exclude', '\\.(cc|mm)$'], |
| 194 ['include', '^test/run_all_unittests\\.cc$'], | 190 ['include', '^test/run_all_unittests\\.cc$'], |
| 195 ], | 191 ], |
| 196 }], | 192 }], |
| 197 ], | 193 ], |
| 198 }, # target_name: message_center_unittests | 194 }, # target_name: message_center_unittests |
| 199 ], | 195 ], |
| 200 } | 196 } |
| OLD | NEW |