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

Unified Diff: chrome/test/data/file_manager/unit_tests/media_import_handler_unittest.html

Issue 762593006: Prototype implementation of MediaImportHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master. 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: chrome/test/data/file_manager/unit_tests/media_import_handler_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html b/chrome/test/data/file_manager/unit_tests/media_import_handler_unittest.html
similarity index 75%
copy from chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html
copy to chrome/test/data/file_manager/unit_tests/media_import_handler_unittest.html
index aae1dfe99a71231bb02399e64ae1c50430c46728..f0995f8896d0d92bfd31d4ac4cf5c5c4e6a98bc1 100644
--- a/chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html
+++ b/chrome/test/data/file_manager/unit_tests/media_import_handler_unittest.html
@@ -13,13 +13,17 @@
<script src="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script>
<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
-
<script src="../../../../../ui/file_manager/file_manager/common/js/volume_manager_common.js"></script>
+
+ <script src="../../../../../ui/file_manager/file_manager/background/js/media_import_handler.js"></script>
<script src="../../../../../ui/file_manager/file_manager/background/js/volume_manager.js"></script>
<script src="test_util.js"></script>
<script src="mocks/mock_entry.js"></script>
+ <script src="mocks/mock_file_operation_manager.js"></script>
+ <script src="mocks/mock_media_scanner.js"></script>
+ <script src="mocks/mock_volume_manager.js"></script>
- <script src="volume_manager_unittest.js"></script>
+ <script src="media_import_handler_unittest.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698