1 # Copyright 2013 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.
8 'target_name': 'memconsumer',
15 'target_name': 'memconsumer_apk',
18 'apk_name': 'MemConsumer',
19 'java_in_dir': 'java',
20 'resource_dir': 'java/res',
21 'native_lib_target': 'libmemconsumer',
26 'includes': [ '../../../build/java_apk.gypi' ],
29 'target_name': 'libmemconsumer',
30 'type': 'shared_library',
32 # This library uses native JNI exports; tell gyp so that the required
33 # symbols will be kept.
34 'use_native_jni_exports': 1,
37 'memconsumer_hook.cc',