| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 # Note: sources list duplicated in GN build. | 104 # Note: sources list duplicated in GN build. |
| 105 'base/fake_encryptor.cc', | 105 'base/fake_encryptor.cc', |
| 106 'base/fake_encryptor.h', | 106 'base/fake_encryptor.h', |
| 107 'engine/fake_connection_factory.cc', | 107 'engine/fake_connection_factory.cc', |
| 108 'engine/fake_connection_factory.h', | 108 'engine/fake_connection_factory.h', |
| 109 'engine/fake_connection_handler.cc', | 109 'engine/fake_connection_handler.cc', |
| 110 'engine/fake_connection_handler.h', | 110 'engine/fake_connection_handler.h', |
| 111 'monitoring/fake_gcm_stats_recorder.cc', | 111 'monitoring/fake_gcm_stats_recorder.cc', |
| 112 'monitoring/fake_gcm_stats_recorder.h', | 112 'monitoring/fake_gcm_stats_recorder.h', |
| 113 ], | 113 ], |
| 114 }, | 114 }, |
| 115 | 115 |
| 116 # A standalone MCS (mobile connection server) client. | 116 # A standalone MCS (mobile connection server) client. |
| 117 { | 117 { |
| 118 # GN version: //google_apis/gcm:mcs_probe | 118 # GN version: //google_apis/gcm:mcs_probe |
| 119 'target_name': 'mcs_probe', | 119 'target_name': 'mcs_probe', |
| 120 'type': 'executable', | 120 'type': 'executable', |
| 121 'variables': { 'enable_wexit_time_destructors': 1, }, | 121 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 122 'include_dirs': [ | 122 'include_dirs': [ |
| 123 '../..', | 123 '../..', |
| 124 ], | 124 ], |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'engine/gcm_store_impl_unittest.cc', | 168 'engine/gcm_store_impl_unittest.cc', |
| 169 'engine/gservices_settings_unittest.cc', | 169 'engine/gservices_settings_unittest.cc', |
| 170 'engine/heartbeat_manager_unittest.cc', | 170 'engine/heartbeat_manager_unittest.cc', |
| 171 'engine/mcs_client_unittest.cc', | 171 'engine/mcs_client_unittest.cc', |
| 172 'engine/registration_request_unittest.cc', | 172 'engine/registration_request_unittest.cc', |
| 173 'engine/unregistration_request_unittest.cc', | 173 'engine/unregistration_request_unittest.cc', |
| 174 ] | 174 ] |
| 175 }, | 175 }, |
| 176 ], | 176 ], |
| 177 } | 177 } |
| OLD | NEW |