diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 16:21:20 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 16:21:20 +0000 |
commit | 4d0786aacacd1099bfee1032ca74cdda303bcfe3 (patch) | |
tree | 7fa8c12a73b1d121fa46fd69339a6a81224816d1 /cc/cc.gyp | |
parent | f8e7a918afdf5d3c2ebd4324ff485dc9b67440bd (diff) | |
download | chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.zip chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.tar.gz chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.tar.bz2 |
Rename ActiveAnimation -> Animation
ActiveAnimation has a bad name. It used to be the case that 'active' animations were a subset of all animations, but now every animation in cc/ is 'active' and I think that's confusing.
R=enne@chromium.org
BUG=None
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174267
Review URL: https://chromiumcodereview.appspot.com/11636051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ { 'variables': { 'cc_source_files': [ - 'active_animation.cc', - 'active_animation.h', + 'animation.cc', + 'animation.h', 'animation_curve.cc', 'animation_curve.h', 'animation_events.h', |