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

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

Issue 2261043003: Files app: Concatenate background scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 4 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/gallery/manifest.json
diff --git a/ui/file_manager/gallery/manifest.json b/ui/file_manager/gallery/manifest.json
index d67cda1c979fa076e1712936ef2308f25c82d597..ebef1c487bb3a61d144778f338688afce6778aa6 100644
--- a/ui/file_manager/gallery/manifest.json
+++ b/ui/file_manager/gallery/manifest.json
@@ -64,20 +64,8 @@
"chrome://resources/js/cr/event_target.js",
"chrome://resources/js/cr/ui/array_data_model.js",
"chrome://resources/js/load_time_data.js",
- // util.js and async_util.js should be included before volume_manager.js.
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/util.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/async_util.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/file_type.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/metrics_base.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/metrics_events.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/metrics.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/volume_manager_common.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/app_window_wrapper.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/background_base.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/test_util_base.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volume_manager.js",
- "js/test_util.js",
- "js/background.js"
+ "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/background_common_scripts.js",
+ "js/background_scripts.js"
]
},
"content_security_policy": "default-src 'none'; script-src 'self' blob: filesystem: chrome://resources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' blob: filesystem: chrome://resources 'unsafe-inline'; img-src 'self' blob: filesystem: chrome://resources chrome://theme data: https://*.googleusercontent.com chrome://extension-icon; media-src 'self' blob: filesystem:; object-src 'self' blob: filesystem:; font-src chrome://resources;"
« no previous file with comments | « ui/file_manager/gallery/js/background_scripts.js ('k') | ui/file_manager/image_loader/background_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698