Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: net/net.gyp

Issue 512923002: Add support for Android aidl and support for gyp's java_in_dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/BUILD.gn ('k') | third_party/eyesfree/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | third_party/eyesfree/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698