| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 'android_clang_tot_release_arm64': [ | 715 'android_clang_tot_release_arm64': [ |
| 716 'android_without_codecs', 'clang_tot', 'release', 'arm64', | 716 'android_without_codecs', 'clang_tot', 'release', 'arm64', |
| 717 ], | 717 ], |
| 718 | 718 |
| 719 'android_clang_tot_x64': [ | 719 'android_clang_tot_x64': [ |
| 720 'android_without_codecs', 'clang_tot', 'shared', 'x64', 'release', | 720 'android_without_codecs', 'clang_tot', 'shared', 'x64', 'release', |
| 721 'dcheck_always_on', | 721 'dcheck_always_on', |
| 722 ], | 722 ], |
| 723 | 723 |
| 724 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ | 724 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ |
| 725 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo
ls', 'arm_no_neon', | 725 'android', 'cronet', 'release_bot', 'minimal_symbols', 'arm_no_neon', |
| 726 ], | 726 ], |
| 727 | 727 |
| 728 'android_cronet_debug_static_bot_arm64': [ | 728 'android_cronet_debug_static_bot_arm64': [ |
| 729 'android', 'cronet', 'debug_static_bot', 'arm64', | 729 'android', 'cronet', 'debug_static_bot', 'arm64', |
| 730 ], | 730 ], |
| 731 | 731 |
| 732 'android_cronet_debug_static_bot_arm_no_neon': [ | 732 'android_cronet_debug_static_bot_arm_no_neon': [ |
| 733 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', | 733 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', |
| 734 ], | 734 ], |
| 735 | 735 |
| 736 'android_cronet_debug_static_bot_x86': [ | 736 'android_cronet_debug_static_bot_x86': [ |
| 737 'android', 'cronet', 'debug_static_bot', 'x86', | 737 'android', 'cronet', 'debug_static_bot', 'x86', |
| 738 ], | 738 ], |
| 739 | 739 |
| 740 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ | 740 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ |
| 741 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo
ls', 'arm_no_neon', | 741 'android', 'cronet', 'release_bot', 'minimal_symbols', 'arm_no_neon', |
| 742 ], | 742 ], |
| 743 | 743 |
| 744 'android_cronet_debug_static_bot_arm64': [ | 744 'android_cronet_debug_static_bot_arm64': [ |
| 745 'android', 'cronet', 'debug_static_bot', 'arm64', | 745 'android', 'cronet', 'debug_static_bot', 'arm64', |
| 746 ], | 746 ], |
| 747 | 747 |
| 748 'android_cronet_debug_static_bot_arm_no_neon': [ | 748 'android_cronet_debug_static_bot_arm_no_neon': [ |
| 749 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', | 749 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', |
| 750 ], | 750 ], |
| 751 | 751 |
| (...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1647 # This is used so that the cros chrome_sdk (simplechrome) builders | 1647 # This is used so that the cros chrome_sdk (simplechrome) builders |
| 1648 # can manage the list of GN args in their .ebuild | 1648 # can manage the list of GN args in their .ebuild |
| 1649 # files and just pass through the desired arguments, hence not | 1649 # files and just pass through the desired arguments, hence not |
| 1650 # really using MB. If a bot uses this mixin, we expect that | 1650 # really using MB. If a bot uses this mixin, we expect that |
| 1651 # both GYP_DEFINES and GN_ARGS are set in the environment, | 1651 # both GYP_DEFINES and GN_ARGS are set in the environment, |
| 1652 # and that GYP_DEFINES has chromeos=1 and GN_ARGS has | 1652 # and that GYP_DEFINES has chromeos=1 and GN_ARGS has |
| 1653 # target_os="chromeos" in it. | 1653 # target_os="chromeos" in it. |
| 1654 'cros_passthrough': True, | 1654 'cros_passthrough': True, |
| 1655 }, | 1655 }, |
| 1656 | 1656 |
| 1657 'data_reduction_proxy': { | |
| 1658 'gn_args': 'cronet_enable_data_reduction_proxy_support=true', | |
| 1659 }, | |
| 1660 | |
| 1661 'dcheck_always_on': { | 1657 'dcheck_always_on': { |
| 1662 'gn_args': 'dcheck_always_on=true', | 1658 'gn_args': 'dcheck_always_on=true', |
| 1663 }, | 1659 }, |
| 1664 | 1660 |
| 1665 'debug': { | 1661 'debug': { |
| 1666 'gn_args': 'is_debug=true', | 1662 'gn_args': 'is_debug=true', |
| 1667 }, | 1663 }, |
| 1668 | 1664 |
| 1669 'debug_bot': { | 1665 'debug_bot': { |
| 1670 'mixins': ['debug', 'shared', 'goma'], | 1666 'mixins': ['debug', 'shared', 'goma'], |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1932 | 1928 |
| 1933 'x64': { | 1929 'x64': { |
| 1934 'gn_args': 'target_cpu="x64"', | 1930 'gn_args': 'target_cpu="x64"', |
| 1935 }, | 1931 }, |
| 1936 | 1932 |
| 1937 'x86': { | 1933 'x86': { |
| 1938 'gn_args': 'target_cpu="x86"', | 1934 'gn_args': 'target_cpu="x86"', |
| 1939 }, | 1935 }, |
| 1940 }, | 1936 }, |
| 1941 } | 1937 } |
| OLD | NEW |