Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Issue 1314313004: [Android][telemetry] Update pylib imports for modules that moved into devil. (Closed)

Created:
5 years, 3 months ago by jbudorick
Modified:
5 years, 3 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, penghuang+watch-mandoline_chromium.org, telemetry-reviews_chromium.org, yfriedman+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android][telemetry] Update pylib imports for modules that moved into devil. BUG=476719 Committed: https://crrev.com/06162944abfc0cba869f7e783a7c5a7d94246288 Cr-Commit-Position: refs/heads/master@{#347187}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -552 lines) Patch
M build/android/adb_install_apk.py View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 1 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/avd.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/bb_run_sharded_steps.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 1 1 chunk +8 lines, -8 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + build/android/devil/android/ports.py View 3 chunks +15 lines, -10 lines 0 comments Download
A + build/android/devil/utils/reraiser_thread_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + build/android/devil/utils/timeout_retry_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/emma_coverage_stats.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/enable_asserts.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/findbugs_diff.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/generate_emma_html.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/apk_install.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/create_device_library_links.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/util/build_device.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/host_heartbeat.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/install_emulator_deps.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/method_count.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/preprocess_google_play_services.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/provision_devices.py View 1 1 chunk +6 lines, -7 lines 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/base/test_dispatcher.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/base/test_dispatcher_unittest.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/chrome_test_server_spawner.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/constants/__init__.py View 1 1 chunk +0 lines, -8 lines 0 comments Download
M build/android/pylib/device_settings.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/flag_changer.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/forwarder.py View 1 1 chunk +1 line, -3 lines 0 comments Download
M build/android/pylib/gtest/gtest_test_instance.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/gtest/local_device_gtest_run.py View 1 1 chunk +3 lines, -4 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_package_exe.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/host_driven/test_case.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/setup.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/test_package.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/junit/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/linker/test_case.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/linker/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/local/device/local_device_environment.py View 1 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/local/device/local_device_test_run.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/monkey/test_runner.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/perf/cache_control.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/perf_control.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/perf/perf_control_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/setup.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/perf/surface_stats_collector.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/perf/test_runner.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/perf/thermal_throttle.py View 1 1 chunk +2 lines, -1 line 0 comments Download
D build/android/pylib/ports.py View 1 chunk +0 lines, -173 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_helper.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_instrumentation_test_run.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/results/flakiness_dashboard/results_uploader.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/screenshot.py View 1 1 chunk +3 lines, -5 lines 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/uirobot/uirobot_test_instance.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/emulator.py View 1 1 chunk +4 lines, -5 lines 0 comments Download
M build/android/pylib/utils/findbugs.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/isolator.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/proguard.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/repo_utils.py View 1 1 chunk +1 line, -1 line 0 comments Download
D build/android/pylib/utils/reraiser_thread_unittest.py View 1 1 chunk +0 lines, -111 lines 0 comments Download
M build/android/pylib/utils/test_environment.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
D build/android/pylib/utils/timeout_retry_unittest.py View 1 1 chunk +0 lines, -52 lines 0 comments Download
M build/android/pylib/valgrind_tools.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/screenshot.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/test_runner.py View 1 2 chunks +9 lines, -8 lines 0 comments Download
M build/android/tombstones.py View 1 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/update_verification.py View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/internal/app/android_app_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/app/android_process.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/android_command_line_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/android_command_line_backend_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/chrome/android_browser_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/chrome/android_browser_finder.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/chrome/android_browser_finder_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/backends/mandoline/android.py View 1 chunk +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/backends/mandoline/android_mandoline_finder.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/forwarders/android_forwarder.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_device.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_device_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_platform_backend.py View 1 2 chunks +4 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_platform_backend_unittest.py View 5 chunks +6 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/power_monitor/android_temperature_monitor.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/android_traceview_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/java_heap_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/oomkiller_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/perf_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/screenshot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
jbudorick
sed is a magical tool.
5 years, 3 months ago (2015-09-03 16:15:55 UTC) #2
nednguyen
lgtm Can we update TELEMETRY_DEPS to get rid of pylib yet? :-)
5 years, 3 months ago (2015-09-03 16:31:34 UTC) #3
jbudorick
On 2015/09/03 at 16:31:34, nednguyen wrote: > lgtm > Can we update TELEMETRY_DEPS to get ...
5 years, 3 months ago (2015-09-03 16:32:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1314313004/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1314313004/30001
5 years, 3 months ago (2015-09-03 16:33:09 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:30001)
5 years, 3 months ago (2015-09-03 18:01:08 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-09-03 18:02:28 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/06162944abfc0cba869f7e783a7c5a7d94246288
Cr-Commit-Position: refs/heads/master@{#347187}

Powered by Google App Engine
This is Rietveld 408576698