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

Unified Diff: chrome/browser/resources/settings/settings_page/compiled_resources.gyp

Issue 1736733003: MD Settings: Custom expand/collapse section animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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: chrome/browser/resources/settings/settings_page/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
index a36c51a8e14370c48363f0c2d03a2fde87297952..67a03f933158f0f38fb9936b7f2bc2601458ad03 100644
--- a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
@@ -17,5 +17,27 @@
},
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
},
+ {
+ 'target_name': 'settings_section',
+ 'variables': {
+ 'depends': [
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ {
+ 'target_name': 'main_page_behavior',
michaelpg 2016/02/25 03:22:59 Closure does not recognize the w3c web animations
Dan Beam 2016/02/26 19:18:23 @externs for the web animations API, maybe?
michaelpg 2016/03/01 00:18:28 is there a tool for that?
+ 'variables': {
+ 'depends': [
+ 'settings_section.js',
+ 'transition_behavior.js',
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ {
+ 'target_name': 'transition_behavior',
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698