Commit 3e0d9480 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

Remove metrics and analytics from FilesApp import_history_unittest

CL:1345374 removed metrics / analytics use from ImportHistory and with
those gone, we can now 1) remove them from import_history_unittest and
2) remove metrics from the import history js_library BUILD deps.

No change in test behavior, no new tests.

Bug: 905934
Change-Id: I706beb0fa5c61fdb55b46a8d2072a9de1016fa40
Reviewed-on: https://chromium-review.googlesource.com/c/1346189Reviewed-by: default avatarSam McNally <sammc@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610003}
parent b15d163a
......@@ -209,8 +209,6 @@ js_library("import_history") {
deps = [
":metadata_proxy",
"../../common/js:importer_common",
"../../common/js:metrics",
"../../common/js:metrics_events",
"../../common/js:util",
]
}
......
......@@ -7,15 +7,10 @@
<html>
<body>
<script src="../../../../../third_party/analytics/google-analytics-bundle.js"></script>
<script src="../../../base/js/volume_manager_types.js"></script>
<script src="../../common/js/importer_common.js"></script>
<script src="../../common/js/lru_cache.js"></script>
<script src="../../common/js/test_importer_common.js"></script>
<script src="../../common/js/test_tracker.js"></script>
<script src="../../common/js/metrics_base.js"></script>
<script src="../../common/js/metrics_events.js"></script>
<script src="../../common/js/mock_entry.js"></script>
<script src="../../../base/js/test_error_reporting.js"></script>
<script src="../../common/js/unittest_util.js"></script>
......
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