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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2106013002: Move settings-section animations into setting-section, make better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Transitions
Patch Set: cleanup Created 4 years, 6 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_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 35228a5c5460b8ec5d0f97570f7c69ffa5e86935..c80e438a03fe6c90ab73e9877cc0ecc0d5e97e36 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -203,6 +203,12 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML"
file="settings_page_css.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_EXPAND_CARD_TRANSITION_HTML"
+ file="settings_page/expand_card_transition.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_EXPAND_CARD_TRANSITION_JS"
+ file="settings_page/expand_card_transition.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
file="settings_page/main_page_behavior.html"
type="chrome_html" />
@@ -215,11 +221,11 @@
<structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
file="settings_shared_css.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
- file="settings_page/transition_behavior.html"
+ <structure name="IDR_SETTINGS_OPEN_SECTION_TRANSITION_HTML"
+ file="settings_page/open_section_transition.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
- file="settings_page/transition_behavior.js"
+ <structure name="IDR_SETTINGS_OPEN_SECTION_TRANSITION_JS"
+ file="settings_page/open_section_transition.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
file="settings_ui/settings_ui.html"

Powered by Google App Engine
This is Rietveld 408576698