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

Unified Diff: third_party/WebKit/Source/modules/crypto/BUILD.gn

Issue 2972023002: Deduplicate CopyBytes in modules/crypto (Closed)
Patch Set: Dropped the "test in jumbo" code Created 3 years, 5 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 | third_party/WebKit/Source/modules/crypto/CryptoUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/crypto/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/crypto/BUILD.gn b/third_party/WebKit/Source/modules/crypto/BUILD.gn
index c182558b46dbfa96d6da0b76d83a0c75fcc8ba64..f566c1d7e2f977447968125249fd189c70dd5004 100644
--- a/third_party/WebKit/Source/modules/crypto/BUILD.gn
+++ b/third_party/WebKit/Source/modules/crypto/BUILD.gn
@@ -14,6 +14,7 @@ blink_modules_sources("crypto") {
"CryptoKey.h",
"CryptoResultImpl.cpp",
"CryptoResultImpl.h",
+ "CryptoUtilities.h",
"DOMWindowCrypto.cpp",
"DOMWindowCrypto.h",
"NormalizeAlgorithm.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/crypto/CryptoUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698