tree: 67a1e1bf67c8fae1e20f8d8e4e15ada65435a41e [path history] [tgz]
  1. grit/
  2. third_party/
  3. .gitignore
  4. BUILD.gn
  5. grit.py
  6. grit_info.py
  7. grit_rule.gni
  8. MANIFEST.in
  9. minify_with_uglify.py
  10. minimize_css.py
  11. minimize_css_unittest.py
  12. OWNERS
  13. pak_util.py
  14. PRESUBMIT.py
  15. README.md
  16. repack.gni
  17. setup.py
  18. 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.