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_tests.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_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index c9d944d..5f47150 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -6,7 +6,7 @@ 'variables': { 'chromium_code': 0, 'cc_unit_tests_source_files': [ - 'active_animation_unittest.cc', + 'animation_unittest.cc', 'content_layer_unittest.cc', 'contents_scaling_layer_unittest.cc', 'damage_tracker_unittest.cc', |