summaryrefslogtreecommitdiffstats
path: root/chromium/android_webview/variables.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/android_webview/variables.gni')
-rw-r--r--chromium/android_webview/variables.gni7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/android_webview/variables.gni b/chromium/android_webview/variables.gni
index 070e5e93e23..c2da2dd8db8 100644
--- a/chromium/android_webview/variables.gni
+++ b/chromium/android_webview/variables.gni
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//weblayer/variables.gni")
+
system_webview_android_manifest =
"$root_gen_dir/android_webview/system_webview_apk/AndroidManifest.xml"
trichrome_webview_android_manifest =
@@ -12,4 +14,9 @@ upstream_only_webview_deps = [
"//android_webview:system_webview_resources",
]
+if (webview_includes_weblayer) {
+ upstream_only_webview_deps +=
+ [ "//weblayer/browser/java:gms_bridge_upstream_impl_java" ]
+}
+
webview_locale_config_java_package = "org.chromium.android_webview"