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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Remove feature and VR-shell-specific FYI bot configuration as well. Created 3 years, 10 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 | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'ChromiumOS daisy Compile': 'cros_chrome_sdk', 90 'ChromiumOS daisy Compile': 'cros_chrome_sdk',
91 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk', 91 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk',
92 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot', 92 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot',
93 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot', 93 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot',
94 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', 94 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot',
95 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' , 95 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' ,
96 }, 96 },
97 97
98 'chromium.fyi': { 98 'chromium.fyi': {
99 'Afl Upload Linux ASan': 'release_afl_asan', 99 'Afl Upload Linux ASan': 'release_afl_asan',
100 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
bsheedy 2017/02/08 17:25:43 Keep this line, but change the value to 'android_d
cjgrant 2017/02/08 18:55:55 Done. Thanks, I understand this better now.
101 'Android Builder Goma Canary (dbg)': 'android_debug_bot', 100 'Android Builder Goma Canary (dbg)': 'android_debug_bot',
102 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 101 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
103 'Android deterministic (dbg)': 'android_debug_bot', 102 'Android deterministic (dbg)': 'android_debug_bot',
104 'Browser Side Navigation Linux': 'release_bot', 103 'Browser Side Navigation Linux': 'release_bot',
105 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 104 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
106 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 105 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
107 'CFI Linux': 'cfi_release_static', 106 'CFI Linux': 'cfi_release_static',
108 'CFI Linux Full': 'cfi_full_release_static', 107 'CFI Linux Full': 'cfi_full_release_static',
109 'Chromium Linux Goma Canary': 'release_bot', 108 'Chromium Linux Goma Canary': 'release_bot',
110 'Chromium Linux Goma Canary (clobber)': 'release_bot', 109 'Chromium Linux Goma Canary (clobber)': 'release_bot',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 ], 823 ],
825 824
826 'android_debug_static_bot_x64': [ 825 'android_debug_static_bot_x64': [
827 'android', 'debug_static_bot', 'x64', 826 'android', 'debug_static_bot', 'x64',
828 ], 827 ],
829 828
830 'android_debug_static_bot_x86': [ 829 'android_debug_static_bot_x86': [
831 'android', 'debug_static_bot', 'x86', 830 'android', 'debug_static_bot', 'x86',
832 ], 831 ],
833 832
834 'android_debug_static_bot_vr_shell': [
bsheedy 2017/02/08 17:25:43 Change this to 'android_debug_static_bot' and remo
cjgrant 2017/02/08 18:55:55 'android_debug_static_bot' is already defined in t
835 'android', 'debug_static_bot', 'vr_shell',
836 ],
837
838 'android_debug_static_minimal_symbols_mipsel': [ 833 'android_debug_static_minimal_symbols_mipsel': [
839 'android', 'debug', 'static', 'minimal_symbols', 'mipsel', 834 'android', 'debug', 'static', 'minimal_symbols', 'mipsel',
840 ], 835 ],
841 836
842 'android_debug_trybot_java_coverage': [ 837 'android_debug_trybot_java_coverage': [
843 'android', 'debug_trybot', 'java_coverage', 838 'android', 'debug_trybot', 'java_coverage',
844 ], 839 ],
845 840
846 'android_debug_trybot_mipsel': [ 841 'android_debug_trybot_mipsel': [
847 'android', 'debug_trybot', 'mipsel', 842 'android', 'debug_trybot', 'mipsel',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 }, 1864 },
1870 1865
1871 'use_lld': { 1866 'use_lld': {
1872 'gn_args': 'use_lld=true', 1867 'gn_args': 'use_lld=true',
1873 }, 1868 },
1874 1869
1875 'v8_heap': { 1870 'v8_heap': {
1876 'gn_args': 'v8_enable_verify_heap=true', 1871 'gn_args': 'v8_enable_verify_heap=true',
1877 }, 1872 },
1878 1873
1879 'vr_shell': {
1880 'gn_args': 'enable_vr_shell=true',
1881 },
1882
1883 'win_analyze': { 1874 'win_analyze': {
1884 'gn_args': 'use_vs_code_analysis=true', 1875 'gn_args': 'use_vs_code_analysis=true',
1885 }, 1876 },
1886 1877
1887 'x64': { 1878 'x64': {
1888 'gn_args': 'target_cpu="x64"', 1879 'gn_args': 'target_cpu="x64"',
1889 }, 1880 },
1890 1881
1891 'x86': { 1882 'x86': {
1892 'gn_args': 'target_cpu="x86"', 1883 'gn_args': 'target_cpu="x86"',
1893 }, 1884 },
1894 }, 1885 },
1895 } 1886 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698