Skip to content

Latest commit

 

History

History

glue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

//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