| Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| index e4aeef0ef09888260e3c96bb43572a50298593d3..266cab2b0ee96c3e5150338861da3ffc386edef4 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| +++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
|
| @@ -183,10 +183,16 @@
|
| # 'target_name': 'task_controller',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
| # },
|
| -# {
|
| -# 'target_name': 'thumbnail_loader',
|
| -# 'includes': ['../../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'thumbnail_loader',
|
| + 'dependencies': [
|
| + '../../../image_loader/compiled_resources2.gyp:image_loader_client',
|
| + '../../common/js/compiled_resources2.gyp:file_type',
|
| + '../../common/js/compiled_resources2.gyp:util',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + ],
|
| + 'includes': ['../../../compile_js2.gypi'],
|
| + },
|
| # {
|
| # 'target_name': 'toolbar_controller',
|
| # 'includes': ['../../../compile_js2.gypi'],
|
|
|