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

Unified Diff: blimp/client/app/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 | « no previous file | blimp/client/app/linux/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/BUILD.gn
diff --git a/blimp/client/app/BUILD.gn b/blimp/client/app/BUILD.gn
index 8da4cb824b2bcd31ab8e8710fab0776520ece758..d0bb9c20d96e17341e1820e8e273aab24dd505da 100644
--- a/blimp/client/app/BUILD.gn
+++ b/blimp/client/app/BUILD.gn
@@ -143,7 +143,10 @@ if (is_linux && !is_chromeos && use_x11) {
"//base",
"//blimp/client/core/compositor",
"//blimp/client/core/session",
+ "//blimp/client/core/settings:settings",
"//blimp/net",
+ "//components/pref_registry",
+ "//components/prefs",
"//net",
"//services/service_manager/public/cpp",
« no previous file with comments | « no previous file | blimp/client/app/linux/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698