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

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

Issue 2715313002: Revert "Temporarily disable nocompile tests on Linux ToT bots." (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 1616
1617 'chromeos_codecs': { 1617 'chromeos_codecs': {
1618 'mixins': ['ffmpeg_branding_chromeos', 'proprietary_codecs'], 1618 'mixins': ['ffmpeg_branding_chromeos', 'proprietary_codecs'],
1619 }, 1619 },
1620 1620
1621 'chromeos_with_codecs': { 1621 'chromeos_with_codecs': {
1622 'mixins': ['chromeos', 'chromeos_codecs'], 1622 'mixins': ['chromeos', 'chromeos_codecs'],
1623 }, 1623 },
1624 1624
1625 'clang_tot': { 1625 'clang_tot': {
1626 'gn_args': 'llvm_force_head_revision=true clang_use_chrome_plugins=false e nable_nocompile_tests=false', 1626 'gn_args': 'llvm_force_head_revision=true clang_use_chrome_plugins=false',
1627 'mixins': ['clang'], 1627 'mixins': ['clang'],
1628 }, 1628 },
1629 1629
1630 'clang': { 1630 'clang': {
1631 'gn_args': 'is_clang=true', 1631 'gn_args': 'is_clang=true',
1632 }, 1632 },
1633 1633
1634 'cronet': { 1634 'cronet': {
1635 'gn_args': ('disable_file_support=true disable_ftp_support=true ' 1635 'gn_args': ('disable_file_support=true disable_ftp_support=true '
1636 'enable_websockets=false use_platform_icu_alternatives=true ' 1636 'enable_websockets=false use_platform_icu_alternatives=true '
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 1919
1920 'x64': { 1920 'x64': {
1921 'gn_args': 'target_cpu="x64"', 1921 'gn_args': 'target_cpu="x64"',
1922 }, 1922 },
1923 1923
1924 'x86': { 1924 'x86': {
1925 'gn_args': 'target_cpu="x86"', 1925 'gn_args': 'target_cpu="x86"',
1926 }, 1926 },
1927 }, 1927 },
1928 } 1928 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698