Index: chrome/browser/resources/file_manager/manifest.json |
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json |
index d0eba6d28b05ef3360e6bc60aaf130debe70b75c..e009ff5e9b23a40a6f2d33af7f19deb3635810c9 100644 |
--- a/chrome/browser/resources/file_manager/manifest.json |
+++ b/chrome/browser/resources/file_manager/manifest.json |
@@ -192,7 +192,11 @@ |
// 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/*.js", |
+ "common/js/*.js", |
+ "foreground/js/metadata/*.js" |
yoshiki
2014/04/23 07:08:39
Could you move the follwoing file/directory into c
hirono
2014/04/23 08:13:15
Previously 'common' means the assets are shared by
yoshiki
2014/04/24 03:49:40
ui/file_manager/common can't be accessible by app.
hirono
2014/04/24 05:11:15
So let me keep the structure as it is. I'm also th
yoshiki
2014/04/24 10:09:19
sgtm
|
+ ], |
"app": { |
"background": { |
"scripts": [ |