1 # Copyright (c) 2012 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.
10 # GN: //testing/android:native_test_native_code
11 'target_name': 'native_test_native_code',
12 'message': 'building native pieces of native test package',
13 'type': 'static_library',
15 'native_test_jni_onload.cc',
16 'native_test_launcher.cc',
17 'native_test_launcher.h',
20 '../../base/base.gyp:base',
21 '../../base/base.gyp:test_support_base',
22 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
24 'native_test_jni_headers',
29 # GN: //testing/android:native_test_jni_headers
30 'target_name': 'native_test_jni_headers',
33 'java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
36 'jni_gen_package': 'testing',
38 'includes': [ '../../build/jni_generator.gypi' ],
41 # GN: //testing/android:native_test_util
42 'target_name': 'native_test_util',
43 'type': 'static_library',
45 'native_test_util.cc',
49 '../../base/base.gyp:base',