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

Unified Diff: chromeos/BUILD.gn

Issue 2886913004: Copy some x509_certificate_model_nss functions to src/chromeos (reland) (Closed)
Patch Set: Rebase 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 5d3ac67b01844c3e02f448a6736616c8ff141c15..9c1afcfc83c2a80fb55fe5e10bb8fe86936830b8 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -308,6 +308,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",
@@ -661,6 +663,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