From 3a0241e93988e580fac7cf47c2af15abc77591cc Mon Sep 17 00:00:00 2001 From: dcheng Date: Mon, 3 Nov 2014 13:29:30 -0800 Subject: [PATCH] Switch to clang for nocompile tests and rebaseline existing results. BUG=105388 Review URL: https://codereview.chromium.org/678263003 Cr-Original-Commit-Position: refs/heads/master@{#302483} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: b760d7244b7a154d7fb4239707749f79ac0c5959 --- nocompile.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nocompile.gypi b/nocompile.gypi index f9021ae37..8c0f288b5 100644 --- a/nocompile.gypi +++ b/nocompile.gypi @@ -60,7 +60,7 @@ # TODO(awong): Disabled until http://crbug.com/105388 is resolved. 'sources/': [['exclude', '\\.nc$']], 'conditions': [ - [ 'OS=="linux" and clang==0', { + [ 'OS!="win" and clang==1', { 'rules': [ { 'variables': { @@ -90,7 +90,7 @@ ], }, { 'sources/': [['exclude', '\\.nc$']] - }], # 'OS=="linux" and clang=="0"' + }], # 'OS!="win" and clang=="1"' ], }