| 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 3cdceed70af309ab70896c055f91bcf4ebdeb628..12aee828a2826876edbf993112f6a0acdfedbedc 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
|
| @@ -51,10 +51,16 @@
|
| # 'target_name': 'file_list_selection_model',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'file_manager_dialog_base',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'file_manager_dialog_base',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'file_manager_ui',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| @@ -78,10 +84,15 @@
|
| ],
|
| 'includes': ['../../../../compile_js2.gypi'],
|
| },
|
| -# {
|
| -# 'target_name': 'files_confirm_dialog',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'files_confirm_dialog',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
|
| + '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'files_menu',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| @@ -118,10 +129,17 @@
|
| # 'target_name': 'search_box',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'share_dialog',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'share_dialog',
|
| + 'dependencies': [
|
| + '../../../common/js/compiled_resources2.gyp:async_util',
|
| + '../../../common/js/compiled_resources2.gyp:util',
|
| + '../compiled_resources2.gyp:share_client',
|
| + '<(EXTERNS_GYP):file_manager_private',
|
| + 'file_manager_dialog_base',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'suggest_apps_dialog',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
|
|