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

Unified Diff: ui/file_manager/file_manager/foreground/js/compiled_resources.gyp

Issue 789603004: Add a TaskQueue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an interface for TaskQueue.Task. 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/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
index 0c711bd4b921be270d38c75d35993e50305c6e22..2290e44b9c6c32fa7cc91d6ce0b924c1261558e3 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
@@ -58,6 +58,7 @@
'../../background/js/import_history.js',
'../../background/js/media_import_handler.js',
'../../background/js/media_scanner.js',
+ '../../background/js/task_queue.js',
'../../background/js/background_base.js',
'../../background/js/background.js',
'../../../image_loader/image_loader_client.js',

Powered by Google App Engine
This is Rietveld 408576698