| Index: ui/file_manager/audio_player/elements/compiled_resources2.gyp
|
| diff --git a/ui/file_manager/audio_player/elements/compiled_resources2.gyp b/ui/file_manager/audio_player/elements/compiled_resources2.gyp
|
| index b608c363cb0e9d6e27d667d3bf85def81c65e254..b10239771b6f8b3c9e12cc08b6dea59e3ce01d65 100644
|
| --- a/ui/file_manager/audio_player/elements/compiled_resources2.gyp
|
| +++ b/ui/file_manager/audio_player/elements/compiled_resources2.gyp
|
| @@ -3,25 +3,39 @@
|
| # found in the LICENSE file.
|
| {
|
| 'targets': [
|
| -# {
|
| -# 'target_name': 'audio_player',
|
| -# 'includes': ['../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'control_panel',
|
| -# 'includes': ['../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'repeat_button',
|
| -# 'includes': ['../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'track_info_panel',
|
| -# 'includes': ['../../compile_js2.gypi'],
|
| -# },
|
| -# {
|
| -# 'target_name': 'track_list',
|
| -# 'includes': ['../../compile_js2.gypi'],
|
| -# },
|
| + {
|
| + 'target_name': 'audio_player',
|
| + 'dependencies': [
|
| + 'control_panel',
|
| + 'track_info_panel',
|
| + 'track_list',
|
| + ],
|
| + 'includes': ['../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'control_panel',
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/compiled_resources2.gyp:paper-slider-extracted',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + 'repeat_button',
|
| + ],
|
| + 'includes': ['../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'repeat_button',
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/compiled_resources2.gyp:iron-button-state-extracted',
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/compiled_resources2.gyp:iron-control-state-extracted',
|
| + ],
|
| + 'includes': ['../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'track_info_panel',
|
| + 'includes': ['../../compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'track_list',
|
| + 'includes': ['../../compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|