commit | 3c5cfb0d156d09d0da76d9d0a036b08f4ba8a537 | [log] [tgz] |
---|---|---|
author | Ben Wagner <benjaminwagner@google.com> | Wed Feb 08 14:09:08 2017 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Feb 08 20:21:18 2017 +0000 |
tree | 4bd185dc0679633bb30f89f4fa5785ba31cb2e16 | |
parent | 2aa535e6917b72861d5b51cae297d15894b04d07 [diff] |
Remove exec bit from source files. Ran: find src include \( -name '*.cpp' -o -name '*.h' \) -executable -exec chmod -x {} \; BUG=skia: Change-Id: I04a4adbfcea9fd9860ab83d43734dc5158d3a884 Reviewed-on: https://skia-review.googlesource.com/8220 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>