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

Unified Diff: chromeos/BUILD.gn

Issue 2858003002: Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change (Closed)
Patch Set: Created 3 years, 8 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/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index ea30be5b8671b48bb860fe650a9465a621671091..16120488b25903fde537b74257645d0354a7c98c 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -21,6 +21,7 @@ component("chromeos") {
deps = [
":attestation_proto",
":authpolicy_proto",
+ ":biod_proto",
":cryptohome_proto",
":power_manager_proto",
"//base",
@@ -496,6 +497,7 @@ static_library("test_support") {
configs += [ "//build/config/linux/dbus" ]
public_deps = [
":attestation_proto",
+ ":biod_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -564,6 +566,7 @@ static_library("test_support_without_gmock") {
configs += [ "//build/config/linux/dbus" ]
deps = [
":attestation_proto",
+ ":biod_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -589,6 +592,7 @@ test("chromeos_unittests") {
]
deps = [
":attestation_proto",
+ ":biod_proto",
":cryptohome_proto",
":power_manager_proto",
":test_support",
@@ -752,3 +756,12 @@ proto_library("authpolicy_proto") {
proto_out_dir = "chromeos/dbus/authpolicy"
}
+
+proto_library("biod_proto") {
+ sources = [
+ "//third_party/cros_system_api/dbus/biod/constants.proto",
+ "//third_party/cros_system_api/dbus/biod/messages.proto",
+ ]
+
+ proto_out_dir = "chromeos/dbus/biod"
+}

Powered by Google App Engine
This is Rietveld 408576698