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

Unified Diff: blimp/client/core/session/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/session/BUILD.gn
diff --git a/blimp/client/core/session/BUILD.gn b/blimp/client/core/session/BUILD.gn
index 58ceca6c86d9d253cbcd6ad72a8ca6f8f8b670b9..b0e8feb8ef082f0063afaa7ae8587868e5764f65 100644
--- a/blimp/client/core/session/BUILD.gn
+++ b/blimp/client/core/session/BUILD.gn
@@ -18,6 +18,8 @@ source_set("session") {
"assignment_source.h",
"client_network_components.cc",
"client_network_components.h",
+ "connection_status.cc",
+ "connection_status.h",
"cross_thread_network_event_observer.cc",
"cross_thread_network_event_observer.h",
"identity_source.cc",
@@ -81,3 +83,13 @@ source_set("unit_tests") {
]
}
}
+
+if (is_android) {
+ android_library("session_java") {
+ visibility = [ "//blimp/client/*" ]
+
+ java_files = [ "../android/java/src/org/chromium/blimp/core/session/EngineInfo.java" ]
+
+ deps = []
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698