BUILD.gn 514 B

1234567891011121314151617
  1. # Copyright 2015 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("reporter_java") {
  6. testonly = true
  7. chromium_code = true
  8. deps = [
  9. "//build/android/gtest_apk:native_test_instrumentation_test_runner_java",
  10. "//third_party/android_sdk:android_test_base_java",
  11. ]
  12. sources = [ "java/src/org/chromium/test/reporter/TestStatusReporter.java" ]
  13. }