OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 }, # variables | 8 }, # variables |
9 'targets': [ | 9 'targets': [ |
10 # A library for sending and receiving peer-issued notifications. | 10 # A library for sending and receiving peer-issued notifications. |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'notifier/communicator/xmpp_connection_generator.cc', | 46 'notifier/communicator/xmpp_connection_generator.cc', |
47 'notifier/communicator/xmpp_connection_generator.h', | 47 'notifier/communicator/xmpp_connection_generator.h', |
48 'notifier/listener/listen_task.cc', | 48 'notifier/listener/listen_task.cc', |
49 'notifier/listener/listen_task.h', | 49 'notifier/listener/listen_task.h', |
50 'notifier/listener/mediator_thread.h', | 50 'notifier/listener/mediator_thread.h', |
51 'notifier/listener/mediator_thread_impl.cc', | 51 'notifier/listener/mediator_thread_impl.cc', |
52 'notifier/listener/mediator_thread_impl.h', | 52 'notifier/listener/mediator_thread_impl.h', |
53 'notifier/listener/mediator_thread_mock.h', | 53 'notifier/listener/mediator_thread_mock.h', |
54 'notifier/listener/notification_constants.cc', | 54 'notifier/listener/notification_constants.cc', |
55 'notifier/listener/notification_constants.h', | 55 'notifier/listener/notification_constants.h', |
| 56 'notifier/listener/notification_defines.cc', |
56 'notifier/listener/notification_defines.h', | 57 'notifier/listener/notification_defines.h', |
57 'notifier/listener/push_notifications_listen_task.cc', | 58 'notifier/listener/push_notifications_listen_task.cc', |
58 'notifier/listener/push_notifications_listen_task.h', | 59 'notifier/listener/push_notifications_listen_task.h', |
59 'notifier/listener/push_notifications_subscribe_task.cc', | 60 'notifier/listener/push_notifications_subscribe_task.cc', |
60 'notifier/listener/push_notifications_subscribe_task.h', | 61 'notifier/listener/push_notifications_subscribe_task.h', |
61 'notifier/listener/push_notifications_thread.cc', | 62 'notifier/listener/push_notifications_thread.cc', |
62 'notifier/listener/push_notifications_thread.h', | 63 'notifier/listener/push_notifications_thread.h', |
63 'notifier/listener/send_update_task.cc', | 64 'notifier/listener/send_update_task.cc', |
64 'notifier/listener/send_update_task.h', | 65 'notifier/listener/send_update_task.h', |
65 'notifier/listener/subscribe_task.cc', | 66 'notifier/listener/subscribe_task.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 ], | 150 ], |
150 }, | 151 }, |
151 ], | 152 ], |
152 } | 153 } |
153 | 154 |
154 # Local Variables: | 155 # Local Variables: |
155 # tab-width:2 | 156 # tab-width:2 |
156 # indent-tabs-mode:nil | 157 # indent-tabs-mode:nil |
157 # End: | 158 # End: |
158 # vim: set expandtab tabstop=2 shiftwidth=2: | 159 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |