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' |
], |
} |
], |
} |
+ |
+ |