BUILD.gn 600 B

123456789101112131415
  1. # Copyright 2020 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. import("//build/config/android/rules.gni")
  5. android_library("native_test_instrumentation_test_runner_java") {
  6. testonly = true
  7. sources = [
  8. "java/src/org/chromium/build/gtest_apk/NativeTestInstrumentationTestRunner.java",
  9. "java/src/org/chromium/build/gtest_apk/NativeTestIntent.java",
  10. "java/src/org/chromium/build/gtest_apk/TestStatusIntent.java",
  11. "java/src/org/chromium/build/gtest_apk/TestStatusReceiver.java",
  12. ]
  13. }