Chromium Code Reviews| Index: ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp |
| diff --git a/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp |
| index 1b5af6ddf4a86c8306772b0d251a019290957be7..b91116e438e243699b11c63f969edae862f934c4 100644 |
| --- a/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp |
| +++ b/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp |
| @@ -3,49 +3,62 @@ |
| # found in the LICENSE file. |
| { |
| 'targets': [ |
| -# { |
| -# 'target_name': 'files_icon_button', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_metadata_box', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_metadata_entry', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_quick_view', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_ripple', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_safe_img', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_safe_img_webview_content', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_toast', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_toggle_ripple', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_tooltip', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| -# { |
| -# 'target_name': 'files_tooltip_unittest', |
| -# 'includes': ['../../../compile_js2.gypi'], |
| -# }, |
| + { |
| + 'target_name': 'files_icon_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': 'files_metadata_box', |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_metadata_entry', |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_quick_view', |
| + 'dependencies': [ |
| + 'files_metadata_box', |
| + ], |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_ripple', |
| + 'dependencies': [ |
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/compiled_resources2.gyp:paper-ripple-extracted', |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| + ], |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_safe_media', |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_safe_media_webview_content', |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_toast', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:web_animation', |
|
oka
2016/12/26 10:33:12
Maybe we could say
'<(EXTERNS_GYP):web_animations'
fukino
2016/12/26 11:32:22
We can use '<(EXTERNS_GYP):web_animations' by addi
|
| + ], |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_toggle_ripple', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:web_animation', |
| + ], |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'files_tooltip', |
| + 'includes': ['../../../compile_js2.gypi'], |
| + }, |
| ], |
| } |