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

Unified Diff: Source/core/core.gypi

Issue 14409013: Rename CSSAnimationData* -> StyleAnimationData* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d8120dc0ed34af24591a45b1f20bc401fc8685d8..a57ffb47a6ac2471889e7639787fc51b65a70006 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2526,8 +2526,8 @@
'platform/UUID.h',
'platform/Widget.cpp',
'platform/Widget.h',
- 'platform/animation/CSSAnimationData.cpp',
- 'platform/animation/CSSAnimationDataList.cpp',
+ 'platform/animation/StyleAnimationData.cpp',
+ 'platform/animation/StyleAnimationDataList.cpp',
'platform/audio/AudioArray.h',
'platform/audio/AudioBus.cpp',
'platform/audio/AudioBus.h',
« no previous file with comments | « Source/WebKit/chromium/tests/AnimationTranslationUtilTest.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698