Delete deprecated Python policy test server and its references
Bug: 1270314 Change-Id: Ifede6f74b701959c3bace232af36ff9e686b72b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3452227 Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Auto-Submit: Sergiy Belozorov <sergiyb@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Cr-Commit-Position: refs/heads/main@{#969616}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
149ff9af20
commit
f1b786b4b2
1
.vpython
1
.vpython
@ -161,7 +161,6 @@ wheel: <
|
||||
|
||||
# Used by:
|
||||
# build/android/pylib/local/emulator/avd.py
|
||||
# components/policy/test_support/policy_testserver.py
|
||||
wheel: <
|
||||
name: "infra/python/wheels/protobuf-py2_py3"
|
||||
version: "version:3.6.1"
|
||||
|
@ -40,7 +40,6 @@ verify_pep425_tag: [
|
||||
|
||||
# Used by:
|
||||
# build/android/pylib/local/emulator/avd.py
|
||||
# components/policy/test_support/policy_testserver.py
|
||||
wheel: <
|
||||
name: "infra/python/wheels/protobuf-py2_py3"
|
||||
version: "version:3.15.8"
|
||||
|
@ -67,29 +67,6 @@ group("test") {
|
||||
testonly = true
|
||||
}
|
||||
|
||||
group("policy_testserver_pyproto") {
|
||||
# Python proto files used by chrome/browser/policy/test/policy_testserver.py
|
||||
|
||||
data = [
|
||||
"$root_out_dir/pyproto/components/policy/proto/device_management_backend_pb2.py",
|
||||
"$root_out_dir/pyproto/components/policy/proto/cloud_policy_pb2.py",
|
||||
"$root_out_dir/pyproto/components/policy/proto/policy_common_definitions_pb2.py",
|
||||
"$root_out_dir/pyproto/third_party/shell-encryption/src/serialization_pb2.py",
|
||||
"$root_out_dir/pyproto/third_party/private_membership/src/private_membership_pb2.py",
|
||||
"$root_out_dir/pyproto/third_party/private_membership/src/private_membership_rlwe_pb2.py",
|
||||
]
|
||||
|
||||
if (!is_android) {
|
||||
# Used by chrome/browser/policy/test/policy_testserver.py
|
||||
data += [ "$root_out_dir/pyproto/components/policy/proto/chrome_extension_policy_pb2.py" ]
|
||||
}
|
||||
|
||||
if (is_chromeos_ash) {
|
||||
# Used by chrome/browser/policy/test/policy_testserver.py
|
||||
data += [ "$root_out_dir/pyproto/components/policy/proto/chrome_device_policy_pb2.py" ]
|
||||
}
|
||||
}
|
||||
|
||||
if (is_android) {
|
||||
android_library("test_support_java") {
|
||||
testonly = true
|
||||
@ -1128,7 +1105,6 @@ if (!is_android) {
|
||||
|
||||
deps = [
|
||||
":browser_tests_runner",
|
||||
":policy_testserver_pyproto",
|
||||
":sync_integration_test_support",
|
||||
":test_support",
|
||||
":test_support_ui",
|
||||
|
@ -5,8 +5,6 @@
|
||||
static_library("test_support") {
|
||||
testonly = true
|
||||
|
||||
data = [ "policy_testserver.py" ]
|
||||
|
||||
sources = [
|
||||
"client_storage.cc",
|
||||
"client_storage.h",
|
||||
|
@ -1,3 +0,0 @@
|
||||
# policy_testserver.py is used in tast and autotest integration tests.
|
||||
|
||||
per-file policy_testserver.py=ftirelo@chromium.org, pmarko@chromium.org, vsavu@google.com
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user