OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GYP version: components/gcm_driver.gypi:gcm_driver | 5 # GYP version: components/gcm_driver.gypi:gcm_driver |
6 static_library("gcm_driver") { | 6 static_library("gcm_driver") { |
7 sources = [ | 7 sources = [ |
8 "android/component_jni_registrar.cc", | 8 "android/component_jni_registrar.cc", |
9 "android/component_jni_registrar.h", | 9 "android/component_jni_registrar.h", |
10 "default_gcm_app_handler.cc", | 10 "default_gcm_app_handler.cc", |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "//third_party/protobuf:protobuf_lite", | 143 "//third_party/protobuf:protobuf_lite", |
144 ] | 144 ] |
145 | 145 |
146 if (!is_android) { | 146 if (!is_android) { |
147 sources += [ | 147 sources += [ |
148 "gcm_account_mapper_unittest.cc", | 148 "gcm_account_mapper_unittest.cc", |
149 "gcm_channel_status_request_unittest.cc", | 149 "gcm_channel_status_request_unittest.cc", |
150 "gcm_client_impl_unittest.cc", | 150 "gcm_client_impl_unittest.cc", |
151 "gcm_delayed_task_controller_unittest.cc", | 151 "gcm_delayed_task_controller_unittest.cc", |
152 "gcm_driver_desktop_unittest.cc", | 152 "gcm_driver_desktop_unittest.cc", |
| 153 "gcm_profile_service_unittest.cc", |
153 "gcm_stats_recorder_impl_unittest.cc", | 154 "gcm_stats_recorder_impl_unittest.cc", |
154 ] | 155 ] |
155 } | 156 } |
156 } | 157 } |
OLD | NEW |