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

Unified Diff: blimp/client/core/context/BUILD.gn

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: move the PrefService logic from blimp_main.cc Created 4 years, 2 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: blimp/client/core/context/BUILD.gn
diff --git a/blimp/client/core/context/BUILD.gn b/blimp/client/core/context/BUILD.gn
index 737e8db137e3c2c4f02202e342cf12cfd173427f..d2077cc0df5e4a0afdf5f03eb453bbb5dbf144b7 100644
--- a/blimp/client/core/context/BUILD.gn
+++ b/blimp/client/core/context/BUILD.gn
@@ -35,6 +35,7 @@ source_set("context") {
"//blimp/client/core/geolocation",
"//blimp/client/core/settings",
"//blimp/client/core/switches",
+ "//components/prefs:prefs",
]
if (is_android) {
@@ -88,8 +89,10 @@ source_set("unit_tests") {
deps = [
":context",
+ "//blimp/client/core/settings",
"//blimp/client/public:public_headers",
"//blimp/client/test",
+ "//components/prefs:test_support",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698