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

Unified Diff: blimp/engine/BUILD.gn

Issue 1881253003: Create a PrefStore in support of Blimp metrics collection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding components/prefs to common engine build dependencies. Created 4 years, 8 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
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | blimp/engine/common/blimp_pref_store.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 8503ab46f85e4b10874614d61227d6d6814be05b..daf4c29913c4b0448ce8f509281d7fa87868467b 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -123,10 +123,13 @@ source_set("common") {
"common/blimp_browser_context.h",
"common/blimp_content_client.cc",
"common/blimp_content_client.h",
+ "common/blimp_pref_store.cc",
+ "common/blimp_pref_store.h",
]
deps = [
"//base",
+ "//components/prefs",
"//components/version_info",
"//content/public/common",
"//ui/base",
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | blimp/engine/common/blimp_pref_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698