| Index: ui/file_manager/file_manager/background/js/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
|
| index 809df59d1e6edde44d7ebb01fd91600757fd78fd..10dea422c567d8c849580ff52a23ac2a0de5ad2c 100644
|
| --- a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
|
| +++ b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
|
| @@ -27,6 +27,14 @@
|
| # 'target_name': 'duplicate_finder',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| # },
|
| + {
|
| + 'target_name': 'entry_location_impl',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:entry_location',
|
| + '../../common/js/compiled_resources2.gyp:volume_manager_common',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'file_operation_handler',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| @@ -99,9 +107,57 @@
|
| # 'target_name': 'test_util_base',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'volume_manager',
|
| -# 'includes': ['../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'volume_info_impl',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:platform',
|
| + '../../../externs/compiled_resources2.gyp:volume_info',
|
| + '../../common/js/compiled_resources2.gyp:volume_manager_common',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'volume_info_list_impl',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:volume_info',
|
| + '../../../externs/compiled_resources2.gyp:volume_info_list',
|
| + '../../common/js/compiled_resources2.gyp:util',
|
| + './compiled_resources2.gyp:volume_info_impl',
|
| + '<(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:array_data_model',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'volume_manager_impl',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:volume_manager',
|
| + '../../common/js/compiled_resources2.gyp:async_util',
|
| + 'volume_info_list_impl',
|
| + 'volume_manager_util',
|
| + 'entry_location_impl',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'volume_manager_factory',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:volume_manager',
|
| + 'volume_manager_impl',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'volume_manager_util',
|
| + 'dependencies': [
|
| + '../../common/js/compiled_resources2.gyp:metrics',
|
| + '../../common/js/compiled_resources2.gyp:metrics_events',
|
| + '../../common/js/compiled_resources2.gyp:util',
|
| + '../../common/js/compiled_resources2.gyp:volume_manager_common',
|
| + 'volume_info_impl',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|