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

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

Issue 2106013002: Move settings-section animations into setting-section, make better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Transitions
Patch Set: Reworked properties/rebase Created 4 years, 5 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_resources2.gyp
diff --git a/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
index 8b048a2e3c554ed680cbda7ed0f55584e9c50263..f7f325f073482301b6118bcaf53b3bd9925df9a0 100644
--- a/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
@@ -4,12 +4,32 @@
{
'targets': [
{
+ 'target_name': 'expand_card_transition',
+ 'dependencies': [
+ 'settings_section',
+ '../animation/compiled_resources2.gyp:animation',
+ '../animation/compiled_resources2.gyp:animation_group',
+ '<(EXTERNS_GYP):web_animations',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'main_page_behavior',
'dependencies': [
'settings_section',
- 'transition_behavior',
+ 'open_section_transition',
'<(EXTERNS_GYP):settings_private',
- '<(EXTERNS_GYP):web_animations',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'open_section_transition',
+ 'dependencies': [
+ 'settings_section',
+ 'expand_card_transition',
+ '../animation/compiled_resources2.gyp:animation_group',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -48,13 +68,5 @@
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'transition_behavior',
- 'dependencies': [
- '<(EXTERNS_GYP):settings_private',
- '<(EXTERNS_GYP):web_animations',
- ],
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
],
}

Powered by Google App Engine
This is Rietveld 408576698