Home | History | Annotate | only in /external/chromium_org/components/query_parser
Up to higher level directory
NameDateSize
BUILD.gn03-Dec-2014366
OWNERS03-Dec-2014179
query_parser.cc03-Dec-201414.3K
query_parser.h03-Dec-20144.9K
query_parser_unittest.cc03-Dec-20146.1K
README03-Dec-2014515
snippet.cc03-Dec-201411.8K
snippet.h03-Dec-20142.5K
snippet_unittest.cc03-Dec-201413.6K

README

      1 query_parser is a components used by both history and bookmarks to avoid having
      2 a cyclic dependencies between the two components. It only exports types used to
      3 parse and normalize queries into the history search.
      4 
      5 query_parser is not allowed to depend on content/, because it is used by iOS.
      6 If dependences on content/ need to be added to query_parser, it will have to be
      7 made into a layered component. See [1] for more information.
      8 
      9 1: http://www.chromium.org/developers/design-documents/layered-components-design
     10