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

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: Exposing the Web Animations API to Web Workers 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..cf08a7d3ecd2cfc4caf172c449d1176c81ff01ae 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -434,6 +434,8 @@
'timing/PerformanceNavigation.idl',
'timing/PerformanceResourceTiming.idl',
'timing/PerformanceTiming.idl',
+ 'wawwa/AnimatableElement.idl',
+ 'wawwa/RemotePlayer.idl',
'workers/DedicatedWorkerGlobalScope.idl',
'workers/SharedWorker.idl',
'workers/SharedWorkerGlobalScope.idl',
@@ -1800,6 +1802,14 @@
'timing/PerformanceUserTiming.cpp',
'timing/PerformanceUserTiming.h',
'timing/ResourceTimingInfo.h',
+ 'wawwa/RemotePlayerProxy.cpp',
+ 'wawwa/RemotePlayerProxy.h',
+ 'wawwa/ProxyMap.cpp',
+ 'wawwa/ProxyMap.h',
+ 'wawwa/AnimatableElement.cpp',
+ 'wawwa/AnimatableElement.h',
+ 'wawwa/RemotePlayer.cpp',
+ 'wawwa/RemotePlayer.h',
'workers/AbstractWorker.cpp',
'workers/AbstractWorker.h',
'workers/DedicatedWorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698