blob: 67e55dec2d61a4ee4b775f899faf6045aa587770 [file] [log] [blame] [view]
# //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/`).