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

Unified Diff: app/app_base.gypi

Issue 1961001: Refactors animation to allow for cleaner subclassing. I'm doing this (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 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
« no previous file with comments | « app/animation_unittest.cc ('k') | app/linear_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 0c68721443ce175034c57abf2e1ba4501e7c7506..b28bc2b7544cc7d255e0ed4a9f87064f2b9a17ee 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -146,6 +146,8 @@
'l10n_util_posix.cc',
'l10n_util_win.cc',
'l10n_util_win.h',
+ 'linear_animation.cc',
+ 'linear_animation.h',
'menus/accelerator.h',
'menus/accelerator_gtk.h',
'menus/menu_model.cc',
@@ -194,6 +196,8 @@
'theme_provider.h',
'throb_animation.cc',
'throb_animation.h',
+ 'tween.cc',
+ 'tween.h',
'x11_util.cc',
'x11_util.h',
'x11_util_internal.h',
« no previous file with comments | « app/animation_unittest.cc ('k') | app/linear_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698