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

Unified Diff: chrome/browser/resources/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: Apply recent changes for the Gallery to the separated one. 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: 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": [

Powered by Google App Engine
This is Rietveld 408576698