1 # Copyright (c) 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.
7 'package_name': 'multiple_proguard',
11 'target_name': 'multiple_proguards_test_apk',
14 'app_manifest_version_name%': '<(android_app_version_name)',
16 'proguard_enabled': 'true',
17 'proguard_flags_paths': [
22 'R_package_relpath': 'dummy',
23 'apk_name': 'MultipleProguards',
26 # guava has references to objects using reflection which
27 # should be ignored in proguard step.
28 '../../../../third_party/guava/guava.gyp:guava_javalib',
30 'includes': [ '../../../../build/java_apk.gypi' ],