1
2
3
4
5
6
7
8
9
10
11
12
13
android_webview / lib / README.md [blame]
# //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/`).