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

Unified Diff: tools/telemetry/telemetry/benchmark.py

Issue 1165273003: Move cloud_storage to catapult_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/benchmark.py
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
index 56224050301a634d3ebc8200ce4025693816e26c..71e9f97acc18d72eb1effb33a4207604a4a0a638 100644
--- a/tools/telemetry/telemetry/benchmark.py
+++ b/tools/telemetry/telemetry/benchmark.py
@@ -9,6 +9,7 @@ import shutil
import sys
import zipfile
+from catapult_base import cloud_storage
from telemetry.core import browser_finder
from telemetry.core import command_line
from telemetry.core import util
@@ -19,7 +20,6 @@ from telemetry.page import page_set
from telemetry.page import page_test
from telemetry.page import test_expectations
from telemetry.results import results_options
-from telemetry.util import cloud_storage
from telemetry.util import exception_formatter
from telemetry.web_perf import timeline_based_measurement
« no previous file with comments | « tools/telemetry/catapult_base/support_binaries.py ('k') | tools/telemetry/telemetry/core/platform/linux_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698