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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'engine/registration_info.cc', | 65 'engine/registration_info.cc', |
66 'engine/registration_info.h', | 66 'engine/registration_info.h', |
67 'engine/registration_request.cc', | 67 'engine/registration_request.cc', |
68 'engine/registration_request.h', | 68 'engine/registration_request.h', |
69 'engine/unregistration_request.cc', | 69 'engine/unregistration_request.cc', |
70 'engine/unregistration_request.h', | 70 'engine/unregistration_request.h', |
71 'gcm_client.cc', | 71 'gcm_client.cc', |
72 'gcm_client.h', | 72 'gcm_client.h', |
73 'gcm_client_impl.cc', | 73 'gcm_client_impl.cc', |
74 'gcm_client_impl.h', | 74 'gcm_client_impl.h', |
75 'monitoring/gcm_stats_recorder.cc', | |
76 'monitoring/gcm_stats_recorder.h', | |
77 'protocol/android_checkin.proto', | 75 'protocol/android_checkin.proto', |
78 'protocol/checkin.proto', | 76 'protocol/checkin.proto', |
79 'protocol/mcs.proto', | 77 'protocol/mcs.proto', |
80 ], | 78 ], |
81 'includes': [ | 79 'includes': [ |
82 '../../build/protoc.gypi' | 80 '../../build/protoc.gypi' |
83 ], | 81 ], |
84 }, | 82 }, |
85 | 83 |
86 # A standalone MCS (mobile connection server) client. | 84 # A standalone MCS (mobile connection server) client. |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'engine/connection_handler_impl_unittest.cc', | 131 'engine/connection_handler_impl_unittest.cc', |
134 'engine/fake_connection_factory.cc', | 132 'engine/fake_connection_factory.cc', |
135 'engine/fake_connection_factory.h', | 133 'engine/fake_connection_factory.h', |
136 'engine/fake_connection_handler.cc', | 134 'engine/fake_connection_handler.cc', |
137 'engine/fake_connection_handler.h', | 135 'engine/fake_connection_handler.h', |
138 'engine/gcm_store_impl_unittest.cc', | 136 'engine/gcm_store_impl_unittest.cc', |
139 'engine/heartbeat_manager_unittest.cc', | 137 'engine/heartbeat_manager_unittest.cc', |
140 'engine/mcs_client_unittest.cc', | 138 'engine/mcs_client_unittest.cc', |
141 'engine/registration_request_unittest.cc', | 139 'engine/registration_request_unittest.cc', |
142 'engine/unregistration_request_unittest.cc', | 140 'engine/unregistration_request_unittest.cc', |
143 'gcm_client_impl_unittest.cc', | 141 'gcm_client_impl_unittest.cc' |
144 'monitoring/gcm_stats_recorder_unittest.cc' | |
145 ] | 142 ] |
146 }, | 143 }, |
147 ], | 144 ], |
148 } | 145 } |
OLD | NEW |