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

Unified Diff: Source/core/core.gypi

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/ScriptedIdleTaskController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/ScriptedIdleTaskController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698