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

Unified Diff: Source/core/core.gypi

Issue 23005010: Drop [LegacyImplementedInBaseClass] from ParentNode interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build issues Created 7 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 | « no previous file | Source/core/dom/ParentNode.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 cca3279c8a325bb4b97002bba8fff9aa612c6993..36a4a5236f7a687660c73ac8f169e10f2de1ed0f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -82,6 +82,7 @@
'dom/Notation.idl',
'dom/OverflowEvent.idl',
'dom/PageTransitionEvent.idl',
+ 'dom/ParentNode.idl',
'dom/PopStateEvent.idl',
'dom/ProcessingInstruction.idl',
'dom/ProgressEvent.idl',
@@ -290,7 +291,6 @@
'css/Rect.idl',
'dom/ChildNode.idl',
'dom/DocumentFullscreen.idl',
- 'dom/ParentNode.idl',
'dom/RequestAnimationFrameCallback.idl',
'dom/StringCallback.idl',
'html/VoidCallback.idl',
@@ -1914,6 +1914,7 @@
'dom/OverflowEvent.h',
'dom/PageTransitionEvent.cpp',
'dom/PageTransitionEvent.h',
+ 'dom/ParentNode.h',
'dom/PendingScript.cpp',
'dom/PopStateEvent.cpp',
'dom/PopStateEvent.h',
« no previous file with comments | « no previous file | Source/core/dom/ParentNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698