tree: 959f478b98f8142e545a3a44b3394ad7ea8328b0
  1. boundary_interfaces/
  2. callback/
  3. java/
  4. BUILD.gn
  5. OWNERS
  6. PRESUBMIT.py
  7. proguard.flags
  8. README.md
android_webview/support_library/README.md

//android_webview/support_library/

This folder contains a shim layer between the public AndroidX APIs (androidx.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