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

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

Issue 2846163002: Compile file_manager_commands 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
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 7b6781cef8fd855a3214c24b008fa34e49ab1260..35efa163fc360b255e8faf86fe53922738048a99 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -148,10 +148,29 @@
# 'target_name': 'file_manager',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'file_manager_commands',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_manager_commands',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:background_window',
+ '../../../externs/compiled_resources2.gyp:command_handler_deps',
+ '../../background/js/compiled_resources2.gyp:file_operation_manager',
+ 'actions_controller',
+ 'dialog_type',
+ 'directory_contents',
+ 'directory_model',
+ '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',
+ 'volume_manager_wrapper',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_selection',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698