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