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

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

Issue 2322843002: Propagate connection info to Blimp android UI. (Closed)
Patch Set: Remove BlimpStringUtil after discussion of string res files. Created 4 years, 3 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/settings/BUILD.gn
diff --git a/blimp/client/core/settings/BUILD.gn b/blimp/client/core/settings/BUILD.gn
index 8e1b53a4a10370acfe98afcb1b07173ca1e516c0..a2a43b1ada1074b897ec948cbfe71842d0ae2411 100644
--- a/blimp/client/core/settings/BUILD.gn
+++ b/blimp/client/core/settings/BUILD.gn
@@ -11,6 +11,7 @@ source_set("settings") {
visibility = [ "//blimp/client/*" ]
sources = [
+ "blimp_settings_delegate.h",
"settings_feature.cc",
"settings_feature.h",
]
@@ -53,6 +54,7 @@ if (is_android) {
"//base:base_java",
"//blimp/client:blimp_java_resources",
"//blimp/client/core:common_java",
+ "//blimp/client/core/session:session_java",
"//blimp/client/public:public_headers_java",
"//components/sync/android:sync_java",
"//third_party/android_tools:android_support_v7_appcompat_java",

Powered by Google App Engine
This is Rietveld 408576698