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

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

Issue 246543002: Add script files of the separated Gallery.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 8 months 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 d0eba6d28b05ef3360e6bc60aaf130debe70b75c..4f774e112994bae5a5c0d2dd6edfb2e8d4d72164 100644
--- a/ui/file_manager/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -192,7 +192,24 @@
// Required to import scripts in a web worker. Note, that in Apps v2, it is
// enough that anything is passed to web_accessible_resources. If there is
// at least any file, then all files are allowed. http://crbug.com/179127.
- "web_accessible_resources": ["foreground/js/metadata/byte_reader.js"],
+ "web_accessible_resources": [
+ "background/js/test_util.js",
+ "background/js/volume_manager.js",
+ "common/js/async_util.js",
+ "common/js/error_util.js",
+ "common/js/path_util.js",
+ "common/js/util.js",
+ "foreground/js/metadata/byte_reader.js",
+ "foreground/js/metadata/exif_parser.js",
+ "foreground/js/metadata/function_parallel.js",
+ "foreground/js/metadata/function_sequence.js",
+ "foreground/js/metadata/id3_parser.js",
+ "foreground/js/metadata/image_parsers.js",
+ "foreground/js/metadata/metadata_cache.js",
+ "foreground/js/metadata/metadata_dispatcher.js",
+ "foreground/js/metadata/metadata_parser.js",
+ "foreground/js/metadata/mpeg_parser.js"
+ ],
"app": {
"background": {
"scripts": [
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698