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

Unified Diff: ui/file_manager/file_manager/manifest.json

Issue 762593006: Prototype implementation of MediaImportHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master. 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/manifest.json
diff --git a/ui/file_manager/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
index 1dbaeb188e8dece757a8ccc71aa6fe45b665b3d2..0459f223e1b7ad44f0d3e31a603efa3a95edaa6e 100644
--- a/ui/file_manager/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -170,6 +170,7 @@
"chrome://resources/js/cr/event_target.js",
"chrome://resources/js/cr/ui/array_data_model.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",
@@ -182,6 +183,7 @@
"background/js/file_operation_manager.js",
"background/js/file_operation_util.js",
"background/js/import_history.js",
+ "background/js/media_import_handler.js",
"background/js/media_scanner.js",
"background/js/progress_center.js",
"background/js/test_util.js",
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources.gyp ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698