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

Unified Diff: chromeos/BUILD.gn

Issue 2324793003: Do a better job at faking simple challenge signatures. (Closed)
Patch Set: A bit too quick on that private: Created 4 years, 3 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/policy/device_cloud_policy_initializer.cc ('k') | chromeos/chromeos.gyp » ('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 082cfb642dd235afce673145720c1da14bb2a046..95dd7f08c0b5ef260da1510712c59a036ca4d73f 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -24,6 +24,7 @@ component("chromeos") {
"//dbus",
]
deps = [
+ ":attestation_proto",
":cryptohome_proto",
":power_manager_proto",
"//base",
@@ -61,6 +62,7 @@ static_library("test_support") {
testonly = true
configs += [ "//build/config/linux/dbus" ]
public_deps = [
+ ":attestation_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -124,6 +126,7 @@ static_library("test_support_without_gmock") {
testonly = true
configs += [ "//build/config/linux/dbus" ]
deps = [
+ ":attestation_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -147,6 +150,7 @@ test("chromeos_unittests") {
"//third_party/nss:system_nss_no_ssl_config",
]
deps = [
+ ":attestation_proto",
":cryptohome_proto",
":power_manager_proto",
":test_support",
@@ -201,6 +205,14 @@ proto_library("cryptohome_proto") {
proto_out_dir = "chromeos/dbus/cryptohome"
}
+proto_library("attestation_proto") {
+ sources = [
+ "dbus/proto/attestation.proto",
+ ]
+
+ proto_out_dir = "chromeos/attestation"
+}
+
proto_library("cryptohome_signkey_proto") {
sources = [
"//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
« no previous file with comments | « chrome/browser/chromeos/policy/device_cloud_policy_initializer.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698