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

Unified Diff: chromeos/BUILD.gn

Issue 2871993005: Copy some x509_certificate_model_nss functions to src/chromeos (Closed)
Patch Set: Handle empty string in Stringize, use OSCertHandle throughout Created 3 years, 7 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 | « chrome/browser/chromeos/options/cert_library.cc ('k') | chromeos/network/certificate_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index f6bd22ac33f33fa32673cff5a889bbaf347c0418..910d497356769655f8ac0111c8ce35e7ec4083e9 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -303,6 +303,8 @@ component("chromeos") {
"login_event_recorder.h",
"network/auto_connect_handler.cc",
"network/auto_connect_handler.h",
+ "network/certificate_helper.cc",
+ "network/certificate_helper.h",
"network/certificate_pattern.cc",
"network/certificate_pattern.h",
"network/client_cert_resolver.cc",
@@ -656,6 +658,7 @@ test("chromeos_unittests") {
"login/auth/key_unittest.cc",
"login/login_state_unittest.cc",
"network/auto_connect_handler_unittest.cc",
+ "network/certificate_helper_unittest.cc",
"network/client_cert_resolver_unittest.cc",
"network/firewall_hole_unittest.cc",
"network/geolocation_handler_unittest.cc",
« no previous file with comments | « chrome/browser/chromeos/options/cert_library.cc ('k') | chromeos/network/certificate_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698