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_stats_recorder_impl.cc',
77 'gcm_driver/gcm_stats_recorder_impl.h',
78 'gcm_driver/registration_info.cc',
79 'gcm_driver/registration_info.h',
80 'gcm_driver/system_encryptor.cc',
81 'gcm_driver/system_encryptor.h',
86 'gcm_driver_jni_headers',
89 '../google_apis/gcm/gcm.gyp:gcm',
92 'gcm_driver/gcm_account_mapper.cc',
93 'gcm_driver/gcm_account_mapper.h',
94 'gcm_driver/gcm_channel_status_request.cc',
95 'gcm_driver/gcm_channel_status_request.h',
96 'gcm_driver/gcm_channel_status_syncer.cc',
97 'gcm_driver/gcm_channel_status_syncer.h',
98 'gcm_driver/gcm_client_factory.cc',
99 'gcm_driver/gcm_client_factory.h',
100 'gcm_driver/gcm_client_impl.cc',
101 'gcm_driver/gcm_client_impl.h',
102 'gcm_driver/gcm_driver_desktop.cc',
103 'gcm_driver/gcm_driver_desktop.h',
104 'gcm_driver/gcm_stats_recorder_impl.cc',
105 'gcm_driver/gcm_stats_recorder_impl.h',
116 # GN version: //components/gcm_driver:test_support
117 'target_name': 'gcm_driver_test_support',
118 'type': 'static_library',
121 '../base/base.gyp:base',
122 '../google_apis/gcm/gcm.gyp:gcm_test_support',
123 '../testing/gtest.gyp:gtest',
129 # Note: file list duplicated in GN build.
130 'gcm_driver/fake_gcm_app_handler.cc',
131 'gcm_driver/fake_gcm_app_handler.h',
132 'gcm_driver/fake_gcm_client.cc',
133 'gcm_driver/fake_gcm_client.h',
134 'gcm_driver/fake_gcm_client_factory.cc',
135 'gcm_driver/fake_gcm_client_factory.h',
136 'gcm_driver/fake_gcm_driver.cc',
137 'gcm_driver/fake_gcm_driver.h',
140 ['OS == "android"', {
142 '../google_apis/gcm/gcm.gyp:gcm_test_support',
145 'gcm_driver/fake_gcm_client.cc',
146 'gcm_driver/fake_gcm_client.h',
147 'gcm_driver/fake_gcm_client_factory.cc',
148 'gcm_driver/fake_gcm_client_factory.h',
154 # GN version: //components/gcm_driver/instance_id
155 'target_name': 'instance_id',
156 'type': 'static_library',
161 # Note: file list duplicated in GN build.
162 'gcm_driver/instance_id/instance_id.cc',
163 'gcm_driver/instance_id/instance_id.h',
164 'gcm_driver/instance_id/instance_id_android.cc',
165 'gcm_driver/instance_id/instance_id_android.h',
166 'gcm_driver/instance_id/instance_id_driver.cc',
167 'gcm_driver/instance_id/instance_id_driver.h',
168 'gcm_driver/instance_id/instance_id_impl.cc',
169 'gcm_driver/instance_id/instance_id_impl.h',
172 ['OS == "android"', {
174 'gcm_driver/instance_id/instance_id_impl.cc',
175 'gcm_driver/instance_id/instance_id_impl.h',
181 # GN version: //components/gcm_driver/instance_id:test_support
182 'target_name': 'instance_id_test_support',
183 'type': 'static_library',
185 'gcm_driver_test_support',
187 '../testing/gtest.gyp:gtest',
193 # Note: file list duplicated in GN build.
194 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc',
195 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h',
199 # GN version: //components/gcm_driver/crypto
200 'target_name': 'gcm_driver_crypto',
201 'type': 'static_library',
203 'gcm_driver_crypto_proto',
204 '../base/base.gyp:base',
205 '../components/components.gyp:leveldb_proto',
206 '../crypto/crypto.gyp:crypto',
212 # Note: file list duplicated in GN build.
213 'gcm_driver/crypto/gcm_encryption_provider.cc',
214 'gcm_driver/crypto/gcm_encryption_provider.h',
215 'gcm_driver/crypto/gcm_key_store.cc',
216 'gcm_driver/crypto/gcm_key_store.h',
217 'gcm_driver/crypto/gcm_message_cryptographer.cc',
218 'gcm_driver/crypto/gcm_message_cryptographer.h',
219 'gcm_driver/crypto/gcm_message_cryptographer_nss.cc',
220 'gcm_driver/crypto/gcm_message_cryptographer_openssl.cc',
225 'gcm_driver/crypto/gcm_message_cryptographer_nss.cc',
228 '../third_party/boringssl/boringssl.gyp:boringssl',
232 'gcm_driver/crypto/gcm_message_cryptographer_openssl.cc',
238 # GN version: //components/gcm_driver/crypto/proto
239 'target_name': 'gcm_driver_crypto_proto',
240 'type': 'static_library',
242 'gcm_driver/crypto/proto/gcm_encryption_data.proto',
245 'proto_in_dir': 'gcm_driver/crypto/proto',
246 'proto_out_dir': 'components/gcm_driver/crypto/proto',
248 'includes': [ '../build/protoc.gypi' ],
252 ['OS == "android"', {
255 # GN version: //components/gcm_driver/android:gcm_driver_java
256 'target_name': 'gcm_driver_java',
259 '../base/base.gyp:base',
260 # TODO(johnme): Fix the layering violation of depending on content/
261 '../content/content.gyp:content_java',
262 '../sync/sync.gyp:sync_java',
265 'java_in_dir': 'gcm_driver/android/java',
267 'includes': [ '../build/java.gypi' ],
270 # GN version: //components/gcm_driver/android:jni_headers
271 'target_name': 'gcm_driver_jni_headers',
274 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java',
277 'jni_gen_package': 'components/gcm_driver',
279 'includes': [ '../build/jni_generator.gypi' ],