chromium-src-build/skia_gold_common
Brian Sheedy dced803a47 Add Gold CRS arg
Adds the --code-review-system flag to the Android test runner and adds
the necessary code to handle it for use with Gold. This is necessary
because we will be specifying 'gerrit-internal' when running tryjobs
for internal CLs so that Gold knows where to comment if new images are
generated.

Bug: 1077274
Change-Id: I5ce089a511275afed0c06378d9d49e977e330f85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366072
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800652}
GitOrigin-RevId: d905484ce6700a15442a7625ef27a93f220acdc8
2020-08-21 11:32:16 -07:00
..
.style.yapf
OWNERS Fix GPU pixel inexact matching 2020-06-25 20:42:37 -07:00
PRESUBMIT.py
README.md
__init__.py
skia_gold_properties.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00
skia_gold_properties_unittest.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00
skia_gold_session.py Report public and internal Gold links 2020-07-08 06:42:32 -07:00
skia_gold_session_manager.py
skia_gold_session_manager_unittest.py
skia_gold_session_unittest.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00
unittest_utils.py Add Gold CRS arg 2020-08-21 11:32:16 -07:00

README.md

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.