OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1675 'type': 'none', | 1675 'type': 'none', |
1676 'sources': [ | 1676 'sources': [ |
1677 'android/java/PrivateKeyType.template', | 1677 'android/java/PrivateKeyType.template', |
1678 ], | 1678 ], |
1679 'variables': { | 1679 'variables': { |
1680 'package_name': 'org/chromium/net', | 1680 'package_name': 'org/chromium/net', |
1681 'template_deps': ['android/private_key_type_list.h'], | 1681 'template_deps': ['android/private_key_type_list.h'], |
1682 }, | 1682 }, |
1683 'includes': [ '../build/android/java_cpp_template.gypi' ], | 1683 'includes': [ '../build/android/java_cpp_template.gypi' ], |
1684 }, | 1684 }, |
1685 ], | |
1686 }], | |
1687 ['OS == "android"', { | |
1688 'targets': [ | |
1689 { | 1685 { |
1690 'target_name': 'net_unittests_apk', | 1686 'target_name': 'net_unittests_apk', |
1691 'type': 'none', | 1687 'type': 'none', |
1692 'dependencies': [ | 1688 'dependencies': [ |
1693 'net_java', | 1689 'net_java', |
1694 'net_javatests', | 1690 'net_javatests', |
1695 'net_unittests', | 1691 'net_unittests', |
1696 ], | 1692 ], |
1697 'variables': { | 1693 'variables': { |
1698 'test_suite_name': 'net_unittests', | 1694 'test_suite_name': 'net_unittests', |
(...skipping 30 matching lines...) Expand all Loading... |
1729 'net_unittests.isolate', | 1725 'net_unittests.isolate', |
1730 ], | 1726 ], |
1731 'sources': [ | 1727 'sources': [ |
1732 'net_unittests.isolate', | 1728 'net_unittests.isolate', |
1733 ], | 1729 ], |
1734 }, | 1730 }, |
1735 ], | 1731 ], |
1736 }], | 1732 }], |
1737 ], | 1733 ], |
1738 } | 1734 } |
OLD | NEW |