Index: components/profile_service/BUILD.gn |
diff --git a/components/profile_service/BUILD.gn b/components/profile_service/BUILD.gn |
index cdde7a02c388e27aed2c95d570b2962b17e77ee7..ae99c929ed9bd20908a6d7a46f1afd4f024a775d 100644 |
--- a/components/profile_service/BUILD.gn |
+++ b/components/profile_service/BUILD.gn |
@@ -6,6 +6,8 @@ import("//mojo/public/mojo_application.gni") |
source_set("lib") { |
sources = [ |
+ "leveldb_thread.cc", |
+ "leveldb_thread.h", |
"profile_app.cc", |
"profile_app.h", |
"profile_service_impl.cc", |
@@ -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", |