commit | 22483d9ca6e393635ffdf371c35026f0e8ec429c | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed May 20 09:26:47 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 20 09:26:47 2015 -0700 |
tree | f55507e4e84ded05f5c3cf98106938600eee1d30 | |
parent | 41868fe5625fc3bd70daa3f461c881b5db6a9265 [diff] |
Sort build files for consistent link order. Prior to the introduction of find.py, GMs were liked in the order they were listed in the gypi file, which was generally alphabetically. This made it fairly easy to predict where slides would show up in SampleApp and the order was consistent. This simply sorts the list of files in find.py to restore the expectation that files should be listed in the build in alphabetical order. Review URL: https://codereview.chromium.org/1144973003