Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_main_delegate.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_main_delegate.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
webview_entry_point.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
webview_jni_onload.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
webview_jni_onload.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
webview_tests.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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