blob: b3e7d42cad96e197d12f678e4218e28e5efa1fa3 [file] [log] [blame]
# Copyright 2017 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/config.gni")
if (public_android_sdk) {
group("monochrome_apk_checker") {
testonly = true
data_deps = [
"//chrome/android:chrome_modern_public_apk",
"//chrome/android:monochrome_public_apk",
]
if (public_android_sdk) {
# system_webview_apk only defined for public sdk builds, so this dependency
# must be guarded.
data_deps += [ "//android_webview:system_webview_apk" ]
}
data = [
"./scripts/monochrome_apk_checker.py",
"//testing/scripts/monochrome_apk_checker_wrapper.py",
"//testing/scripts/common.py",
"//testing/xvfb.py",
]
}
}