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

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

Issue 697363002: Remove DOMImplementation. (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
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 8bab684116421a176b730edb205bd44034e7c316..5c42160535913aa402cc08523533ce7ea3b5757e 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -359,7 +359,6 @@ sky_core_files = [
"dom/DOMError.h",
"dom/DOMException.cpp",
"dom/DOMException.h",
- "dom/DOMImplementation.cpp",
"dom/DOMSettableTokenList.cpp",
"dom/DOMSettableTokenList.h",
"dom/DOMStringList.cpp",
@@ -1178,7 +1177,6 @@ core_idl_files = get_path_info([
"dom/ClientRectList.idl",
"dom/DOMError.idl",
"dom/DOMException.idl",
- "dom/DOMImplementation.idl",
"dom/DOMSettableTokenList.idl",
"dom/DOMStringList.idl",
"dom/DOMTokenList.idl",
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMImplementation.h » ('j') | sky/engine/core/dom/DOMImplementationTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698