summaryrefslogtreecommitdiff
path: root/chromium/build/skia_gold_common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/skia_gold_common/README.md')
-rw-r--r--chromium/build/skia_gold_common/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/build/skia_gold_common/README.md b/chromium/build/skia_gold_common/README.md
new file mode 100644
index 00000000000..ec721117480
--- /dev/null
+++ b/chromium/build/skia_gold_common/README.md
@@ -0,0 +1,6 @@
+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.