Chromium Code Reviews| 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 557 'linux_chromium_clobber_deterministic': 'release_trybot', | 557 'linux_chromium_clobber_deterministic': 'release_trybot', |
| 558 'linux_chromium_clobber_rel_ng': 'release_trybot', | 558 'linux_chromium_clobber_rel_ng': 'release_trybot', |
| 559 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', | 559 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', |
| 560 'linux_chromium_compile_dbg_ng': 'debug_trybot', | 560 'linux_chromium_compile_dbg_ng': 'debug_trybot', |
| 561 'linux_chromium_compile_rel_ng': 'release_trybot', | 561 'linux_chromium_compile_rel_ng': 'release_trybot', |
| 562 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', | 562 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', |
| 563 'linux_chromium_dbg_ng': 'debug_trybot', | 563 'linux_chromium_dbg_ng': 'debug_trybot', |
| 564 'linux_chromium_gn_upload': 'gn_linux_upload', | 564 'linux_chromium_gn_upload': 'gn_linux_upload', |
| 565 'linux_chromium_headless_rel': 'headless_linux_release_trybot', | 565 'linux_chromium_headless_rel': 'headless_linux_release_trybot', |
| 566 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot', | 566 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot', |
| 567 'linux_chromium_ozone_ng': 'ozone_linux_release_trybot', | |
| 567 | 568 |
| 568 # This is intentionally a release_bot and not a release_trybot; | 569 # This is intentionally a release_bot and not a release_trybot; |
| 569 # enabling DCHECKs seems to cause flaky failures that don't show up | 570 # enabling DCHECKs seems to cause flaky failures that don't show up |
| 570 # on the continuous builder. | 571 # on the continuous builder. |
| 571 'linux_chromium_msan_rel_ng': 'msan_release_bot', | 572 'linux_chromium_msan_rel_ng': 'msan_release_bot', |
| 572 | 573 |
| 573 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', | 574 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', |
| 574 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', | 575 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', |
| 575 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', | 576 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', |
| 576 | 577 |
| (...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1810 | 1811 |
| 1811 'optimize_for_fuzzing': { | 1812 'optimize_for_fuzzing': { |
| 1812 'gn_args': 'optimize_for_fuzzing=true', | 1813 'gn_args': 'optimize_for_fuzzing=true', |
| 1813 }, | 1814 }, |
| 1814 | 1815 |
| 1815 'ozone': { | 1816 'ozone': { |
| 1816 'gn_args': 'use_ozone=true', | 1817 'gn_args': 'use_ozone=true', |
| 1817 }, | 1818 }, |
| 1818 | 1819 |
| 1819 'ozone_linux': { | 1820 'ozone_linux': { |
| 1820 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' | 1821 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true' |
|
kylechar
2017/03/14 13:53:46
You probably want to add the following argument he
| |
| 1822 'ozone_platform_headless=true ' | |
| 1821 'ozone_platform_x11=true ozone_platform_gbm=true ' | 1823 'ozone_platform_x11=true ozone_platform_gbm=true ' |
| 1822 'enable_package_mash_services=true use_ash=false ' | 1824 'enable_package_mash_services=true use_ash=false ' |
| 1823 'use_jessie_sysroot=true use_xkbcommon=true'), | 1825 'use_jessie_sysroot=true use_xkbcommon=true'), |
| 1824 }, | 1826 }, |
| 1825 | 1827 |
| 1826 'pdf_xfa': { | 1828 'pdf_xfa': { |
| 1827 'gn_args': 'pdf_enable_xfa=true', | 1829 'gn_args': 'pdf_enable_xfa=true', |
| 1828 }, | 1830 }, |
| 1829 | 1831 |
| 1830 # Note: This is probably not what you want to use. Instead use one of the | 1832 # Note: This is probably not what you want to use. Instead use one of the |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1918 | 1920 |
| 1919 'x64': { | 1921 'x64': { |
| 1920 'gn_args': 'target_cpu="x64"', | 1922 'gn_args': 'target_cpu="x64"', |
| 1921 }, | 1923 }, |
| 1922 | 1924 |
| 1923 'x86': { | 1925 'x86': { |
| 1924 'gn_args': 'target_cpu="x86"', | 1926 'gn_args': 'target_cpu="x86"', |
| 1925 }, | 1927 }, |
| 1926 }, | 1928 }, |
| 1927 } | 1929 } |
| OLD | NEW |