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_launcher.cc',
17 'direct_dependent_settings': {
19 # JNI_OnLoad is implemented in a .a and we need to
20 # re-export in the .so.
21 '-Wl,--exclude-libs=ALL',
25 '../../base/base.gyp:base',
26 '../../base/base.gyp:test_support_base',
27 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
29 'native_test_jni_headers',
34 # GN: //testing/android:native_test_jni_headers
35 'target_name': 'native_test_jni_headers',
38 'java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
41 'jni_gen_package': 'testing',
43 'includes': [ '../../build/jni_generator.gypi' ],
46 # GN: //testing/android:native_test_util
47 'target_name': 'native_test_util',
48 'type': 'static_library',
50 'native_test_util.cc',
54 '../../base/base.gyp:base',