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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'engine/heartbeat_manager.cc', | 62 'engine/heartbeat_manager.cc', |
63 'engine/heartbeat_manager.h', | 63 'engine/heartbeat_manager.h', |
64 'engine/mcs_client.cc', | 64 'engine/mcs_client.cc', |
65 'engine/mcs_client.h', | 65 'engine/mcs_client.h', |
66 'engine/registration_info.cc', | 66 'engine/registration_info.cc', |
67 'engine/registration_info.h', | 67 'engine/registration_info.h', |
68 'engine/registration_request.cc', | 68 'engine/registration_request.cc', |
69 'engine/registration_request.h', | 69 'engine/registration_request.h', |
70 'engine/unregistration_request.cc', | 70 'engine/unregistration_request.cc', |
71 'engine/unregistration_request.h', | 71 'engine/unregistration_request.h', |
72 'gcm_activity.cc', | |
73 'gcm_activity.h', | |
74 'gcm_client.cc', | |
75 'gcm_client.h', | |
76 'gcm_client_impl.cc', | |
77 'gcm_client_impl.h', | |
78 'monitoring/gcm_stats_recorder.h', | 72 'monitoring/gcm_stats_recorder.h', |
79 'monitoring/gcm_stats_recorder_impl.cc', | |
80 'monitoring/gcm_stats_recorder_impl.h', | |
81 'protocol/android_checkin.proto', | 73 'protocol/android_checkin.proto', |
82 'protocol/checkin.proto', | 74 'protocol/checkin.proto', |
83 'protocol/mcs.proto', | 75 'protocol/mcs.proto', |
84 ], | 76 ], |
85 'includes': [ | 77 'includes': [ |
86 '../../build/protoc.gypi' | 78 '../../build/protoc.gypi' |
87 ], | 79 ], |
88 }, | 80 }, |
89 | 81 |
90 # The test support library that is needed to test gcm. | 82 # The test support library that is needed to test gcm. |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'base/socket_stream_unittest.cc', | 156 'base/socket_stream_unittest.cc', |
165 'engine/checkin_request_unittest.cc', | 157 'engine/checkin_request_unittest.cc', |
166 'engine/connection_factory_impl_unittest.cc', | 158 'engine/connection_factory_impl_unittest.cc', |
167 'engine/connection_handler_impl_unittest.cc', | 159 'engine/connection_handler_impl_unittest.cc', |
168 'engine/gcm_store_impl_unittest.cc', | 160 'engine/gcm_store_impl_unittest.cc', |
169 'engine/gservices_settings_unittest.cc', | 161 'engine/gservices_settings_unittest.cc', |
170 'engine/heartbeat_manager_unittest.cc', | 162 'engine/heartbeat_manager_unittest.cc', |
171 'engine/mcs_client_unittest.cc', | 163 'engine/mcs_client_unittest.cc', |
172 'engine/registration_request_unittest.cc', | 164 'engine/registration_request_unittest.cc', |
173 'engine/unregistration_request_unittest.cc', | 165 'engine/unregistration_request_unittest.cc', |
174 'gcm_client_impl_unittest.cc', | |
175 'monitoring/gcm_stats_recorder_impl_unittest.cc' | |
176 ] | 166 ] |
177 }, | 167 }, |
178 ], | 168 ], |
179 } | 169 } |
OLD | NEW |