Reland Make clang the default on linux.

BUG=

Review URL: https://codereview.chromium.org/861223002

Cr-Commit-Position: refs/heads/master@{#26204}
This commit is contained in:
machenbach 2015-01-21 11:32:04 -08:00 committed by Commit bot
parent 8fa8e62ebc
commit 72ef6843b0

View File

@ -146,7 +146,7 @@
}, {
'v8_enable_gdbjit%': 0,
}],
['OS=="mac"', {
['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64")', {
'clang%': 1,
}, {
'clang%': 0,