OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'engine/connection_handler_impl.cc', | 55 'engine/connection_handler_impl.cc', |
56 'engine/connection_handler_impl.h', | 56 'engine/connection_handler_impl.h', |
57 'engine/gcm_store.cc', | 57 'engine/gcm_store.cc', |
58 'engine/gcm_store.h', | 58 'engine/gcm_store.h', |
59 'engine/gcm_store_impl.cc', | 59 'engine/gcm_store_impl.cc', |
60 'engine/gcm_store_impl.h', | 60 'engine/gcm_store_impl.h', |
61 'engine/heartbeat_manager.cc', | 61 'engine/heartbeat_manager.cc', |
62 'engine/heartbeat_manager.h', | 62 'engine/heartbeat_manager.h', |
63 'engine/mcs_client.cc', | 63 'engine/mcs_client.cc', |
64 'engine/mcs_client.h', | 64 'engine/mcs_client.h', |
| 65 'engine/user_list.cc', |
| 66 'engine/user_list.h', |
65 'gcm_client.cc', | 67 'gcm_client.cc', |
66 'gcm_client.h', | 68 'gcm_client.h', |
67 'gcm_client_impl.cc', | 69 'gcm_client_impl.cc', |
68 'gcm_client_impl.h', | 70 'gcm_client_impl.h', |
69 'protocol/android_checkin.proto', | 71 'protocol/android_checkin.proto', |
70 'protocol/checkin.proto', | 72 'protocol/checkin.proto', |
71 'protocol/mcs.proto', | 73 'protocol/mcs.proto', |
72 ], | 74 ], |
73 'includes': [ | 75 'includes': [ |
74 '../../build/protoc.gypi' | 76 '../../build/protoc.gypi' |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'engine/checkin_request_unittest.cc', | 125 'engine/checkin_request_unittest.cc', |
124 'engine/connection_factory_impl_unittest.cc', | 126 'engine/connection_factory_impl_unittest.cc', |
125 'engine/connection_handler_impl_unittest.cc', | 127 'engine/connection_handler_impl_unittest.cc', |
126 'engine/fake_connection_factory.cc', | 128 'engine/fake_connection_factory.cc', |
127 'engine/fake_connection_factory.h', | 129 'engine/fake_connection_factory.h', |
128 'engine/fake_connection_handler.cc', | 130 'engine/fake_connection_handler.cc', |
129 'engine/fake_connection_handler.h', | 131 'engine/fake_connection_handler.h', |
130 'engine/gcm_store_impl_unittest.cc', | 132 'engine/gcm_store_impl_unittest.cc', |
131 'engine/heartbeat_manager_unittest.cc', | 133 'engine/heartbeat_manager_unittest.cc', |
132 'engine/mcs_client_unittest.cc', | 134 'engine/mcs_client_unittest.cc', |
| 135 'engine/user_list_unittest.cc', |
133 ] | 136 ] |
134 }, | 137 }, |
135 ], | 138 ], |
136 } | 139 } |
OLD | NEW |