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

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

Issue 48623002: [Files.app] Add an unittest of NavigationListModel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/navigation_list_model_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
new file mode 100644
index 0000000000000000000000000000000000000000..02b37bfc6c4949d0ec1888b237d1e8cf7c7d257e
--- /dev/null
+++ b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<!-- Copyright 2013 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/ui.js"></script>
+<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
+<script src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script>
+
+<script src="../../../../browser/resources/file_manager/common/js/async_util.js"></script>
+<script src="../../../../browser/resources/file_manager/common/js/path_util.js"></script>
+<script src="../../../../browser/resources/file_manager/common/js/util.js"></script>
+
+<script src="../../../../browser/resources/file_manager/background/js/volume_manager.js"></script>
+<script src="../../../../browser/resources/file_manager/foreground/js/navigation_list_model.js"></script>
+
+<script src="mocks/mock_file_entry.js"></script>
+<script src="mocks/mock_volume_manager.js"></script>
+<script src="mocks/mock_folder_shortcut_data_model.js"></script>
+
+<script src="navigation_list_model_unittest.js"></script>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698