| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'engine/unregistration_request.h', | 72 'engine/unregistration_request.h', |
| 73 'gcm_client.cc', | 73 'gcm_client.cc', |
| 74 'gcm_client.h', | 74 'gcm_client.h', |
| 75 'gcm_client_impl.cc', | 75 'gcm_client_impl.cc', |
| 76 'gcm_client_impl.h', | 76 'gcm_client_impl.h', |
| 77 'monitoring/gcm_stats_recorder.cc', | 77 'monitoring/gcm_stats_recorder.cc', |
| 78 'monitoring/gcm_stats_recorder.h', | 78 'monitoring/gcm_stats_recorder.h', |
| 79 'protocol/android_checkin.proto', | 79 'protocol/android_checkin.proto', |
| 80 'protocol/checkin.proto', | 80 'protocol/checkin.proto', |
| 81 'protocol/mcs.proto', | 81 'protocol/mcs.proto', |
| 82 'public/gcm_types.cc', |
| 83 'public/gcm_types.h', |
| 82 ], | 84 ], |
| 83 'includes': [ | 85 'includes': [ |
| 84 '../../build/protoc.gypi' | 86 '../../build/protoc.gypi' |
| 85 ], | 87 ], |
| 86 }, | 88 }, |
| 87 | 89 |
| 88 # A standalone MCS (mobile connection server) client. | 90 # A standalone MCS (mobile connection server) client. |
| 89 { | 91 { |
| 90 'target_name': 'mcs_probe', | 92 'target_name': 'mcs_probe', |
| 91 'type': 'executable', | 93 'type': 'executable', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'engine/heartbeat_manager_unittest.cc', | 144 'engine/heartbeat_manager_unittest.cc', |
| 143 'engine/mcs_client_unittest.cc', | 145 'engine/mcs_client_unittest.cc', |
| 144 'engine/registration_request_unittest.cc', | 146 'engine/registration_request_unittest.cc', |
| 145 'engine/unregistration_request_unittest.cc', | 147 'engine/unregistration_request_unittest.cc', |
| 146 'gcm_client_impl_unittest.cc', | 148 'gcm_client_impl_unittest.cc', |
| 147 'monitoring/gcm_stats_recorder_unittest.cc' | 149 'monitoring/gcm_stats_recorder_unittest.cc' |
| 148 ] | 150 ] |
| 149 }, | 151 }, |
| 150 ], | 152 ], |
| 151 } | 153 } |
| OLD | NEW |