• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

grit/H16-Feb-2021-29,04122,974

preprocess_tests/H03-May-2022-

third_party/six/H16-Feb-2021-919692

.gitignoreH A D16-Feb-20216 21

BUILD.gnH A D16-Feb-20211.4 KiB4938

MANIFEST.inH A D16-Feb-202186 43

OWNERSH A D16-Feb-2021309 1310

PRESUBMIT.pyH A D16-Feb-2021959 3018

README.mdH A D16-Feb-2021802 2014

grit.pyH A D16-Feb-2021712 3220

grit_defines.gniH A D16-Feb-20212.2 KiB140125

grit_info.pyH A D16-Feb-20215.7 KiB174126

grit_rule.gniH A D16-Feb-202115.6 KiB473428

minify_with_uglify.pyH A D16-Feb-20211.1 KiB4529

minimize_css.pyH A D16-Feb-20212.8 KiB10691

minimize_css_unittest.pyH A D16-Feb-20211.8 KiB5943

pak_util.pyH A D16-Feb-20218 KiB229186

preprocess_grit.gniH A D16-Feb-20211.3 KiB5042

preprocess_grit.pyH A D16-Feb-20213 KiB10276

preprocess_grit_test.pyH A D16-Feb-20211.4 KiB5035

repack.gniH A D16-Feb-20215.9 KiB190172

setup.pyH A D16-Feb-20211.5 KiB4737

stamp_grit_sources.pyH A D16-Feb-20211.6 KiB5831

README.md

1# GRIT (Google Resource and Internationalization Tool)
2
3This is a tool for projects to manage resources and simplify the localization
4workflow.
5
6See the user guide for more details on using this project:
7https://dev.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-guide
8
9## History
10
11This code previously used to live at
12https://code.google.com/p/grit-i18n/source/checkout which still contains the
13project's history.  https://chromium.googlesource.com/external/grit-i18n/ is
14a git mirror of the SVN repository that's identical except for the last two
15commits.  The project is now developed in the Chromium project directly.
16
17There is a read-only mirror of just this directory at
18https://chromium.googlesource.com/chromium/src/tools/grit/ if you don't want to
19check out all of Chromium.
20