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