Index: ui/file_manager/file_manager/foreground/js/import_controller_unittest.html |
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html |
index 4cf860fe6ae8d99681dfe45a7b6bbc61eddd73c9..cd2103977491a1683717b783f3900a9026f3e09f 100644 |
--- a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html |
+++ b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html |
@@ -6,6 +6,8 @@ |
<html> |
<body> |
+ <script src="../../../../../third_party/analytics/google-analytics-bundle.js"></script> |
mtomasz
2015/03/23 00:28:36
Are we registering and uploading analytics hits wh
Steve McKay
2015/03/23 16:20:49
Nope. We install a test tracker. But there are oth
|
+ |
<script src="../../../../../ui/webui/resources/js/cr.js"></script> |
<script src="../../../../../ui/webui/resources/js/assert.js"></script> |
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script> |
@@ -16,6 +18,9 @@ |
<script src="../../common/js/mock_entry.js"></script> |
<script src="../../common/js/unittest_util.js"></script> |
<script src="../../common/js/util.js"></script> |
+ <script src="../../common/js/metrics_base.js"></script> |
+ <script src="../../common/js/metrics_events.js"></script> |
+ <script src="../../common/js/test_tracker.js"></script> |
<script src="../../common/js/volume_manager_common.js"></script> |
<script src="../../common/js/importer_common.js"></script> |