unplugged-system/external/cronet/build/skia_gold_common
2025-10-06 13:59:42 +00:00
..
__init__.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
.style.yapf Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
output_managerless_skia_gold_session_unittest.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
output_managerless_skia_gold_session.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
PRESUBMIT.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
run_pytype.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_properties_unittest.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_properties.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_session_manager_unittest.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_session_manager.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_session_unittest.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
skia_gold_session.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
unittest_utils.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.