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

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

Issue 2171373003: AnimationGroup for groups of transitions in Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 8671f65cd110568d1e7240263f3f30b5de08a9c2..153281cb5015c5ea3103561f3f524960b905598e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -78,6 +78,12 @@
<structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS"
file="animation/animation.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_HTML"
+ file="animation/animation_group.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_JS"
+ file="animation/animation_group.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
file="settings_page/settings_animated_pages.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698