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

Unified Diff: chromeos/chromeos.gyp

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: Adress authpolicy_client comments Created 4 years, 2 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: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index f5d865f31ae6f9af8b35770c5003d0fcf0ff7818..a8f898a7ac8169cd80e37c506df3da454befbc6e 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -85,6 +85,8 @@
'dbus/arc_obb_mounter_client.h',
'dbus/audio_node.cc',
'dbus/audio_node.h',
+ 'dbus/authpolicy_client.cc',
+ 'dbus/authpolicy_client.h',
'dbus/blocking_method_caller.cc',
'dbus/blocking_method_caller.h',
'dbus/cras_audio_client.cc',
@@ -108,6 +110,8 @@
'dbus/easy_unlock_client.h',
'dbus/fake_arc_obb_mounter_client.cc',
'dbus/fake_arc_obb_mounter_client.h',
+ 'dbus/fake_authpolicy_client.cc',
+ 'dbus/fake_authpolicy_client.h',
'dbus/fake_cras_audio_client.cc',
'dbus/fake_cras_audio_client.h',
'dbus/fake_cros_disks_client.cc',
@@ -158,6 +162,8 @@
'dbus/permission_broker_client.h',
'dbus/pipe_reader.cc',
'dbus/pipe_reader.h',
+ 'dbus/pipe_string_writer.cc',
+ 'dbus/pipe_string_writer.h',
'dbus/power_manager_client.cc',
'dbus/power_manager_client.h',
'dbus/power_policy_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698