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

Unified Diff: Source/core/core.gypi

Issue 19801002: Drop [LegacyImplementedInBaseClass] attribute from WindowTimers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attempt to make the try bots happy Created 7 years, 5 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 | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/page/DOMWindow.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 ec28d12676f7116cbc7280374d2ccb716ed8532b..b3a2018c2c9794a44904fd5d3b4e60aa1d0cc405 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -292,6 +292,7 @@
'page/WebKitPoint.idl',
'page/Window.idl',
'page/WindowBase64.idl',
+ 'page/WindowTimers.idl',
'page/WorkerNavigator.idl',
'plugins/MimeType.idl',
'plugins/MimeTypeArray.idl',
@@ -322,7 +323,6 @@
'dom/DocumentFullscreen.idl',
'dom/ParentNode.idl',
'page/WindowPagePopup.idl',
- 'page/WindowTimers.idl',
'workers/AbstractWorker.idl',
],
'deprecated_perl_svg_idl_files': [
@@ -1142,6 +1142,8 @@
'page/DOMWindow.h',
'page/DOMWindowBase64.cpp',
'page/DOMWindowBase64.h',
+ 'page/DOMWindowTimers.cpp',
+ 'page/DOMWindowTimers.h',
'page/DOMWindowPagePopup.cpp',
'page/DOMWindowPagePopup.h',
'page/DOMWindowProperty.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/page/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698