tree: fa1710a4f4c67af29be3baba06678cd8329def4d [path history] [tgz]
  1. java/
  2. BUILD.gn
  3. OWNERS
  4. README.md
android_webview/glue/README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also