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

Unified Diff: ui/file_manager/file_manager/foreground/js/task_controller_unittest.html

Issue 821003002: Files.app: Fix TaskController so that it calls correct default task. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Licence Created 6 years 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: ui/file_manager/file_manager/foreground/js/task_controller_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/media_scanner_unittest.html b/ui/file_manager/file_manager/foreground/js/task_controller_unittest.html
similarity index 54%
copy from ui/file_manager/file_manager/background/js/media_scanner_unittest.html
copy to ui/file_manager/file_manager/foreground/js/task_controller_unittest.html
index b6cf9ca337a33e5da9e239f1930653496259584f..ee807ee7ce463cc65637dc807db9b98f840993f4 100644
--- a/ui/file_manager/file_manager/background/js/media_scanner_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/task_controller_unittest.html
@@ -3,27 +3,22 @@
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
+<command id="open-with"></command>
-<html>
-<body>
-
+<script src="../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../../../ui/webui/resources/js/cr.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
-<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
-
-<script src="../../common/js/volume_manager_common.js"></script>
-<script src="../../common/js/importer_common.js"></script>
+<script src="../../../../../ui/webui/resources/js/cr/ui.js"></script>
+<script src="../../../../../ui/webui/resources/js/cr/ui/command.js"></script>
<script src="../../common/js/file_type.js"></script>
<script src="../../common/js/mock_entry.js"></script>
-<script src="../../common/js/mock_file_system.js"></script>
<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
-<script src="file_operation_util.js"></script>
-<script src="import_history.js"></script>
-<script src="test_import_history.js"></script>
-<script src="media_scanner.js"></script>
-
-<script src="media_scanner_unittest.js"></script>
+<script src="../../common/js/volume_manager_common.js"></script>
+<script src="dialog_type.js"></script>
+<script src="file_selection.js"></script>
+<script src="file_tasks.js"></script>
+<script src="metadata/mock_metadata_cache.js"></script>
+<script src="task_controller.js"></script>
-</body>
-</html>
+<script src="task_controller_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698