1
    2
    3
    4
    5
    6
    7
    8
    9

android_webview / common / README.md [blame]

# //android\_webview/common/

This folder holds WebView's native code that is common between processes.

## Folder dependencies

`//android_webview/common/` cannot depend on other non-common WebView code, but
can depend on the content layer (and lower layers) as other embedders would
(ex. can depend on `//content/public/common/`).