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

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

Issue 735013002: Revert of Add a media scanner convenience class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_scanner_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/media_scanner_unittest.html b/chrome/test/data/file_manager/unit_tests/media_scanner_unittest.html
deleted file mode 100644
index dcc7eadf8ee0279730f9b023b5a4f06c6276cd13..0000000000000000000000000000000000000000
--- a/chrome/test/data/file_manager/unit_tests/media_scanner_unittest.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
- -- Use of this source code is governed by a BSD-style license that can be
- -- found in the LICENSE file.
- -->
-
-<html>
-<body>
-
-<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>
-
-<!-- Need to load async_util.js before media_scanner.js -->
-<script src="../../../../../ui/file_manager/file_manager/background/js/media_scanner.js"></script>
-<script src="../../../../../ui/file_manager/file_manager/background/js/file_operation_manager.js"></script>
-<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
-<script src="../../../../../ui/file_manager/file_manager/common/js/file_type.js"></script>
-
-
-<script src="mocks/mock_file_system.js"></script>
-<script src="mocks/mock_entry.js"></script>
-<script src="media_scanner_unittest.js"></script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698