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

Unified Diff: ui/file_manager/file_manager/background/js/task_queue_unittest.html

Issue 789603004: Add a TaskQueue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing assert reference in the unit test. 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/background/js/task_queue_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/task_queue_unittest.html b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
new file mode 100644
index 0000000000000000000000000000000000000000..766df86e8c76a8c85e181304997c3a6f70bc77bd
--- /dev/null
+++ b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
@@ -0,0 +1,18 @@
+<!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/assert.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
+
+ <script src="../../common/js/unittest_util.js"></script>
+ <script src="task_queue.js"></script>
+
+ <script src="task_queue_unittest.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698