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

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

Issue 739263003: Add a media scanner convenience class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: ui/file_manager/file_manager/background/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources.gyp b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
index 969341b700a4af60ada0598d673d633341e0e75b..be13541f73c4ba2b3775f722fef0e264d78a0f83 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
@@ -17,6 +17,7 @@
'../../../image_loader/image_loader_client.js',
'../../common/js/error_util.js',
'../../common/js/async_util.js',
+ '../../common/js/file_type.js',
'../../common/js/importer_common.js',
'../../common/js/progress_center_common.js',
'../../common/js/util.js',
@@ -30,6 +31,7 @@
'file_operation_handler.js',
'file_operation_manager.js',
'import_history.js',
+ 'media_scanner.js',
'progress_center.js',
'volume_manager.js',
'background_base.js',

Powered by Google App Engine
This is Rietveld 408576698