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

Unified Diff: blimp/client/BUILD.gn

Issue 2132163002: Add BlimpClientContext and factory with real and dummy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-core-public-to-blimp-client
Patch Set: merge origin/master for good measure Created 4 years, 5 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/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 50fcb16f249402e578c2f66eec6ac62ed5cc6fb7..9eda0834724047da35b13cb0124c695e66bccee5 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -481,6 +481,7 @@ if (is_android) {
"//base",
"//blimp/client:compositor",
"//blimp/client/core",
+ "//blimp/client/public",
"//blimp/common",
"//blimp/common/proto",
"//blimp/net",
@@ -496,12 +497,12 @@ if (is_android) {
]
sources = [
+ "app/android/blimp_app_jni_registrar.cc",
+ "app/android/blimp_app_jni_registrar.h",
"app/android/blimp_client_session_android.cc",
"app/android/blimp_client_session_android.h",
"app/android/blimp_compositor_manager_android.cc",
"app/android/blimp_compositor_manager_android.h",
- "app/android/blimp_jni_registrar.cc",
- "app/android/blimp_jni_registrar.h",
"app/android/blimp_library_loader.cc",
"app/android/blimp_library_loader.h",
"app/android/blimp_view.cc",

Powered by Google App Engine
This is Rietveld 408576698