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

Unified Diff: chromeos/BUILD.gn

Issue 2791983004: DBus MediaAnalyticsClient and media_perception pb. (Closed)
Patch Set: Changing the type of a couple vars to const. 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/dbus_clients_browser.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 f6bd22ac33f33fa32673cff5a889bbaf347c0418..5d3ac67b01844c3e02f448a6736616c8ff141c15 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -23,6 +23,7 @@ component("chromeos") {
":authpolicy_proto",
":biod_proto",
":cryptohome_proto",
+ ":media_perception_proto",
":power_manager_proto",
"//base",
"//base:i18n",
@@ -179,6 +180,8 @@ component("chromeos") {
"dbus/fake_image_loader_client.h",
"dbus/fake_lorgnette_manager_client.cc",
"dbus/fake_lorgnette_manager_client.h",
+ "dbus/fake_media_analytics_client.cc",
+ "dbus/fake_media_analytics_client.h",
"dbus/fake_modem_messaging_client.cc",
"dbus/fake_modem_messaging_client.h",
"dbus/fake_permission_broker_client.cc",
@@ -211,6 +214,8 @@ component("chromeos") {
"dbus/image_loader_client.h",
"dbus/lorgnette_manager_client.cc",
"dbus/lorgnette_manager_client.h",
+ "dbus/media_analytics_client.cc",
+ "dbus/media_analytics_client.h",
"dbus/modem_messaging_client.cc",
"dbus/modem_messaging_client.h",
"dbus/permission_broker_client.cc",
@@ -769,3 +774,11 @@ proto_library("biod_proto") {
proto_out_dir = "chromeos/dbus/biod"
}
+
+proto_library("media_perception_proto") {
+ sources = [
+ "dbus/proto/media_perception.proto",
+ ]
+
+ proto_out_dir = "chromeos/media_perception"
+}
« no previous file with comments | « no previous file | chromeos/dbus/dbus_clients_browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698