| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index e0ca76156486292ea6795f594c100d7875cd98a0..fba81f8d5998de2931e1169c7011c1204a3489e9 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -69,6 +69,7 @@
|
| 'dom/Float32Array.idl',
|
| 'dom/Float64Array.idl',
|
| 'dom/FrameRequestCallback.idl',
|
| + 'dom/IdleRequestCallback.idl',
|
| 'dom/Int16Array.idl',
|
| 'dom/Int32Array.idl',
|
| 'dom/Int8Array.idl',
|
| @@ -2220,6 +2221,7 @@
|
| 'dom/GlobalEventHandlers.h',
|
| 'dom/IconURL.cpp',
|
| 'dom/IconURL.h',
|
| + 'dom/IdleRequestCallback.h',
|
| 'dom/IdTargetObserver.cpp',
|
| 'dom/IdTargetObserver.h',
|
| 'dom/IdTargetObserverRegistry.cpp',
|
| @@ -2303,6 +2305,8 @@
|
| 'dom/ScriptableDocumentParser.h',
|
| 'dom/ScriptedAnimationController.cpp',
|
| 'dom/ScriptedAnimationController.h',
|
| + 'dom/ScriptedIdleTaskController.cpp',
|
| + 'dom/ScriptedIdleController.h',
|
| 'dom/SecurityContext.cpp',
|
| 'dom/SecurityContext.h',
|
| 'dom/SelectorQuery.cpp',
|
|
|