• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/symlink.gni")
6import("//testing/android/empty_apk/empty_apk.gni")
7
8empty_apk("empty_system_webview_apk") {
9  package_name = "com.android.webview"
10  apk_name = "EmptySystemWebView"
11}
12
13group("devil") {
14  testonly = true
15  deps = [
16    ":empty_system_webview_apk",
17    "//buildtools/third_party/libc++($host_toolchain)",
18    "//tools/android/forwarder2",
19    "//tools/android/md5sum",
20  ]
21}
22