tree: 100eab7b693f6359fe8ad839346381a66fb54848 [path history] [tgz]
  1. java/
  2. BUILD.gn
  3. 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