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

Unified Diff: chromeos/chromeos.gyp

Issue 2319783002: mash: Allow a subset of D-Bus clients to be created in DBusThreadManager (Closed)
Patch Set: WIP, add DBusThreadManagerAsh and DBusThreadManagerChrome 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/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/dbus/cros_disks_client.cc » ('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..f8ed82da9ffca3f5329af530d873dfbe3dbb9e87 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/dbus_thread_manager_unittest.cc',
'dbus/fake_cryptohome_client_unittest.cc',
'dbus/fake_easy_unlock_client_unittest.cc',
'dbus/fake_power_manager_client_unittest.cc',
@@ -496,7 +497,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 +682,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 | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/dbus/cros_disks_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698