Reland: "Add stacktrace scripts to telemetry isolate"

The original setup failed on bots with:
  dependency_manager.exceptions.EmptyConfigError: \
    Empty config at [...]/build/android/devil_chromium.json

Add this file to the isolate as well and reland.

The reason I listed in the original revert (crrev.com/637340) was probably
incorrect. The problem was that this change became more visible on the bots by
printing a stack trace - this is being mitigated by [1] and is orthogonal to
what is being fixed here.

[1] crashpad_stackwalker: no error when crash not found
    http://crrev.com/637655

Original change's description:
> Add stacktrace scripts to telemetry isolate
>
> Add the crashpad stack walking scripts to the isolate that runs
> performance tests with Telemetry.
>
> There are multiple places where the python scripts can be inserted as
> 'data' dependencies. In the end choosing the place closest to where the
> native third_party/breakpad tools are pulled in.
>
> I checked that after the change the isolate 'performance_test_suite'
> (defined in testing/buildbot/gn_isolate_map.pyl) actually contains the
> new files. I used this command:
>
> shell> python tools/mb/mb.py isolate out/Release performance_test_suite
>
> Bug: 935979
> Reviewed-on: https://chromium-review.googlesource.com/c/1497076
> Reviewed-by: Caleb Rouleau <[email protected]>
> Commit-Queue: Egor Pasko <[email protected]>

Bug: 935979
Change-Id: I64867c51a3201b98647487f9c690c34ffe1ee039
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1499675
Reviewed-by: Andrew Grieve <[email protected]>
Reviewed-by: Caleb Rouleau <[email protected]>
Commit-Queue: Egor Pasko <[email protected]>
Cr-Commit-Position: refs/heads/master@{#640748}
diff --git a/build/android/devil_chromium.pydeps b/build/android/devil_chromium.pydeps
new file mode 100644
index 0000000..ea8f0c2
--- /dev/null
+++ b/build/android/devil_chromium.pydeps
@@ -0,0 +1,38 @@
+# Generated by running:
+#   build/print_python_deps.py --root build/android --output build/android/devil_chromium.pydeps build/android/devil_chromium.py
+../../third_party/catapult/common/py_utils/py_utils/__init__.py
+../../third_party/catapult/common/py_utils/py_utils/cloud_storage.py
+../../third_party/catapult/common/py_utils/py_utils/cloud_storage_global_lock.py
+../../third_party/catapult/common/py_utils/py_utils/lock.py
+../../third_party/catapult/dependency_manager/dependency_manager/__init__.py
+../../third_party/catapult/dependency_manager/dependency_manager/archive_info.py
+../../third_party/catapult/dependency_manager/dependency_manager/base_config.py
+../../third_party/catapult/dependency_manager/dependency_manager/cloud_storage_info.py
+../../third_party/catapult/dependency_manager/dependency_manager/dependency_info.py
+../../third_party/catapult/dependency_manager/dependency_manager/dependency_manager_util.py
+../../third_party/catapult/dependency_manager/dependency_manager/exceptions.py
+../../third_party/catapult/dependency_manager/dependency_manager/local_path_info.py
+../../third_party/catapult/dependency_manager/dependency_manager/manager.py
+../../third_party/catapult/dependency_manager/dependency_manager/uploader.py
+../../third_party/catapult/devil/devil/__init__.py
+../../third_party/catapult/devil/devil/android/__init__.py
+../../third_party/catapult/devil/devil/android/constants/__init__.py
+../../third_party/catapult/devil/devil/android/constants/chrome.py
+../../third_party/catapult/devil/devil/android/ndk/__init__.py
+../../third_party/catapult/devil/devil/android/ndk/abis.py
+../../third_party/catapult/devil/devil/android/sdk/__init__.py
+../../third_party/catapult/devil/devil/android/sdk/keyevent.py
+../../third_party/catapult/devil/devil/android/sdk/version_codes.py
+../../third_party/catapult/devil/devil/base_error.py
+../../third_party/catapult/devil/devil/constants/__init__.py
+../../third_party/catapult/devil/devil/constants/exit_codes.py
+../../third_party/catapult/devil/devil/devil_env.py
+../../third_party/catapult/devil/devil/utils/__init__.py
+../../third_party/catapult/devil/devil/utils/reraiser_thread.py
+../../third_party/catapult/devil/devil/utils/timeout_retry.py
+../../third_party/catapult/devil/devil/utils/watchdog_timer.py
+../../third_party/catapult/third_party/zipfile/zipfile_2_7_13.py
+devil_chromium.py
+pylib/__init__.py
+pylib/constants/__init__.py
+pylib/constants/host_paths.py