fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / android_webview / gpu / README.md
1 # //android\_webview/gpu/
2
3 This folder holds WebView's gpu-specific code.
4
5 WebView's gpu code always runs in the browser process.
6
7 ## Folder dependencies
8
9 Like with other content embedders, `//android_webview/gpu/` can depend on
10 `//android_webview/common/` but not `//android_webview/browser/`. It can also
11 depend on content layer (and lower layers) as other embedders would (ex. can
12 depend on `//content/public/gpu/`, `//content/public/common/`).