Index: components/profile_service/BUILD.gn |
diff --git a/components/profile_service/BUILD.gn b/components/profile_service/BUILD.gn |
index cdde7a02c388e27aed2c95d570b2962b17e77ee7..3ff648b5c0d31d2ffe86fb68319931547cc7f4c3 100644 |
--- a/components/profile_service/BUILD.gn |
+++ b/components/profile_service/BUILD.gn |
@@ -10,6 +10,8 @@ source_set("lib") { |
"profile_app.h", |
"profile_service_impl.cc", |
"profile_service_impl.h", |
+ "user_id_map.cc", |
+ "user_id_map.h", |
] |
deps = [ |
@@ -21,6 +23,7 @@ source_set("lib") { |
"//components/profile_service/public/interfaces", |
"//mojo/common", |
"//mojo/common:common_base", |
+ "//mojo/message_pump", |
"//mojo/platform_handle", |
"//mojo/services/tracing/public/cpp", |
"//mojo/shell/public/cpp", |