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
3 # found in the LICENSE file.
8 # GN version: //components/gcm_driver/common
9 'target_name': 'gcm_driver_common',
10 'type': '<(component)',
15 'GCM_DRIVER_IMPLEMENTATION',
18 # Note: file list duplicated in GN build.
19 'gcm_driver/common/gcm_driver_export.h',
20 'gcm_driver/common/gcm_messages.cc',
21 'gcm_driver/common/gcm_messages.h',
25 # GN version: //components/gcm_driver
26 'target_name': 'gcm_driver',
27 'type': 'static_library',
32 '../base/base.gyp:base',
33 '../google_apis/gcm/gcm.gyp:gcm',
35 '../sync/sync.gyp:sync_proto',
41 # Note: file list duplicated in GN build.
42 'gcm_driver/android/component_jni_registrar.cc',
43 'gcm_driver/android/component_jni_registrar.h',
44 'gcm_driver/default_gcm_app_handler.cc',
45 'gcm_driver/default_gcm_app_handler.h',
46 'gcm_driver/gcm_account_mapper.cc',
47 'gcm_driver/gcm_account_mapper.h',
48 'gcm_driver/gcm_account_tracker.cc',
49 'gcm_driver/gcm_account_tracker.h',
50 'gcm_driver/gcm_activity.cc',
51 'gcm_driver/gcm_activity.h',
52 'gcm_driver/gcm_app_handler.cc',
53 'gcm_driver/gcm_app_handler.h',
54 'gcm_driver/gcm_backoff_policy.cc',
55 'gcm_driver/gcm_backoff_policy.h',
56 'gcm_driver/gcm_channel_status_request.cc',
57 'gcm_driver/gcm_channel_status_request.h',
58 'gcm_driver/gcm_channel_status_syncer.cc',
59 'gcm_driver/gcm_channel_status_syncer.h',
60 'gcm_driver/gcm_client.cc',
61 'gcm_driver/gcm_client.h',
62 'gcm_driver/gcm_client_factory.cc',
63 'gcm_driver/gcm_client_factory.h',
64 'gcm_driver/gcm_client_impl.cc',
65 'gcm_driver/gcm_client_impl.h',
66 'gcm_driver/gcm_connection_observer.cc',
67 'gcm_driver/gcm_connection_observer.h',
68 'gcm_driver/gcm_delayed_task_controller.cc',
69 'gcm_driver/gcm_delayed_task_controller.h',
70 'gcm_driver/gcm_driver.cc',
71 'gcm_driver/gcm_driver.h',
72 'gcm_driver/gcm_driver_android.cc',
73 'gcm_driver/gcm_driver_android.h',
74 'gcm_driver/gcm_driver_desktop.cc',
75 'gcm_driver/gcm_driver_desktop.h',
76 'gcm_driver/gcm_internals_constants.cc',
77 'gcm_driver/gcm_internals_constants.h',
78 'gcm_driver/gcm_stats_recorder_impl.cc',
79 'gcm_driver/gcm_stats_recorder_impl.h',
80 'gcm_driver/registration_info.cc',
81 'gcm_driver/registration_info.h',
82 'gcm_driver/system_encryptor.cc',
83 'gcm_driver/system_encryptor.h',
88 'gcm_driver_jni_headers',
91 '../google_apis/gcm/gcm.gyp:gcm',
94 'gcm_driver/gcm_account_mapper.cc',
95 'gcm_driver/gcm_account_mapper.h',
96 'gcm_driver/gcm_channel_status_request.cc',
97 'gcm_driver/gcm_channel_status_request.h',
98 'gcm_driver/gcm_channel_status_syncer.cc',
99 'gcm_driver/gcm_channel_status_syncer.h',
100 'gcm_driver/gcm_client_factory.cc',
101 'gcm_driver/gcm_client_factory.h',
102 'gcm_driver/gcm_client_impl.cc',
103 'gcm_driver/gcm_client_impl.h',
104 'gcm_driver/gcm_driver_desktop.cc',
105 'gcm_driver/gcm_driver_desktop.h',
106 'gcm_driver/gcm_stats_recorder_impl.cc',
107 'gcm_driver/gcm_stats_recorder_impl.h',
118 # GN version: //components/gcm_driver:test_support
119 'target_name': 'gcm_driver_test_support',
120 'type': 'static_library',
123 '../base/base.gyp:base',
124 '../google_apis/gcm/gcm.gyp:gcm_test_support',
125 '../testing/gtest.gyp:gtest',
131 # Note: file list duplicated in GN build.
132 'gcm_driver/fake_gcm_app_handler.cc',
133 'gcm_driver/fake_gcm_app_handler.h',
134 'gcm_driver/fake_gcm_client.cc',
135 'gcm_driver/fake_gcm_client.h',
136 'gcm_driver/fake_gcm_client_factory.cc',
137 'gcm_driver/fake_gcm_client_factory.h',
138 'gcm_driver/fake_gcm_driver.cc',
139 'gcm_driver/fake_gcm_driver.h',
142 ['OS == "android"', {
144 '../google_apis/gcm/gcm.gyp:gcm_test_support',
147 'gcm_driver/fake_gcm_client.cc',
148 'gcm_driver/fake_gcm_client.h',
149 'gcm_driver/fake_gcm_client_factory.cc',
150 'gcm_driver/fake_gcm_client_factory.h',
156 # GN version: //components/gcm_driver/instance_id
157 'target_name': 'instance_id',
158 'type': 'static_library',
163 # Note: file list duplicated in GN build.
164 'gcm_driver/instance_id/instance_id.cc',
165 'gcm_driver/instance_id/instance_id.h',
166 'gcm_driver/instance_id/instance_id_android.cc',
167 'gcm_driver/instance_id/instance_id_android.h',
168 'gcm_driver/instance_id/instance_id_driver.cc',
169 'gcm_driver/instance_id/instance_id_driver.h',
170 'gcm_driver/instance_id/instance_id_impl.cc',
171 'gcm_driver/instance_id/instance_id_impl.h',
174 ['OS == "android"', {
176 'gcm_driver/instance_id/instance_id_impl.cc',
177 'gcm_driver/instance_id/instance_id_impl.h',
183 # GN version: //components/gcm_driver/instance_id:test_support
184 'target_name': 'instance_id_test_support',
185 'type': 'static_library',
187 'gcm_driver_test_support',
189 '../testing/gtest.gyp:gtest',
195 # Note: file list duplicated in GN build.
196 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc',
197 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h',
201 # GN version: //components/gcm_driver/crypto
202 'target_name': 'gcm_driver_crypto',
203 'type': 'static_library',
205 'gcm_driver_crypto_proto',
206 '../base/base.gyp:base',
207 '../components/components.gyp:leveldb_proto',
208 '../crypto/crypto.gyp:crypto',
214 # Note: file list duplicated in GN build.
215 'gcm_driver/crypto/gcm_encryption_provider.cc',
216 'gcm_driver/crypto/gcm_encryption_provider.h',
217 'gcm_driver/crypto/gcm_key_store.cc',
218 'gcm_driver/crypto/gcm_key_store.h',
219 'gcm_driver/crypto/gcm_message_cryptographer.cc',
220 'gcm_driver/crypto/gcm_message_cryptographer.h',
221 'gcm_driver/crypto/gcm_message_cryptographer_nss.cc',
222 'gcm_driver/crypto/gcm_message_cryptographer_openssl.cc',
227 'gcm_driver/crypto/gcm_message_cryptographer_nss.cc',
230 '../third_party/boringssl/boringssl.gyp:boringssl',
234 'gcm_driver/crypto/gcm_message_cryptographer_openssl.cc',
240 # GN version: //components/gcm_driver/crypto/proto
241 'target_name': 'gcm_driver_crypto_proto',
242 'type': 'static_library',
244 'gcm_driver/crypto/proto/gcm_encryption_data.proto',
247 'proto_in_dir': 'gcm_driver/crypto/proto',
248 'proto_out_dir': 'components/gcm_driver/crypto/proto',
250 'includes': [ '../build/protoc.gypi' ],
254 ['OS == "android"', {
257 # GN version: //components/gcm_driver/android:gcm_driver_java
258 'target_name': 'gcm_driver_java',
261 '../base/base.gyp:base',
262 # TODO(johnme): Fix the layering violation of depending on content/
263 '../content/content.gyp:content_java',
264 '../sync/sync.gyp:sync_java',
267 'java_in_dir': 'gcm_driver/android/java',
269 'includes': [ '../build/java.gypi' ],
272 # GN version: //components/gcm_driver/android:jni_headers
273 'target_name': 'gcm_driver_jni_headers',
276 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java',
279 'jni_gen_package': 'components/gcm_driver',
281 'includes': [ '../build/jni_generator.gypi' ],