Revert of Add the ability to build Chrome tools to the Win Clang build script. (patch...
commitd6aece7c6748553aa11b9dbacd27b5ec4d2d363c
authorthakis <thakis@chromium.org>
Tue, 7 Apr 2015 22:40:01 +0000 (7 15:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Apr 2015 22:40:33 +0000 (7 22:40 +0000)
tree31a3d11e5a0a702ea70ee22151738658c5a98acf
parent533d7341af315b7c25bf0269314c8c2e50aa5ca5
Revert of Add the ability to build Chrome tools to the Win Clang build script. (patchset #2 id:20001 of https://codereview.chromium.org/1068603002/)

Reason for revert:
Broke all bots on http://build.chromium.org/p/chromium.fyi/console?category=win%20clang , they fail with:

________ running 'C:\b\depot_tools\python276_bin\python.exe src/tools/clang/scripts/update.py --if-needed' in 'C:\b\build\slave\CrWinClang\build'
usage: update.py [-h] [--no-clobber] [--tools [TOOLS [TOOLS ...]]]
update.py: error: unrecognized arguments: --if-needed

Probably easy to fix (just add a dummy --if-needed parameter to argparse), but reverting to get that waterfall back to green.

Original issue's description:
> Add the ability to build Chrome tools to the Win Clang build script.
>
> BUG=424436,467287
>
> Committed: https://crrev.com/475949d9430b6a759ce759f2133dd3a1577d0d0b
> Cr-Commit-Position: refs/heads/master@{#324089}

TBR=hans@chromium.org,dcheng@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=424436,467287

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

Cr-Commit-Position: refs/heads/master@{#324138}
tools/clang/scripts/update.py