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

Unified Diff: components/webcrypto/BUILD.gn

Issue 1355873002: [refactor] More post-NSS WebCrypto cleanups (utility functions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address David's comments Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/webcrypto/algorithms/aes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/BUILD.gn
diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
index d302316f33c591737fcede3f685627cca530e077..3472831b8457f61109e0306dbf4a435f656fe6ef 100644
--- a/components/webcrypto/BUILD.gn
+++ b/components/webcrypto/BUILD.gn
@@ -34,6 +34,8 @@ source_set("webcrypto") {
"algorithms/rsa_sign.cc",
"algorithms/rsa_sign.h",
"algorithms/rsa_ssa.cc",
+ "algorithms/secret_key_util.cc",
+ "algorithms/secret_key_util.h",
"algorithms/sha.cc",
"algorithms/util_openssl.cc",
"algorithms/util_openssl.h",
« no previous file with comments | « no previous file | components/webcrypto/algorithms/aes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698