Unreviewed, rolling out r121650.
authorkeishi@webkit.org <keishi@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Jul 2012 05:11:32 +0000 (05:11 +0000)
committerkeishi@webkit.org <keishi@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Jul 2012 05:11:32 +0000 (05:11 +0000)
commit33b20482a6777682d879cfb3ef57808a46f4484e
treea25a05c83ed64cb2a333baa1f89a137753d2320b
parent88eae51eecc55ad160338f5ce082b4ca2dec1d2b
Unreviewed, rolling out r121650.
http://trac.webkit.org/changeset/121650
https://bugs.webkit.org/show_bug.cgi?id=90303

runhooks is failing for chromium win bots and
WebAnimationTest.DefaultSettings is crashing

Source/Platform:

* Platform.gypi:
* chromium/public/WebAnimation.h: Removed.
* chromium/public/WebAnimationCurve.h: Removed.
* chromium/public/WebFloatAnimationCurve.h: Removed.
* chromium/public/WebFloatKeyframe.h: Removed.
* chromium/public/WebTransformAnimationCurve.h: Removed.
* chromium/public/WebTransformKeyframe.h: Removed.

Source/WebKit/chromium:

* WebKit.gyp:
* WebKit.gypi:
* src/WebAnimation.cpp: Removed.
* src/WebAnimationCurveCommon.cpp: Removed.
* src/WebAnimationCurveCommon.h: Removed.
* src/WebFloatAnimationCurve.cpp: Removed.
* src/WebTransformAnimationCurve.cpp: Removed.
* tests/WebAnimationTest.cpp: Removed.
* tests/WebFloatAnimationCurveTest.cpp: Removed.
* tests/WebTransformAnimationCurveTest.cpp: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121655 268f45cc-cd09-0410-ab3c-d52691b4dbfc
19 files changed:
Source/Platform/ChangeLog
Source/Platform/Platform.gypi
Source/Platform/chromium/public/WebAnimation.h [deleted file]
Source/Platform/chromium/public/WebAnimationCurve.h [deleted file]
Source/Platform/chromium/public/WebFloatAnimationCurve.h [deleted file]
Source/Platform/chromium/public/WebFloatKeyframe.h [deleted file]
Source/Platform/chromium/public/WebTransformAnimationCurve.h [deleted file]
Source/Platform/chromium/public/WebTransformKeyframe.h [deleted file]
Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/WebKit.gyp
Source/WebKit/chromium/WebKit.gypi
Source/WebKit/chromium/src/WebAnimation.cpp [deleted file]
Source/WebKit/chromium/src/WebAnimationCurveCommon.cpp [deleted file]
Source/WebKit/chromium/src/WebAnimationCurveCommon.h [deleted file]
Source/WebKit/chromium/src/WebFloatAnimationCurve.cpp [deleted file]
Source/WebKit/chromium/src/WebTransformAnimationCurve.cpp [deleted file]
Source/WebKit/chromium/tests/WebAnimationTest.cpp [deleted file]
Source/WebKit/chromium/tests/WebFloatAnimationCurveTest.cpp [deleted file]
Source/WebKit/chromium/tests/WebTransformAnimationCurveTest.cpp [deleted file]