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', |
72 'gcm_client.cc', | 74 'gcm_client.cc', |
73 'gcm_client.h', | 75 'gcm_client.h', |
74 'gcm_client_impl.cc', | 76 'gcm_client_impl.cc', |
75 'gcm_client_impl.h', | 77 'gcm_client_impl.h', |
76 'monitoring/gcm_stats_recorder.cc', | 78 'monitoring/gcm_stats_recorder.cc', |
77 'monitoring/gcm_stats_recorder.h', | 79 'monitoring/gcm_stats_recorder.h', |
78 'protocol/android_checkin.proto', | 80 'protocol/android_checkin.proto', |
79 'protocol/checkin.proto', | 81 'protocol/checkin.proto', |
80 'protocol/mcs.proto', | 82 'protocol/mcs.proto', |
81 ], | 83 ], |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'engine/heartbeat_manager_unittest.cc', | 147 'engine/heartbeat_manager_unittest.cc', |
146 'engine/mcs_client_unittest.cc', | 148 'engine/mcs_client_unittest.cc', |
147 'engine/registration_request_unittest.cc', | 149 'engine/registration_request_unittest.cc', |
148 'engine/unregistration_request_unittest.cc', | 150 'engine/unregistration_request_unittest.cc', |
149 'gcm_client_impl_unittest.cc', | 151 'gcm_client_impl_unittest.cc', |
150 'monitoring/gcm_stats_recorder_unittest.cc' | 152 'monitoring/gcm_stats_recorder_unittest.cc' |
151 ] | 153 ] |
152 }, | 154 }, |
153 ], | 155 ], |
154 } | 156 } |
OLD | NEW |