Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: components/gcm_driver/crypto/BUILD.gn

Issue 1910903002: Remove *_openssl files for gcm_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/crypto/gcm_message_cryptographer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 6
7 # GYP version: components/gcm_driver.gypi:gcm_driver_crypto 7 # GYP version: components/gcm_driver.gypi:gcm_driver_crypto
8 source_set("crypto") { 8 source_set("crypto") {
9 sources = [ 9 sources = [
10 "encryption_header_parsers.cc", 10 "encryption_header_parsers.cc",
11 "encryption_header_parsers.h", 11 "encryption_header_parsers.h",
12 "gcm_encryption_provider.cc", 12 "gcm_encryption_provider.cc",
13 "gcm_encryption_provider.h", 13 "gcm_encryption_provider.h",
14 "gcm_key_store.cc", 14 "gcm_key_store.cc",
15 "gcm_key_store.h", 15 "gcm_key_store.h",
16 "gcm_message_cryptographer.cc", 16 "gcm_message_cryptographer.cc",
17 "gcm_message_cryptographer.h", 17 "gcm_message_cryptographer.h",
18 "gcm_message_cryptographer_openssl.cc",
19 "p256_key_util.cc", 18 "p256_key_util.cc",
20 "p256_key_util.h", 19 "p256_key_util.h",
21 "p256_key_util_openssl.cc",
22 ] 20 ]
23 21
24 deps = [ 22 deps = [
25 "//base", 23 "//base",
26 "//components/gcm_driver/common", 24 "//components/gcm_driver/common",
27 "//components/gcm_driver/crypto/proto", 25 "//components/gcm_driver/crypto/proto",
28 "//components/leveldb_proto", 26 "//components/leveldb_proto",
29 "//crypto", 27 "//crypto",
30 "//crypto:platform", 28 "//crypto:platform",
31 "//net", 29 "//net",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ":crypto", 61 ":crypto",
64 "//base", 62 "//base",
65 "//base/test:test_support", 63 "//base/test:test_support",
66 "//components/gcm_driver/common", 64 "//components/gcm_driver/common",
67 "//crypto", 65 "//crypto",
68 "//crypto:platform", 66 "//crypto:platform",
69 "//testing/gtest", 67 "//testing/gtest",
70 "//third_party/protobuf:protobuf_lite", 68 "//third_party/protobuf:protobuf_lite",
71 ] 69 ]
72 } 70 }
OLDNEW
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/crypto/gcm_message_cryptographer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698