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

Unified Diff: Source/core/core.gypi

Issue 17214003: Remove [InterfaceName] IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix try bot failures Created 7 years, 6 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/scripts/preprocess_idls.py ('k') | Source/core/dom/AnimationEvent.idl » ('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 e6903a5aaabc2b04c22ae1dfe101f961a34ddb33..6186e18c0b41a161bb6897db613f4fcb8f82d4b3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -39,7 +39,6 @@
'css/WebKitCSSMixFunctionValue.idl',
'css/WebKitCSSRegionRule.idl',
'css/WebKitCSSTransformValue.idl',
- 'dom/AnimationEvent.idl',
'dom/Attr.idl',
'dom/AutocompleteErrorEvent.idl',
'dom/BeforeLoadEvent.idl',
@@ -51,8 +50,8 @@
'dom/Comment.idl',
'dom/CompositionEvent.idl',
'dom/CustomEvent.idl',
- 'dom/DOMCoreException.idl',
'dom/DOMError.idl',
+ 'dom/DOMException.idl',
'dom/DOMImplementation.idl',
'dom/DOMStringList.idl',
'dom/DOMStringMap.idl',
@@ -78,7 +77,6 @@
'dom/MutationEvent.idl',
'dom/MutationObserver.idl',
'dom/MutationRecord.idl',
- 'dom/NamedFlow.idl',
'dom/NamedNodeMap.idl',
'dom/Node.idl',
'dom/NodeFilter.idl',
@@ -103,6 +101,8 @@
'dom/TransitionEvent.idl',
'dom/TreeWalker.idl',
'dom/UIEvent.idl',
+ 'dom/WebKitAnimationEvent.idl',
+ 'dom/WebKitNamedFlow.idl',
'dom/WebKitNamedFlowCollection.idl',
'dom/WheelEvent.idl',
'dom/shadow/ShadowRoot.idl',
« no previous file with comments | « Source/bindings/scripts/preprocess_idls.py ('k') | Source/core/dom/AnimationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698