tree: 50d121b5a1533e3a13b7ea5451137e4c672c0523 [path history] [tgz]
  1. content/
  2. core/
  3. BUILD.gn
  4. DEPS
  5. features.gni
  6. feed_feature_list.cc
  7. feed_feature_list.h
  8. OWNERS
  9. README.md
components/feed/README.md

Feed Host Component

Feed host is a component providing necessary APIs for hosting a third party Feed library in Chrome. Initially the Feed library is only supporting Chrome for Android, but most of the host API implementations are designed to be reusable on other platforms.

Library code and host API definitions can be found under //third_party/feed/. More information about the library is available in the README.md.