0
Commit Graph

3 Commits

Author SHA1 Message Date
maruel@chromium.org
aa539ba4c9 Fix many* python scripts in src/
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.

* Do not fix them all at once otherwise the CL would be too large.

TBR=jamiewalch@chromium.org
BUG=105108
TEST=

Review URL: http://codereview.chromium.org/8665013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111427 0039d316-1c4b-4281-b951-d872f2087c98
2011-11-23 22:22:20 +00:00
slightlyoff@chromium.org
21f0460726 make combine_libs.py not bail out when run under the system provided python under Cygwin.
BUG=35342
TEST=in cygwin do: %> devenv /build Debug chrome.sln

Review URL: http://codereview.chromium.org/593087

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38950 0039d316-1c4b-4281-b951-d872f2087c98
2010-02-12 21:34:25 +00:00
slightlyoff@chromium.org
f781782dd6 Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming in a separate CL.
BUG=None
TEST=None

Review URL: http://codereview.chromium.org/218019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27042 0039d316-1c4b-4281-b951-d872f2087c98
2009-09-24 05:11:58 +00:00