summaryrefslogtreecommitdiffstats
path: root/chromium/android_webview/variables.gni
blob: c2da2dd8db8efa025fddb1fc1b9bfee95ef1a8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2018 The Chromium Authors. All rights reserved.
# 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 =
    "$root_gen_dir/android_webview/trichrome_webview_apk/AndroidManifest.xml"

upstream_only_webview_deps = [
  "//android_webview:platform_service_bridge_upstream_implementation_java",
  "//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"