Fix python scripts in src/chrome/
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. Minor python style fixes. TBR=nirnimesh@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8680018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111658 0039d316-1c4b-4281-b951-d872f2087c98
Showing
chrome/PRESUBMIT.py
100755 → 100644
chrome/browser/chromeos/PRESUBMIT.py
100755 → 100644
chrome/browser/ui/views/PRESUBMIT.py
100755 → 100644
chrome/test/data/autofill/merge/tools/flatten.py
100644 → 100755
chrome/test/pyautolib/chromeos/chromeos_utils.py
100644 → 100755
chrome/test/pyautolib/chromeos/enable_testing.py
100644 → 100755
chrome/test/pyautolib/chromeos/suid_actions.py
100644 → 100755
chrome/test/pyautolib/fetch_prebuilt_pyauto.py
100644 → 100755
chrome/test/pyautolib/generate_docs.py
100644 → 100755
chrome/test/pyautolib/perf_snapshot.py
100644 → 100755
chrome/test/pyautolib/pyauto.py
100644 → 100755
chrome/test/pyautolib/pyauto_utils_test.py
100644 → 100755
chrome/test/pyautolib/remote_host.py
100644 → 100755
chrome/tools/build/appid.py
100644 → 100755
chrome/tools/build/generate_policy_source.py
100644 → 100755
chrome/tools/build/win/make_policy_zip.py
100644 → 100755
chrome/tools/build/win/scan_server_dlls.py
100644 → 100755
chrome/tools/webforms_aggregator.py
100644 → 100755
chrome/tools/webforms_aggregator_tests.py
100644 → 100755
chrome/tools/webforms_aggregator_unittests.py
100644 → 100755
chrome/tools/webforms_extractor.py
100644 → 100755
This diff is collapsed.
Please register or sign in to comment