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

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

Issue 750663002: Remove DOMStringList. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/DOMStringList.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 121156118d418fe59a923efed7f2df6f8cb7784b..e5872214f2e4796d284ae3ac07c63a41af4762e4 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -465,8 +465,6 @@ sky_core_files = [
"dom/DOMException.h",
"dom/DOMSettableTokenList.cpp",
"dom/DOMSettableTokenList.h",
- "dom/DOMStringList.cpp",
- "dom/DOMStringList.h",
"dom/DOMTimeStamp.h",
"dom/DOMTokenList.cpp",
"dom/DOMTokenList.h",
@@ -1392,7 +1390,6 @@ core_idl_files = get_path_info([
"dom/DOMError.idl",
"dom/DOMException.idl",
"dom/DOMSettableTokenList.idl",
- "dom/DOMStringList.idl",
"dom/DOMTokenList.idl",
"dom/Element.idl",
"dom/MutationObserver.idl",
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMStringList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698