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