0
Files
src/components/query_parser
Peter Kasting ccea09835f [cleanup] Replace base::ranges with std::ranges: components/
Done entirely with `git grep` and `sed` + `git cl format`, no
hand-editing.

Bug: 386918226
Change-Id: I7377af2f9c3758c68a249b421d98bd3fd5c2c1fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6201377
Auto-Submit: Peter Kasting <pkasting@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411730}
2025-01-27 10:38:22 -08:00
..

query_parser is a components used by both history and bookmarks to avoid having
a cyclic dependencies between the two components. It only exports types used to
parse and normalize queries into the history search.

query_parser is not allowed to depend on content/, because it is used by iOS.
If dependences on content/ need to be added to query_parser, it will have to be
made into a layered component. See [1] for more information.

1: http://www.chromium.org/developers/design-documents/layered-components-design