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 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1657 'type': 'none', | 1657 'type': 'none', |
1658 'sources': [ | 1658 'sources': [ |
1659 'android/java/PrivateKeyType.template', | 1659 'android/java/PrivateKeyType.template', |
1660 ], | 1660 ], |
1661 'variables': { | 1661 'variables': { |
1662 'package_name': 'org/chromium/net', | 1662 'package_name': 'org/chromium/net', |
1663 'template_deps': ['android/private_key_type_list.h'], | 1663 'template_deps': ['android/private_key_type_list.h'], |
1664 }, | 1664 }, |
1665 'includes': [ '../build/android/java_cpp_template.gypi' ], | 1665 'includes': [ '../build/android/java_cpp_template.gypi' ], |
1666 }, | 1666 }, |
1667 ], | |
1668 }], | |
1669 ['OS == "android"', { | |
newt (away)
2014/08/27 20:05:29
why was this here to begin with?
cjhopman
2014/08/27 21:05:22
idk, the condition block above it has the exact sa
| |
1670 'targets': [ | |
1671 { | 1667 { |
1672 'target_name': 'net_unittests_apk', | 1668 'target_name': 'net_unittests_apk', |
1673 'type': 'none', | 1669 'type': 'none', |
1674 'dependencies': [ | 1670 'dependencies': [ |
1675 'net_java', | 1671 'net_java', |
1676 'net_javatests', | 1672 'net_javatests', |
1677 'net_unittests', | 1673 'net_unittests', |
1678 ], | 1674 ], |
1679 'variables': { | 1675 'variables': { |
1680 'test_suite_name': 'net_unittests', | 1676 'test_suite_name': 'net_unittests', |
(...skipping 30 matching lines...) Expand all Loading... | |
1711 'net_unittests.isolate', | 1707 'net_unittests.isolate', |
1712 ], | 1708 ], |
1713 'sources': [ | 1709 'sources': [ |
1714 'net_unittests.isolate', | 1710 'net_unittests.isolate', |
1715 ], | 1711 ], |
1716 }, | 1712 }, |
1717 ], | 1713 ], |
1718 }], | 1714 }], |
1719 ], | 1715 ], |
1720 } | 1716 } |
OLD | NEW |