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

Unified Diff: chromeos/chromeos.gyp

Issue 2326473002: Revert of Do a better job at faking simple challenge signatures. (Closed)
Patch Set: 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 d48f113f137f880e1cec7cdac5c14c81cd1d492f..13142d29564011b390371b8fb01b196c22acd8fb 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -410,7 +410,6 @@
'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',
@@ -496,7 +495,6 @@
'../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',
],
@@ -682,20 +680,6 @@
'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