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

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

Issue 1736733003: MD Settings: Custom expand/collapse section animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: function/rebase Created 4 years, 9 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 229578e78ae5277ad779f1ad915a31e0f4f1adb9..74dc39957701674077ed6ac4ac1be457e86a07f7 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -140,9 +140,21 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS"
file="settings_page.css"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
+ file="settings_page/main_page_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
+ file="settings_page/main_page_behavior.js"
+ type="chrome_html" />
<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"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
+ file="settings_page/transition_behavior.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_BREADCRUMB_CSS"
file="settings_ui/breadcrumb.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698