| Index: ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
|
| index 4d28863bde101de8095b621c5baf2ce9d9ea8746..7485c993bad9a7468ea1893b60c9281728cab406 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
|
| @@ -35,10 +35,15 @@
|
| # 'target_name': 'directory_tree',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'drag_selector',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'drag_selector',
|
| + 'dependencies': [
|
| + '../../../../externs/compiled_resources2.gyp:drag_target',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'empty_folder',
|
| 'dependencies': [
|
| @@ -57,10 +62,14 @@
|
| # 'target_name': 'file_grid',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'file_list_selection_model',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'file_list_selection_model',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_single_selection_model',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'file_manager_dialog_base',
|
| 'dependencies': [
|
| @@ -75,10 +84,14 @@
|
| # 'target_name': 'file_manager_ui',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'file_metadata_formatter',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'file_metadata_formatter',
|
| + 'dependencies': [
|
| + '../../../common/js/compiled_resources2.gyp:util',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'file_table',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
|
|