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

Unified Diff: Source/core/core.gypi

Issue 1340263003: Rename IdleCallbackDeadline to IdleDeadline to be in sync with spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 2daf64f0f98de6bf9f30bae6a3d9b74389bf6e82..0cd8c09d080b5762d27c3ff1daf4b663cf091a44 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -70,7 +70,7 @@
'dom/Float32Array.idl',
'dom/Float64Array.idl',
'dom/FrameRequestCallback.idl',
- 'dom/IdleCallbackDeadline.idl',
+ 'dom/IdleDeadline.idl',
'dom/IdleRequestCallback.idl',
'dom/Int16Array.idl',
'dom/Int32Array.idl',
@@ -2312,8 +2312,8 @@
'dom/GlobalEventHandlers.h',
'dom/IconURL.cpp',
'dom/IconURL.h',
- 'dom/IdleCallbackDeadline.cpp',
- 'dom/IdleCallbackDeadline.h',
+ 'dom/IdleDeadline.cpp',
+ 'dom/IdleDeadline.h',
'dom/IdleRequestCallback.h',
'dom/IdTargetObserver.cpp',
'dom/IdTargetObserver.h',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/IdleCallbackDeadline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698