Clang update script: nuke .obj files, not .o.d files.
commitd8115ccb2d05a64e8008fd5137f049907c944083
authorhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Feb 2014 00:17:07 +0000 (12 00:17 +0000)
committerhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 12 Feb 2014 00:17:07 +0000 (12 00:17 +0000)
tree3ecf56f7e3812b78a18a2ac33c9085b17769045d
parentc818cac834ecc729fb67090bc92f1d467a87087d
Clang update script: nuke .obj files, not .o.d files.

On Windows, we want to nuke .obj files when clobbering the build.
We don't generate .o.d files anymore, so don't try to delete those.

BUG=82385
NOTRY=true
TBR=thakis

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250567 0039d316-1c4b-4281-b951-d872f2087c98
tools/clang/scripts/update.py