tree: 78b429edc539e3a5faff3018a0931849dc42cded [path history] [tgz]
  1. aw_main_delegate.cc
  2. aw_main_delegate.h
  3. BUILD.gn
  4. DEPS
  5. README.md
  6. webview_entry_point.cc
  7. webview_jni_onload.cc
  8. webview_jni_onload.h
  9. webview_tests.cc
android_webview/lib/README.md

//android_webview/lib/

This folder holds the native entrypoint for all WebView processes, and is responsible for delegating to //android_webview/browser/, //android_webview/renderer/, etc.. implementations depending on what process is being started.

Folder dependencies

//android_webview/lib/ is analogous to the app folder in other content embedders. As such, it is the only path allowed to depend on native code from all processes (e.g. both //android_webview/browser/ and //android_webview/renderer/).