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

Unified Diff: chromeos/BUILD.gn

Issue 2858003002: Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change (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 | « chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.cc ('k') | chromeos/dbus/biod/biod_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 0cc5556e6734fd53ad34477413d2449e7be6352f..f6bd22ac33f33fa32673cff5a889bbaf347c0418 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",
@@ -498,6 +499,7 @@ static_library("test_support") {
configs += [ "//build/config/linux/dbus" ]
public_deps = [
":attestation_proto",
+ ":biod_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -568,6 +570,7 @@ static_library("test_support_without_gmock") {
configs += [ "//build/config/linux/dbus" ]
deps = [
":attestation_proto",
+ ":biod_proto",
":chromeos",
":cryptohome_proto",
":power_manager_proto",
@@ -593,6 +596,7 @@ test("chromeos_unittests") {
]
deps = [
":attestation_proto",
+ ":biod_proto",
":cryptohome_proto",
":power_manager_proto",
":test_support",
@@ -756,3 +760,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"
+}
« no previous file with comments | « chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.cc ('k') | chromeos/dbus/biod/biod_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698