1 # Copyright 2014 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.
5 import("//build/config/android/rules.gni")
7 # GYP: //testing/android/native_test.gyp:native_test_native_code
8 source_set("native_test_native_code") {
11 "native_test_launcher.cc"
15 ":native_test_jni_headers",
18 "//base/test:test_support",
19 "//base/third_party/dynamic_annotations",
24 # GYP: //testing/android/native_test.gyp:native_test_jni_headers
25 generate_jni("native_test_jni_headers") {
27 "java/src/org/chromium/native_test/ChromeNativeTestActivity.java",
29 jni_package = "testing"
32 # GYP: //testing/android/native_test.gyp:native_test_util
33 source_set("native_test_util") {
35 "native_test_util.cc",