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

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: merge tot 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 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",

Powered by Google App Engine
This is Rietveld 408576698