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

Unified Diff: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp

Issue 2846783006: Compile import_controller in gyp v2 (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/import_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index ea3e63045c9fdb4c978f89b8f5cd1b24d4cc83db..fd2407931e239ccb63f50dc7083e2625508394cc 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -253,10 +253,28 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'import_controller',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'import_controller',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:command_handler_deps',
+ '../../../externs/compiled_resources2.gyp:es6_workaround',
+ '../../background/js/compiled_resources2.gyp:media_import_handler',
+ '../../background/js/compiled_resources2.gyp:media_scanner',
+ '../../common/js/compiled_resources2.gyp:importer_common',
+ 'actions_controller',
+ 'dialog_type',
+ 'directory_tree_naming_controller',
+ 'file_selection',
+ 'file_transfer_controller',
+ 'naming_controller',
+ 'providers_model',
+ 'spinner_controller',
+ 'task_controller',
+ 'ui/compiled_resources2.gyp:directory_tree',
+ 'ui/compiled_resources2.gyp:file_manager_ui',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'launch_param',
'dependencies': [
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/import_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698