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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/gcm_driver/common | 8 # GN version: //components/gcm_driver/common |
9 'target_name': 'gcm_driver_common', | 9 'target_name': 'gcm_driver_common', |
10 'type': '<(component)', | 10 'type': '<(component)', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'sources': [ | 234 'sources': [ |
235 # Note: file list duplicated in GN build. | 235 # Note: file list duplicated in GN build. |
236 'gcm_driver/crypto/encryption_header_parsers.cc', | 236 'gcm_driver/crypto/encryption_header_parsers.cc', |
237 'gcm_driver/crypto/encryption_header_parsers.h', | 237 'gcm_driver/crypto/encryption_header_parsers.h', |
238 'gcm_driver/crypto/gcm_encryption_provider.cc', | 238 'gcm_driver/crypto/gcm_encryption_provider.cc', |
239 'gcm_driver/crypto/gcm_encryption_provider.h', | 239 'gcm_driver/crypto/gcm_encryption_provider.h', |
240 'gcm_driver/crypto/gcm_key_store.cc', | 240 'gcm_driver/crypto/gcm_key_store.cc', |
241 'gcm_driver/crypto/gcm_key_store.h', | 241 'gcm_driver/crypto/gcm_key_store.h', |
242 'gcm_driver/crypto/gcm_message_cryptographer.cc', | 242 'gcm_driver/crypto/gcm_message_cryptographer.cc', |
243 'gcm_driver/crypto/gcm_message_cryptographer.h', | 243 'gcm_driver/crypto/gcm_message_cryptographer.h', |
244 'gcm_driver/crypto/gcm_message_cryptographer_openssl.cc', | |
245 'gcm_driver/crypto/p256_key_util.cc', | 244 'gcm_driver/crypto/p256_key_util.cc', |
246 'gcm_driver/crypto/p256_key_util.h', | 245 'gcm_driver/crypto/p256_key_util.h', |
247 'gcm_driver/crypto/p256_key_util_openssl.cc', | |
248 ], | 246 ], |
249 }, | 247 }, |
250 { | 248 { |
251 # GN version: //components/gcm_driver/crypto/proto | 249 # GN version: //components/gcm_driver/crypto/proto |
252 'target_name': 'gcm_driver_crypto_proto', | 250 'target_name': 'gcm_driver_crypto_proto', |
253 'type': 'static_library', | 251 'type': 'static_library', |
254 'sources': [ | 252 'sources': [ |
255 'gcm_driver/crypto/proto/gcm_encryption_data.proto', | 253 'gcm_driver/crypto/proto/gcm_encryption_data.proto', |
256 ], | 254 ], |
257 'variables': { | 255 'variables': { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 'variables': { | 330 'variables': { |
333 'jni_gen_package': 'components/gcm_driver/instance_id', | 331 'jni_gen_package': 'components/gcm_driver/instance_id', |
334 }, | 332 }, |
335 'includes': [ '../build/jni_generator.gypi' ], | 333 'includes': [ '../build/jni_generator.gypi' ], |
336 }, | 334 }, |
337 ], | 335 ], |
338 }, | 336 }, |
339 ], | 337 ], |
340 ], | 338 ], |
341 } | 339 } |
OLD | NEW |