Bug 1072299 - Build dom/animation in unified mode; r=baku

--HG--
extra : rebase_source : 2119739c119fddb1204f6941b19a9a3f68d49cf8
This commit is contained in:
Ehsan Akhgari 2014-09-25 10:11:43 -04:00
Родитель 2124657509
Коммит c78a04d048
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_dom_AnimationUtils_h
#define mozilla_dom_AnimationUtils_h
#include "mozilla/TimeStamp.h"
#include "mozilla/dom/Nullable.h"
@ -27,3 +30,5 @@ public:
} // namespace dom
} // namespace mozilla
#endif

Просмотреть файл

@ -14,7 +14,7 @@ EXPORTS.mozilla.dom += [
'AnimationTimeline.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'Animation.cpp',
'AnimationEffect.cpp',
'AnimationPlayer.cpp',