1
    2
    3
    4
    5
    6
    7
    8
    9
   10

android_webview / browser / README.md [blame]

# //android\_webview/browser/

This folder holds WebView's browser-specific native code.

## Folder dependencies

Like with other content embedders, `//android_webview/browser/` can depend on
`//android_webview/common/` but not `//android_webview/renderer/`. It can also
depend on content layer (and lower layers) as other embedders would (ex. can
depend on `//content/public/browser/`, `//content/public/common/`).