Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2111)

Unified Diff: ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp

Issue 2602693002: Files app: Compile custom elements. (Closed)
Patch Set: Address review comments. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..85e2919eb957d9dca0d1ca314601cf4515268d60 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': [
+ '<(EXTERNS_GYP):web_animations',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'files_toggle_ripple',
+ 'dependencies': [
+ '<(EXTERNS_GYP):web_animations',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'files_tooltip',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698