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

Unified Diff: net/BUILD.gn

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing extra tab. Created 5 years, 2 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index d355d46c70b9724e65a2d0eda653905d8f4886cb..1b935ae8f1428a78abd50f46b9adbe3300b147e9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -206,6 +206,8 @@ if (!is_nacl) {
"ssl/ssl_client_session_cache_openssl.cc",
"ssl/ssl_client_session_cache_openssl.h",
"ssl/ssl_platform_key.h",
+ "ssl/ssl_platform_key_task_runner.cc",
+ "ssl/ssl_platform_key_task_runner.h",
"ssl/threaded_ssl_private_key.cc",
"ssl/threaded_ssl_private_key.h",
]

Powered by Google App Engine
This is Rietveld 408576698