Commit 65c6909d authored by bpastene's avatar bpastene Committed by Commit bot

Remove appurify python client from Chromium DEPS.

BUG=
TBR=jbudorick@chromium.org

Review-Url: https://codereview.chromium.org/2282893002
Cr-Commit-Position: refs/heads/master@{#414873}
parent 634e7ec2
......@@ -437,9 +437,6 @@ deps_os = {
'src/third_party/apache-portable-runtime/src':
Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
'src/third_party/appurify-python/src':
Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
'src/third_party/errorprone/lib':
Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea83b66343133b9c76b7d3288c30321818ebcf',
......
......@@ -7,7 +7,6 @@
'../../build/util/lib/common/',
'../../third_party/android_tools/sdk/build-tools/',
'../../third_party/android_tools/sdk/platform-tools/',
'../../third_party/appurify-python/',
'../../third_party/catapult/',
'../../third_party/requests/',
'../../tools/swarming_client/',
......
# Generated by running:
# build/print_python_deps.py --root build/android --output build/android/test_runner.pydeps build/android/test_runner.py
../../third_party/appurify-python/src/appurify/__init__.py
../../third_party/appurify-python/src/appurify/api.py
../../third_party/appurify-python/src/appurify/constants.py
../../third_party/appurify-python/src/appurify/utils.py
../../third_party/catapult/catapult_base/catapult_base/__init__.py
../../third_party/catapult/catapult_base/catapult_base/cloud_storage.py
../../third_party/catapult/catapult_base/catapult_base/util.py
......@@ -118,14 +114,6 @@ pylib/perf/__init__.py
pylib/perf/perf_test_instance.py
pylib/remote/__init__.py
pylib/remote/device/__init__.py
pylib/remote/device/appurify_constants.py
pylib/remote/device/appurify_sanitized.py
pylib/remote/device/remote_device_environment.py
pylib/remote/device/remote_device_gtest_run.py
pylib/remote/device/remote_device_helper.py
pylib/remote/device/remote_device_instrumentation_test_run.py
pylib/remote/device/remote_device_test_run.py
pylib/remote/device/remote_device_uirobot_test_run.py
pylib/results/__init__.py
pylib/results/flakiness_dashboard/__init__.py
pylib/results/flakiness_dashboard/json_results_generator.py
......
This diff is collapsed.
jbudorick@chromium.org
klundberg@chromium.org
Name: Appurify Python Api
URL: https://github.com/appurify/appurify-python
Version: 0.1.10
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: no
Description: Appurify api for communicating with their services.
Local Modifications: None
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment