| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'export_dependent_settings': [ | 117 'export_dependent_settings': [ |
| 118 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' | 118 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' |
| 119 ], | 119 ], |
| 120 'dependencies': [ | 120 'dependencies': [ |
| 121 '../../base/base.gyp:run_all_unittests', | 121 '../../base/base.gyp:run_all_unittests', |
| 122 '../../base/base.gyp:base', | 122 '../../base/base.gyp:base', |
| 123 '../../net/net.gyp:net', | 123 '../../net/net.gyp:net', |
| 124 '../../net/net.gyp:net_test_support', | 124 '../../net/net.gyp:net_test_support', |
| 125 '../../testing/gtest.gyp:gtest', | 125 '../../testing/gtest.gyp:gtest', |
| 126 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', | 126 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 127 'mcs_probe', |
| 127 'gcm' | 128 'gcm' |
| 128 ], | 129 ], |
| 129 'sources': [ | 130 'sources': [ |
| 130 'base/fake_encryptor.cc', | 131 'base/fake_encryptor.cc', |
| 131 'base/fake_encryptor.h', | 132 'base/fake_encryptor.h', |
| 132 'base/mcs_message_unittest.cc', | 133 'base/mcs_message_unittest.cc', |
| 133 'base/mcs_util_unittest.cc', | 134 'base/mcs_util_unittest.cc', |
| 134 'base/socket_stream_unittest.cc', | 135 'base/socket_stream_unittest.cc', |
| 135 'engine/checkin_request_unittest.cc', | 136 'engine/checkin_request_unittest.cc', |
| 136 'engine/connection_factory_impl_unittest.cc', | 137 'engine/connection_factory_impl_unittest.cc', |
| 137 'engine/connection_handler_impl_unittest.cc', | 138 'engine/connection_handler_impl_unittest.cc', |
| 138 'engine/fake_connection_factory.cc', | 139 'engine/fake_connection_factory.cc', |
| 139 'engine/fake_connection_factory.h', | 140 'engine/fake_connection_factory.h', |
| 140 'engine/fake_connection_handler.cc', | 141 'engine/fake_connection_handler.cc', |
| 141 'engine/fake_connection_handler.h', | 142 'engine/fake_connection_handler.h', |
| 142 'engine/gcm_store_impl_unittest.cc', | 143 'engine/gcm_store_impl_unittest.cc', |
| 143 'engine/gservices_settings_unittest.cc', | 144 'engine/gservices_settings_unittest.cc', |
| 144 'engine/heartbeat_manager_unittest.cc', | 145 'engine/heartbeat_manager_unittest.cc', |
| 145 'engine/mcs_client_unittest.cc', | 146 'engine/mcs_client_unittest.cc', |
| 146 'engine/registration_request_unittest.cc', | 147 'engine/registration_request_unittest.cc', |
| 147 'engine/unregistration_request_unittest.cc', | 148 'engine/unregistration_request_unittest.cc', |
| 148 'gcm_client_impl_unittest.cc', | 149 'gcm_client_impl_unittest.cc', |
| 149 'monitoring/gcm_stats_recorder_unittest.cc' | 150 'monitoring/gcm_stats_recorder_unittest.cc' |
| 150 ] | 151 ] |
| 151 }, | 152 }, |
| 152 ], | 153 ], |
| 153 } | 154 } |
| OLD | NEW |