summaryrefslogtreecommitdiffstats
path: root/tools/yes_no.py
Commit message (Collapse)AuthorAgeFilesLines
* tools/sort_sources.py: sort C++ source file names in build files.satorux2015-02-101-0/+28
tools/git/move_source_file.py updates C++ source file names in build files for you, but it does not sort the updated file names. With this tool, you can sort C++ source file names in build files (both GYP and GN files supported) automatically. It's not perfect but should work reasonably well. BUG=456014 TEST=Run the tool against some build files. The results are included in the patch. Review URL: https://codereview.chromium.org/888873003 Cr-Commit-Position: refs/heads/master@{#315517}