commit | 2f2cb3635d486d3bf6883fdd7f637686777d863d | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Tue Oct 15 22:51:05 2019 |
committer | Commit Bot <[email protected]> | Tue Oct 15 22:51:05 2019 |
tree | 72f84f661fe0ba93eff1b7416c73cf5441ecc087 | |
parent | acc0ab143a1cae3b280ef61c5fe56593eb1bf56b [diff] [blame] |
Split CrOS-specific TPM, etc., code into a separate file It's still in //crypto, but now it's a bit more self-contained. Bug: 125848 Change-Id: I8596aa9f66630625234206986636edcb29853c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857046 Commit-Queue: David Benjamin <[email protected]> Reviewed-by: Matt Mueller <[email protected]> Cr-Commit-Position: refs/heads/master@{#706202}
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn index c27c7cf..0eab491 100644 --- a/crypto/BUILD.gn +++ b/crypto/BUILD.gn
@@ -116,6 +116,10 @@ ] } + if (is_chromeos) { + sources += [ "nss_util_chromeos.cc" ] + } + defines = [ "CRYPTO_IMPLEMENTATION" ] if (is_nacl) {