summaryrefslogtreecommitdiffstats
path: root/build/extract_from_cab.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python scripts in src/build/maruel@chromium.org2011-11-231-15/+23
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=michaelbai@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8667008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111385 0039d316-1c4b-4281-b951-d872f2087c98
* Touch extracted D3DX9 dll in extract_d3dx9 action.apatrick@chromium.org2010-07-281-0/+27
This was necessary because the Windows expand utility preserves the modification time from the archive. This lead to the extract_d3dx9 action firing repeatedly because the action output was older than the input. TEST=try BUG=none Review URL: http://codereview.chromium.org/3067008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54058 0039d316-1c4b-4281-b951-d872f2087c98