tree: 92af0427bd77109151b259df3b037cbe9141bb40 [path history] [tgz]
  1. core/
  2. dummy/
  3. feed_java_sources.gni
  4. OWNERS
  5. README.md
chrome/android/feed/README.md

Feed Host UI

The feed Java package provides support for showing a list of article suggestions rendered by the third party Feed library in Chrome UI.

This directory contains two mirrored packages that provide real and dummy implementations of classes to facilitate compiling out dependencies on //third_party/feed/ and //components/feed/ when the enable_feed_in_chrome build flag is disabled. The public classes and methods in real/dummy used by //chrome/android/java/ must have identical signatures.

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