tree: 4437aa9bbcc23c2ff0eff59bb4f5e818edc40543 [path history] [tgz]
  1. grit/
  2. preprocess_tests/
  3. .gitignore
  4. BUILD.gn
  5. grit.py
  6. grit_args.gni
  7. grit_info.py
  8. grit_rule.gni
  9. MANIFEST.in
  10. minimize_css.py
  11. minimize_css_unittest.py
  12. OWNERS
  13. pak_util.py
  14. pak_util_unittest.py
  15. preprocess_if_expr.gni
  16. preprocess_if_expr.py
  17. preprocess_if_expr_test.py
  18. PRESUBMIT.py
  19. README.md
  20. repack.gni
  21. setup.py
  22. stamp_grit_sources.py
  23. xtb_util.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.