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

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

Issue 2830223003: Compile file_transfer_controller in gyp v2 (Closed)
Patch Set: Fix typo. 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 0011bbd334e9fb13c8c420ff7654f53e8b5774ac..7b6781cef8fd855a3214c24b008fa34e49ab1260 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -115,6 +115,10 @@
'includes': ['../../../compile_js2.gypi'],
},
{
+ 'target_name': 'drop_effect_and_label',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
'target_name': 'elements_importer',
'dependencies': [
'<(EXTERNS_GYP):metrics_private',
@@ -176,23 +180,25 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'file_transfer_controller',
-# 'dependencies': [
-# # TODO(oka): Depend on externs/ instead of background/.
-# '../../background/js/compiled_resources2.gyp:file_operation_manager',
-# '../../background/js/compiled_resources2.gyp:progress_center',
-# 'directory_model',
-# 'file_selection',
-# 'metadata/compiled_resources2.gyp:metadata_model',
-# 'metadata/compiled_resources2.gyp:thumbnail_model',
-# 'ui/compiled_resources2.gyp:directory_tree',
-# 'ui/compiled_resources2.gyp:list_container',
-# 'ui/compiled_resources2.gyp:multi_profile_share_dialog',
-# 'volume_manager_wrapper',
-# ],
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_transfer_controller',
+ 'dependencies': [
+ # TODO(oka): Depend on externs/ instead of background/.
+ '../../background/js/compiled_resources2.gyp:file_operation_manager',
+ '../../background/js/compiled_resources2.gyp:progress_center',
+ 'directory_model',
+ 'drop_effect_and_label',
+ 'file_selection',
+ 'metadata/compiled_resources2.gyp:metadata_model',
+ 'metadata/compiled_resources2.gyp:thumbnail_model',
+ 'ui/compiled_resources2.gyp:directory_tree',
+ 'ui/compiled_resources2.gyp:list_container',
+ 'ui/compiled_resources2.gyp:multi_profile_share_dialog',
+ 'volume_manager_wrapper',
+ 'webui_command_extender',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_watcher',
'dependencies': [
@@ -476,5 +482,13 @@
],
'includes': ['../../../compile_js2.gypi'],
},
+ {
+ 'target_name': 'webui_command_extender',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698