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

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

Issue 697773002: Remove Element#attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix template binding. Created 6 years, 2 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/core/v8/custom/V8NodeCustom.cpp ('k') | sky/engine/core/dom/Attr.h » ('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 b6b62655fc7c804e61c82c95f8f0524cefcc145a..2e09fee6989195af5bded3b9439a285d695cb5db 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -420,7 +420,6 @@ sky_core_files = [
"dom/MutationObserverRegistration.h",
"dom/MutationRecord.cpp",
"dom/MutationRecord.h",
- "dom/NamedNodeMap.cpp",
"dom/Node.cpp",
"dom/NodeRareData.cpp",
"dom/NodeRareData.h",
@@ -1236,7 +1235,6 @@ core_idl_files = get_path_info([
"dom/Element.idl",
"dom/MutationObserver.idl",
"dom/MutationRecord.idl",
- "dom/NamedNodeMap.idl",
"dom/Node.idl",
"dom/NodeList.idl",
"dom/Range.idl",
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8NodeCustom.cpp ('k') | sky/engine/core/dom/Attr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698