| 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 ed6cbd044843a2489e0963cd429179a7baff9ac6..6f7506a7beba3126e0e5b5a2af2ce990e03c18a3 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
|
| @@ -169,14 +169,24 @@
|
| ],
|
| 'includes': ['../../../../compile_js2.gypi'],
|
| },
|
| -# {
|
| -# 'target_name': 'multi_profile_share_dialog',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'progress_center_panel',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'multi_profile_share_dialog',
|
| + 'dependencies': [
|
| + '../../../common/js/compiled_resources2.gyp:util',
|
| + '<(EXTERNS_GYP):file_manager_private',
|
| + 'file_manager_dialog_base',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'progress_center_panel',
|
| + 'dependencies': [
|
| + '../../../../externs/compiled_resources2.gyp:css_rule',
|
| + '../../../common/js/compiled_resources2.gyp:progress_center_common',
|
| + '../compiled_resources2.gyp:progress_center_item_group',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'providers_menu',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
|
|