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

Unified Diff: chromeos/BUILD.gn

Issue 2869163002: Refactor dbus SessionManagerInterface.StartArcInterface (Closed)
Patch Set: rebase Created 3 years, 7 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 | « no previous file | chromeos/dbus/session_manager_client.h » ('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 76f79d748cf236662dd8ae710a5b2a46697c9710..877793232176ceed6c438023a2f97010a8e33c83 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -23,6 +23,7 @@ component("chromeos") {
":authpolicy_proto",
":biod_proto",
":cryptohome_proto",
+ ":login_manager_proto",
":media_perception_proto",
":power_manager_proto",
"//base",
@@ -747,6 +748,14 @@ proto_library("cryptohome_proto") {
proto_out_dir = "chromeos/dbus/cryptohome"
}
+proto_library("login_manager_proto") {
+ sources = [
+ "//third_party/cros_system_api/dbus/login_manager/arc.proto",
+ ]
+
+ proto_out_dir = "chromeos/dbus/login_manager"
+}
+
proto_library("attestation_proto") {
sources = [
"dbus/proto/attestation.proto",
« no previous file with comments | « no previous file | chromeos/dbus/session_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698