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

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

Issue 2825793003: Compile metadata_box_controller and quick_view_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 | no next file » | 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 e4e2d3561b3e20df670505f02156672babe91f84..c0b2f88d8befbc62ff46daa9bf9a3c0c7d17eae3 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -264,10 +264,19 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'metadata_box_controller',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'metadata_box_controller',
+ 'dependencies': [
+ '../../common/js/compiled_resources2.gyp:file_type',
+ '../elements/compiled_resources2.gyp:files_metadata_box',
+ '../elements/compiled_resources2.gyp:files_quick_view',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'metadata/compiled_resources2.gyp:metadata_model',
+ 'quick_view_model',
+ 'ui/compiled_resources2.gyp:file_metadata_formatter',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'metadata_update_controller',
'dependencies': [
@@ -328,10 +337,22 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'quick_view_controller',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'quick_view_controller',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
+ 'dialog_type',
+ 'file_selection',
+ 'metadata/compiled_resources2.gyp:metadata_model',
+ 'metadata_box_controller',
+ 'quick_view_model',
+ 'quick_view_uma',
+ 'task_controller',
+ 'ui/compiled_resources2.gyp:list_container',
+ 'volume_manager_wrapper',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'quick_view_model',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698