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

Unified Diff: sky/engine/core/core.gni

Issue 924203002: Morph the APIs for Node, ParentNode, and Element closer to the specs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: less Created 5 years, 10 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 | « sky/engine/bindings/scripts/dart_types.py ('k') | sky/engine/core/dom/CharacterData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 24d23bddb9446eb5def11e0f31ecf224b034f41f..6f2a740fbeefca6de9e67cc01abd390d6a610e7a 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -338,7 +338,6 @@ sky_core_files = [
"dom/CharacterData.h",
"dom/ChildListMutationScope.cpp",
"dom/ChildListMutationScope.h",
- "dom/ChildNode.h",
"dom/ClientRect.cpp",
"dom/ClientRect.h",
"dom/ClientRectList.cpp",
@@ -458,7 +457,6 @@ sky_core_files = [
"dom/NodeTraversal.cpp",
"dom/NodeTraversal.h",
"dom/NodeWithIndex.h",
- "dom/ParentNode.h",
"dom/Position.cpp",
"dom/Position.h",
"dom/PositionIterator.cpp",
@@ -1195,6 +1193,7 @@ core_idl_files = get_path_info([
"dom/MutationRecord.idl",
"dom/Node.idl",
"dom/NodeList.idl",
+ "dom/ParentNode.idl",
"dom/Range.idl",
"dom/RequestAnimationFrameCallback.idl",
"dom/shadow/ShadowRoot.idl",
@@ -1288,8 +1287,6 @@ core_dependency_idl_files =
"animation/DocumentAnimation.idl",
"animation/ElementAnimation.idl",
"css/DocumentFontFaceSet.idl",
- "dom/ChildNode.idl",
- "dom/ParentNode.idl",
"dom/URLUtils.idl",
"dom/URLUtilsReadOnly.idl",
"events/EventListener.idl",
« no previous file with comments | « sky/engine/bindings/scripts/dart_types.py ('k') | sky/engine/core/dom/CharacterData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698