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

Unified Diff: ui/file_manager/image_loader/compiled_resources.gyp

Issue 619523003: Add compiled_resources.gyp for file_manager/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/image_loader/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp b/ui/file_manager/image_loader/compiled_resources.gyp
similarity index 64%
copy from ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
copy to ui/file_manager/image_loader/compiled_resources.gyp
index 3dcdf1f7a7c186b35a38342c33a42a595f9837fa..0e3a7df426dbd71a59f820e4c02cf8425ba6877b 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
+++ b/ui/file_manager/image_loader/compiled_resources.gyp
@@ -4,16 +4,21 @@
{
'targets': [
{
- 'target_name': 'main_scripts',
+ 'target_name': 'background',
'variables': {
'depends': [
- '../../../../../ui/webui/resources/js/cr/ui/dialogs.js',
+ 'image_loader.js',
+ 'cache.js',
+ 'worker.js',
+ 'request.js',
],
'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
},
'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../../third_party/closure_compiler/compile_js.gypi'
],
}
],
}
+
+
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | ui/file_manager/video_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698