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

Unified Diff: chrome/android/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: git merge origin/master before CQ 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
« no previous file with comments | « build/args/blimp_client.gn ('k') | chrome/android/java/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 39c5f3a0e34f203b0d7314c413ee3ab2a65dff89..1e7eaa8f9a8f302df015238c7aff8a4750273853 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -14,11 +14,6 @@ import("//third_party/protobuf/proto_library.gni")
import("channel.gni")
import("java_sources.gni")
-declare_args() {
- # Enables blimp for android.
- enable_blimp = false
-}
-
manifest_package = "org.chromium.chrome"
chrome_public_jinja_variables = default_chrome_public_jinja_variables +
@@ -227,6 +222,7 @@ android_library("chrome_java") {
deps += [
":chrome_java_resources",
":document_tab_model_info_proto_java",
+ "//blimp/client/public:public_java",
"//components/bookmarks/common/android:bookmarks_java",
"//components/dom_distiller/android:dom_distiller_content_java",
"//components/dom_distiller/android:dom_distiller_core_java",
« no previous file with comments | « build/args/blimp_client.gn ('k') | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698