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

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

Issue 730353002: 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: 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 743ef89f2574626d1fba0620ddede8c1ef11c0b1..729c5ec56ff0520da7ed3146cf5f00f378074d51 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
@@ -15,8 +15,9 @@
'../../../../webui/resources/js/cr/ui/array_data_model.js',
'../../../../webui/resources/js/cr/ui/dialogs.js',
'../../../image_loader/image_loader_client.js',
- '../../common/js/error_util.js',
'../../common/js/async_util.js',
+ '../../common/js/error_util.js',
+ '../../common/js/file_type.js',
'../../common/js/progress_center_common.js',
'../../common/js/util.js',
'../../common/js/volume_manager_common.js',
@@ -29,6 +30,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