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

Unified Diff: components/login/BUILD.gn

Issue 2856683002: cros: Replace "TPM" with "secure module" for machines without TPM. (Closed)
Patch Set: Use IO thread to check files. 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
Index: components/login/BUILD.gn
diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
index 22249304a8c9b88032989f9cd3c0947860f47db9..c23fb2ae0dc0a21590a35044fd6a2609eaf63c80 100644
--- a/components/login/BUILD.gn
+++ b/components/login/BUILD.gn
@@ -10,6 +10,8 @@ component("login") {
"localized_values_builder.h",
"screens/screen_context.cc",
"screens/screen_context.h",
+ "secure_module_util.cc",
+ "secure_module_util.h",
sammiequon 2017/05/04 16:04:47 What is the best folder too put these files?
xiyuan 2017/05/04 18:26:36 I am fine with putting it here.
]
defines = [ "LOGIN_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698