summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/android/gtest_apk/BUILD.gn
blob: 2a72bc47ed249368b86baeb3f2a1dc1aa7cb41ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2020 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_library("native_test_instrumentation_test_runner_java") {
  testonly = true
  sources = [
    "java/src/org/chromium/build/gtest_apk/NativeTestInstrumentationTestRunner.java",
    "java/src/org/chromium/build/gtest_apk/NativeTestIntent.java",
    "java/src/org/chromium/build/gtest_apk/TestStatusIntent.java",
    "java/src/org/chromium/build/gtest_apk/TestStatusReceiver.java",
  ]
}