mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-12-11 22:56:09 +03:00
7 lines
374 B
Markdown
7 lines
374 B
Markdown
|
This directory contains Python code used for interacting with the Skia Gold
|
||
|
image diff service. It is used by multiple test harnesses, e.g.
|
||
|
`//build/android/test_runner.py` and
|
||
|
`//content/test/gpu/run_gpu_integration_test.py`. A place such as
|
||
|
`//testing/` would likely be a better location, but causes issues with
|
||
|
V8 since it imports `//build/` but not all of Chromium src.
|