tree: 99d806adff5674fd627fb63fb75752dc99f5cd2e [path history] [tgz]
  1. grit/
  2. preprocess_tests/
  3. third_party/
  4. .gitignore
  5. BUILD.gn
  6. grit.py
  7. grit_defines.gni
  8. grit_info.py
  9. grit_rule.gni
  10. MANIFEST.in
  11. minify_with_uglify.py
  12. minimize_css.py
  13. minimize_css_unittest.py
  14. OWNERS
  15. pak_util.py
  16. preprocess_if_expr.gni
  17. preprocess_if_expr.py
  18. preprocess_if_expr_test.py
  19. PRESUBMIT.py
  20. README.md
  21. repack.gni
  22. setup.py
  23. stamp_grit_sources.py
tools/grit/README.md

GRIT (Google Resource and Internationalization Tool)

This is a tool for projects to manage resources and simplify the localization workflow.

See the user guide for more details on using this project: https://dev.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-guide

History

This code previously used to live at https://code.google.com/p/grit-i18n/source/checkout which still contains the project‘s history. https://chromium.googlesource.com/external/grit-i18n/ is a git mirror of the SVN repository that’s identical except for the last two commits. The project is now developed in the Chromium project directly.

There is a read-only mirror of just this directory at https://chromium.googlesource.com/chromium/src/tools/grit/ if you don't want to check out all of Chromium.