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

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

Issue 789693003: Remove DOMSettableTokenList. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | sky/engine/core/dom/DOMSettableTokenList.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 eabea4e0b79f4edba5ca022d9d3a9c44e33afc63..55c39689d0756f9f10df78ae88a8d3b5dc320d37 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -439,8 +439,6 @@ sky_core_files = [
"dom/DOMError.h",
"dom/DOMException.cpp",
"dom/DOMException.h",
- "dom/DOMSettableTokenList.cpp",
- "dom/DOMSettableTokenList.h",
"dom/DOMTimeStamp.h",
"dom/DOMTokenList.cpp",
"dom/DOMTokenList.h",
@@ -1296,7 +1294,6 @@ core_idl_files = get_path_info([
"dom/DocumentFragment.idl",
"dom/DOMError.idl",
"dom/DOMException.idl",
- "dom/DOMSettableTokenList.idl",
"dom/DOMTokenList.idl",
"dom/Element.idl",
"dom/MutationObserver.idl",
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMSettableTokenList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698