| 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 12aee828a2826876edbf993112f6a0acdfedbedc..f42d42db2b37de83a47bff6b9cd007059176c4a9 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
|
| @@ -101,14 +101,21 @@
|
| # 'target_name': 'gear_menu',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'list_container',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'location_line',
|
| -# 'includes': ['../../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'list_container',
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'location_line',
|
| + 'dependencies': [
|
| + '../../../../externs/compiled_resources2.gyp:platform',
|
| + '../../../../externs/compiled_resources2.gyp:volume_manager',
|
| + '../../../common/js/compiled_resources2.gyp:util',
|
| + '../../../common/js/compiled_resources2.gyp:volume_manager_common',
|
| + '../compiled_resources2.gyp:volume_manager_wrapper',
|
| + ],
|
| + 'includes': ['../../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'multi_profile_share_dialog',
|
| # 'includes': ['../../../../compile_js2.gypi'],
|
|
|