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 'target_name': 'native_test_native_code',
11 'message': 'building native pieces of native test package',
12 'type': 'static_library',
14 'native_test_launcher.cc',
16 'direct_dependent_settings': {
18 # JNI_OnLoad is implemented in a .a and we need to
19 # re-export in the .so.
20 '-Wl,--exclude-libs=ALL',
24 '../../base/base.gyp:base',
25 '../../base/base.gyp:test_support_base',
26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
28 'native_test_jni_headers',
33 'target_name': 'native_test_jni_headers',
36 'java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
39 'jni_gen_package': 'testing',
41 'includes': [ '../../build/jni_generator.gypi' ],
44 'target_name': 'native_test_util',
45 'type': 'static_library',
47 'native_test_util.cc',
51 '../../base/base.gyp:base',