Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-06-10 04:01:13 -07:00 committed by GitHub
parent 129f670a13
commit a399df4c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3074,10 +3074,8 @@ group("gpu_pytype") {
"//content/test/gpu/run_pytype.py",
"//content/test/gpu/validate_tag_consistency.py",
"//build/util/lib/results/",
"//content/test/gpu/gold_inexact_matching/",
"//content/test/gpu/flake_suppressor/",
"//testing/pytype_common/",
"//testing/unexpected_passes_common/",
]
@ -3086,5 +3084,6 @@ group("gpu_pytype") {
# don't accidentally omit Python files that the real tests would be using.
":telemetry_gpu_integration_test_scripts_only",
":telemetry_gpu_integration_test_support",
"//testing:pytype_dependencies",
]
}