tree: b322fdc2e2f3eff18a6a3fde02f646eca6ec64e4 [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