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

Unified Diff: components/profile_service/BUILD.gn

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS file by request. Created 4 years, 9 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
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",

Powered by Google App Engine
This is Rietveld 408576698