| Index: ui/file_manager/file_manager/common/js/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
|
| index c08690f9fbbd1b2cd195b9921b27400455c04e88..b86d4392c648cd9a9eda8f8e1e2aae940652317e 100644
|
| --- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
|
| +++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
|
| @@ -15,10 +15,19 @@
|
| 'target_name': 'file_type',
|
| 'includes': ['../../../compile_js2.gypi'],
|
| },
|
| -# {
|
| -# 'target_name': 'importer_common',
|
| -# 'includes': ['../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'importer_common',
|
| + 'dependencies': [
|
| + '../../../externs/compiled_resources2.gyp:background_window',
|
| + '../../../externs/compiled_resources2.gyp:file_browser_background',
|
| + '<(DEPTH)/third_party/analytics/compiled_resources2.gyp:externs',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + '<(EXTERNS_GYP):command_line_private',
|
| + 'file_type',
|
| + 'volume_manager_common',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'lru_cache',
|
| 'includes': ['../../../compile_js2.gypi'],
|
|
|