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

Unified Diff: blimp/client/BUILD.gn

Issue 1687393002: Add assigner support to Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/DEPS » ('j') | blimp/client/app/android/blimp_client_session_android.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index e817cd37ad91e370fefcbf1486e2e4907a295cdb..935b4c938d23829d11d7315a679f58ef1b87535d 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -22,6 +22,8 @@ source_set("blimp_client") {
"session/assignment_source.h",
"session/blimp_client_session.cc",
"session/blimp_client_session.h",
+ "session/blimp_client_url_request_context_getter.cc",
+ "session/blimp_client_url_request_context_getter.h",
]
defines = [ "BLIMP_CLIENT_IMPLEMENTATION=1" ]
@@ -255,7 +257,15 @@ if (is_android) {
]
}
+ java_cpp_enum("blimp_java_enums_srcjar") {
+ sources = [
+ "session/assignment_source.h",
+ ]
+ }
+
android_library("blimp_java") {
+ srcjar_deps = [ ":blimp_java_enums_srcjar" ]
+
deps = [
":blimp_java_resources",
"//base:base_java",
@@ -339,6 +349,7 @@ if (is_android) {
":blimp_java",
":blimp_java_resources",
"//base:base_java",
+ "//net/android:net_java",
google_play_services_resources,
]
apk_name = "Blimp"
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | blimp/client/app/android/blimp_client_session_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698