summaryrefslogtreecommitdiffstats
path: root/tools/check_grd_for_unused_strings.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove remainder of Athena related code from Chrome.pkotwicz2015-01-201-3/+0
| | | | | | | | | | | | | | | This CL: - Removes athena dependencies from build files for the chrome target - Removes athena-specific files in chrome/ BUG=440818 TEST=None R=sky,scottmg TBR=jamescook (for change to comment in extensions/shell/browser/desktop_controller.h) Review URL: https://codereview.chromium.org/855753004 Cr-Commit-Position: refs/heads/master@{#312282}
* Add athena_strings.grd with athena specific stringspkotwicz2014-09-251-0/+3
| | | | | | | | | BUG=416209 TEST=None Review URL: https://codereview.chromium.org/591803002 Cr-Commit-Position: refs/heads/master@{#296797}
* Cleanup: Move check_grd_for_unused_strings.py out of chrome/tfarina2014-08-291-0/+183
It isn't specific to chrome, it has a broader usage. BUG=None TEST=./tools/check_grd_for_unused_strings.py R=thestig@chromium.org Review URL: https://codereview.chromium.org/523523002 Cr-Commit-Position: refs/heads/master@{#292646}