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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: nits and sync to head 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
« no previous file with comments | « blimp/client/core/DEPS ('k') | blimp/client/core/context/android/blimp_client_context_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/context/BUILD.gn
diff --git a/blimp/client/core/context/BUILD.gn b/blimp/client/core/context/BUILD.gn
index 6aee4ce322d8b1c7e05c27b1de073b890c0ef795..33e7f162166c33334860fcfe307cf6c47bd75ef7 100644
--- a/blimp/client/core/context/BUILD.gn
+++ b/blimp/client/core/context/BUILD.gn
@@ -37,6 +37,7 @@ source_set("context") {
"//blimp/client/core/geolocation",
"//blimp/client/core/settings",
"//blimp/client/core/switches",
+ "//components/prefs:prefs",
]
if (is_android) {
@@ -90,8 +91,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",
]
}
« no previous file with comments | « blimp/client/core/DEPS ('k') | blimp/client/core/context/android/blimp_client_context_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698