| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'engine/checkin_request.cc', | 47 'engine/checkin_request.cc', |
| 48 'engine/checkin_request.h', | 48 'engine/checkin_request.h', |
| 49 'engine/connection_factory.cc', | 49 'engine/connection_factory.cc', |
| 50 'engine/connection_factory.h', | 50 'engine/connection_factory.h', |
| 51 'engine/connection_factory_impl.cc', | 51 'engine/connection_factory_impl.cc', |
| 52 'engine/connection_factory_impl.h', | 52 'engine/connection_factory_impl.h', |
| 53 'engine/connection_handler.cc', | 53 'engine/connection_handler.cc', |
| 54 'engine/connection_handler.h', | 54 'engine/connection_handler.h', |
| 55 'engine/connection_handler_impl.cc', | 55 'engine/connection_handler_impl.cc', |
| 56 'engine/connection_handler_impl.h', | 56 'engine/connection_handler_impl.h', |
| 57 'engine/gcm_internals_builder.cc', |
| 58 'engine/gcm_internals_builder.h', |
| 57 'engine/gcm_store.cc', | 59 'engine/gcm_store.cc', |
| 58 'engine/gcm_store.h', | 60 'engine/gcm_store.h', |
| 59 'engine/gcm_store_impl.cc', | 61 'engine/gcm_store_impl.cc', |
| 60 'engine/gcm_store_impl.h', | 62 'engine/gcm_store_impl.h', |
| 61 'engine/heartbeat_manager.cc', | 63 'engine/heartbeat_manager.cc', |
| 62 'engine/heartbeat_manager.h', | 64 'engine/heartbeat_manager.h', |
| 63 'engine/mcs_client.cc', | 65 'engine/mcs_client.cc', |
| 64 'engine/mcs_client.h', | 66 'engine/mcs_client.h', |
| 65 'engine/registration_info.cc', | 67 'engine/registration_info.cc', |
| 66 'engine/registration_info.h', | 68 'engine/registration_info.h', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'engine/gcm_store_impl_unittest.cc', | 138 'engine/gcm_store_impl_unittest.cc', |
| 137 'engine/heartbeat_manager_unittest.cc', | 139 'engine/heartbeat_manager_unittest.cc', |
| 138 'engine/mcs_client_unittest.cc', | 140 'engine/mcs_client_unittest.cc', |
| 139 'engine/registration_request_unittest.cc', | 141 'engine/registration_request_unittest.cc', |
| 140 'engine/unregistration_request_unittest.cc', | 142 'engine/unregistration_request_unittest.cc', |
| 141 'gcm_client_impl_unittest.cc' | 143 'gcm_client_impl_unittest.cc' |
| 142 ] | 144 ] |
| 143 }, | 145 }, |
| 144 ], | 146 ], |
| 145 } | 147 } |
| OLD | NEW |