Revert "Build Glic browser_tests on Linux"

This reverts commit 2a331365b3af170697b8d49d1f647b74fcd592fc.

Reason for revert: Tests are broken on Linux Wayland bot

Original change's description:
> Build Glic browser_tests on Linux
>
> This revealed a number of other parts of the build that avoid compiling
> on linux so this CL updates these to use the existing `enable_glic`
> build flag.
>
> Bug: 378141058
> Change-Id: Idf87ad8f1fb2df3fb620482d760db17a3424a8e7
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089193
> Reviewed-by: Nico Weber <[email protected]>
> Commit-Queue: David Bokan <[email protected]>
> Reviewed-by: Eshwar Stalin <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1395995}

Bug: 378141058
Change-Id: Ifdad258abc9529557204e3b24e2980f5e9a07824
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089889
Commit-Queue: David Bokan <[email protected]>
Owners-Override: Mike Wasserman <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Reviewed-by: Eshwar Stalin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1396077}
NOKEYCHECK=True
GitOrigin-RevId: 3c77efeef3ed5c154b59c0cf5fa77b8dc97aedc4
1 file changed
tree: 5c5b81395ee3515ae70c6497d89f96ab5a8ced80
  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_js.py
  11. minify_js_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.