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

Unified Diff: Source/core/core.gypi

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 c4be26c8c16d86dbc93de4a811faeec9254cf6aa..62b5cc4141de3f3e8f8f0abfe816ee5e417cbfb0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -434,6 +434,13 @@
'timing/PerformanceNavigation.idl',
'timing/PerformanceResourceTiming.idl',
'timing/PerformanceTiming.idl',
+
shans 2014/08/25 11:53:58 Remove empty lines from this file
+ 'wawwa/AnimatableElement.idl',
+ 'wawwa/MockAnimationPlayer.idl',
+
+ 'wawwa/ListOfElements.idl',
+ 'wawwa/ProxyPlayer.idl',
+
'workers/DedicatedWorkerGlobalScope.idl',
'workers/SharedWorker.idl',
'workers/SharedWorkerGlobalScope.idl',
@@ -1800,6 +1807,17 @@
'timing/PerformanceUserTiming.cpp',
'timing/PerformanceUserTiming.h',
'timing/ResourceTimingInfo.h',
+
+ 'wawwa/ProxyPlayer.cpp',
+ 'wawwa/ProxyPlayer.h',
+ 'wawwa/ListOfElements.cpp',
+ 'wawwa/ListOfElements.h',
+
+ 'wawwa/AnimatableElement.cpp',
+ 'wawwa/AnimatableElement.h',
+ 'wawwa/MockAnimationPlayer.cpp',
+ 'wawwa/MockAnimationPlayer.h',
+
'workers/AbstractWorker.cpp',
'workers/AbstractWorker.h',
'workers/DedicatedWorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698