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

Unified Diff: chromeos/chromeos.gyp

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 | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_cryptohome_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 13142d29564011b390371b8fb01b196c22acd8fb..d48f113f137f880e1cec7cdac5c14c81cd1d492f 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -410,6 +410,7 @@
'dbus/cras_audio_client_unittest.cc',
'dbus/cros_disks_client_unittest.cc',
'dbus/dbus_client_bundle_unittest.cc',
+ 'dbus/fake_cryptohome_client_unittest.cc',
'dbus/fake_easy_unlock_client_unittest.cc',
'dbus/fake_power_manager_client_unittest.cc',
'dbus/gsm_sms_client_unittest.cc',
@@ -495,6 +496,7 @@
'../third_party/libxml/libxml.gyp:libxml',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../url/url.gyp:url_lib',
+ 'attestation_proto',
'cryptohome_proto',
'power_manager_proto',
],
@@ -680,6 +682,20 @@
'includes': ['../build/protoc.gypi'],
},
{
+ # GN version: //chromeos:cryptohome_attestation
+ # Protobuf compiler/generator for attestation related protocol buffers.
+ 'target_name': 'attestation_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'dbus/proto/attestation.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': 'dbus/proto',
+ 'proto_out_dir': 'chromeos/cryptohome',
+ },
+ 'includes': ['../build/protoc.gypi'],
+ },
+ {
# GN version: //chromeos:cryptohome_signkey_proto
# Protobuf compiler/generator for cryptohome key signing protocol buffer.
'target_name': 'cryptohome_signkey_proto',
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_cryptohome_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698