blob: 082186ebf3953abbfeb07f88b74cec929a848b87 [file]
# 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("//build/config/android/rules.gni")
android_apk("webview_log_verbosifier_apk") {
apk_name = "WebViewLogVerbosifier"
android_manifest = "AndroidManifest.xml"
deps = [ ":webview_log_verbosifier_resources" ]
min_sdk_version = 21
target_sdk_version = 28
}
android_resources("webview_log_verbosifier_resources") {
sources = [
"res/drawable-v24/ic_launcher_foreground.xml",
"res/drawable/ic_launcher_background.xml",
"res/mipmap-anydpi-v26/ic_launcher.xml",
"res/mipmap-anydpi-v26/ic_launcher_round.xml",
"res/mipmap-hdpi/ic_launcher.png",
"res/mipmap-hdpi/ic_launcher_round.png",
"res/mipmap-mdpi/ic_launcher.png",
"res/mipmap-mdpi/ic_launcher_round.png",
"res/mipmap-xhdpi/ic_launcher.png",
"res/mipmap-xhdpi/ic_launcher_round.png",
"res/mipmap-xxhdpi/ic_launcher.png",
"res/mipmap-xxhdpi/ic_launcher_round.png",
"res/mipmap-xxxhdpi/ic_launcher.png",
"res/mipmap-xxxhdpi/ic_launcher_round.png",
"res/values/ic_launcher_background.xml",
]
custom_package = "org.chromium.webview_log_verbosifier"
}