[strings] Replace removed desktop_linux

`desktop_linux` was removed in https://crrev.com/c/3531197, but the .xtb
files are not being updated due to https://crbug.com/1319063. This
manually replaces `desktop_linux` with `is_linux or chromeos_lacros`.
`chromeos_ash` is explicitly excluded due to https://crbug.com/1307455.

Bug: 1317459
Change-Id: Ic8527e53efd3be06500cc55ac226993ea1ffead3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3632663
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1000619}
NOKEYCHECK=True
GitOrigin-RevId: 0ab91aae1ca7ce18c6da2d5b750bad822ab8f0c3
1 file changed
tree: 55799c6145c7f70bd19ef15623125edea4e58f57
  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. minify_with_uglify.py
  11. minify_with_uglify_unittest.py
  12. minimize_css.py
  13. minimize_css_unittest.py
  14. OWNERS
  15. pak_util.py
  16. pak_util_unittest.py
  17. preprocess_if_expr.gni
  18. preprocess_if_expr.py
  19. preprocess_if_expr_test.py
  20. PRESUBMIT.py
  21. README.md
  22. repack.gni
  23. setup.py
  24. stamp_grit_sources.py
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.