Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix python scripts in src/build/ | maruel@chromium.org | 2011-11-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Make autofill regular expressions unicode again. | tony@chromium.org | 2011-09-15 | 1 | -0/+55 |
Instead of compiling the source file with UTF8 directly, run it through a python script that rewrites the UTF8 into C literals. BUG=95858 Review URL: http://codereview.chromium.org/7891020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101236 0039d316-1c4b-4281-b951-d872f2087c98 |