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

Unified Diff: Source/core/core.gypi

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
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 31c446aad1f251c185915b4642ee2e07f1b8bff5..b68feb2d8938da732fc7337cb79a16f95437978c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -69,6 +69,8 @@
'dom/Float32Array.idl',
'dom/Float64Array.idl',
'dom/FrameRequestCallback.idl',
+ 'dom/IdleCallbackDeadline.idl',
+ 'dom/IdleRequestCallback.idl',
'dom/Int16Array.idl',
'dom/Int32Array.idl',
'dom/Int8Array.idl',
@@ -2310,6 +2312,9 @@
'dom/GlobalEventHandlers.h',
'dom/IconURL.cpp',
'dom/IconURL.h',
+ 'dom/IdleCallbackDeadline.cpp',
+ 'dom/IdleCallbackDeadline.h',
+ 'dom/IdleRequestCallback.h',
'dom/IdTargetObserver.cpp',
'dom/IdTargetObserver.h',
'dom/IdTargetObserverRegistry.cpp',
@@ -2390,6 +2395,8 @@
'dom/ScriptableDocumentParser.h',
'dom/ScriptedAnimationController.cpp',
'dom/ScriptedAnimationController.h',
+ 'dom/ScriptedIdleTaskController.cpp',
+ 'dom/ScriptedIdleTaskController.h',
'dom/SecurityContext.cpp',
'dom/SecurityContext.h',
'dom/SelectorQuery.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698