| 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': [
|
|
|