1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

android_webview / gpu / README.md [blame]

# //android\_webview/gpu/

This folder holds WebView's gpu-specific code.

WebView's gpu code always runs in the browser process.

## Folder dependencies

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