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

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

Issue 1215103007: Remove remaining HTML elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/core/Init.cpp ('k') | sky/engine/core/css/CSSStyleSheet.cpp » ('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 05eea48334f99cc76c578ecd35c8a911121a535a..fbf00a09a7f6c43cdc53b62cb62a4c2f150da6dc 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -685,8 +685,6 @@ sky_core_files = [
"frame/FrameOwner.h",
"frame/FrameView.cpp",
"frame/FrameView.h",
- "frame/ImageBitmap.cpp",
- "frame/ImageBitmap.h",
"frame/LocalDOMWindow.cpp",
"frame/LocalDOMWindow.h",
"frame/LocalFrame.cpp",
@@ -705,82 +703,14 @@ sky_core_files = [
"frame/SuspendableTimer.h",
"frame/Tracing.cpp",
"frame/Tracing.h",
- "html/HTMLAnchorElement.cpp",
- "html/HTMLAnchorElement.h",
- "html/HTMLContentElement.cpp",
- "html/HTMLContentElement.h",
+ "html/parser/HTMLParserIdioms.cpp",
+ "html/parser/HTMLParserIdioms.h",
"html/HTMLElement.cpp",
"html/HTMLElement.h",
- "html/HTMLIFrameElement.cpp",
- "html/HTMLIFrameElement.h",
- "html/HTMLImageElement.cpp",
- "html/HTMLImageElement.h",
- "html/HTMLImageLoader.cpp",
- "html/HTMLImageLoader.h",
- "html/HTMLImportElement.cpp",
- "html/HTMLImportElement.h",
- "html/HTMLScriptElement.cpp",
- "html/HTMLScriptElement.h",
- "html/HTMLStyleElement.cpp",
- "html/HTMLStyleElement.h",
- "html/HTMLTElement.cpp",
- "html/HTMLTElement.h",
- "html/HTMLTemplateElement.cpp",
- "html/HTMLTemplateElement.h",
- "html/HTMLTitleElement.cpp",
- "html/HTMLTitleElement.h",
"html/ImageData.cpp",
"html/ImageData.h",
"html/TextMetrics.h",
"html/VoidCallback.h",
- "html/imports/HTMLImport.cpp",
- "html/imports/HTMLImport.h",
- "html/imports/HTMLImportChild.cpp",
- "html/imports/HTMLImportChild.h",
- "html/imports/HTMLImportChildClient.h",
- "html/imports/HTMLImportLoader.cpp",
- "html/imports/HTMLImportLoader.h",
- "html/imports/HTMLImportState.h",
- "html/imports/HTMLImportStateResolver.cpp",
- "html/imports/HTMLImportStateResolver.h",
- "html/imports/HTMLImportTreeRoot.cpp",
- "html/imports/HTMLImportTreeRoot.h",
- "html/imports/HTMLImportsController.cpp",
- "html/imports/HTMLImportsController.h",
- "html/parser/AtomicHTMLToken.h",
- "html/parser/BackgroundHTMLParser.cpp",
- "html/parser/BackgroundHTMLParser.h",
- "html/parser/CompactHTMLToken.cpp",
- "html/parser/CompactHTMLToken.h",
- "html/parser/HTMLConstructionSite.cpp",
- "html/parser/HTMLConstructionSite.h",
- "html/parser/HTMLDocumentParser.cpp",
- "html/parser/HTMLDocumentParser.h",
- "html/parser/HTMLElementStack.cpp",
- "html/parser/HTMLElementStack.h",
- "html/parser/HTMLEntityParser.cpp",
- "html/parser/HTMLEntityParser.h",
- "html/parser/HTMLInputStream.h",
- "html/parser/HTMLParserIdioms.cpp",
- "html/parser/HTMLParserIdioms.h",
- "html/parser/HTMLParserScheduler.cpp",
- "html/parser/HTMLParserScheduler.h",
- "html/parser/HTMLParserThread.cpp",
- "html/parser/HTMLParserThread.h",
- "html/parser/HTMLScriptRunner.cpp",
- "html/parser/HTMLScriptRunner.h",
- "html/parser/HTMLSrcsetParser.cpp",
- "html/parser/HTMLSrcsetParser.h",
- "html/parser/HTMLToken.h",
- "html/parser/HTMLTokenizer.cpp",
- "html/parser/HTMLTokenizer.h",
- "html/parser/HTMLTreeBuilder.cpp",
- "html/parser/HTMLTreeBuilder.h",
- "html/parser/InputStreamPreprocessor.h",
- "html/parser/MarkupTokenizerInlines.h",
- "html/parser/NestingLevelIncrementer.h",
- "html/parser/TextResourceDecoder.cpp",
- "html/parser/TextResourceDecoder.h",
"inspector/ConsoleAPITypes.h",
"inspector/ConsoleMessage.cpp",
"inspector/ConsoleMessage.h",
@@ -934,8 +864,6 @@ sky_core_files = [
"rendering/RenderGeometryMap.cpp",
"rendering/RenderGeometryMap.h",
"rendering/RenderGeometryMapStep.h",
- "rendering/RenderIFrame.cpp",
- "rendering/RenderIFrame.h",
"rendering/RenderImage.cpp",
"rendering/RenderImage.h",
"rendering/RenderImageResource.cpp",
@@ -1122,22 +1050,11 @@ core_idl_files = get_path_info([
"events/TransitionEvent.idl",
"events/UIEvent.idl",
"events/WheelEvent.idl",
- "frame/ImageBitmap.idl",
"frame/Location.idl",
"frame/Screen.idl",
"frame/Tracing.idl",
"frame/Window.idl",
- "html/HTMLAnchorElement.idl",
- "html/HTMLContentElement.idl",
"html/HTMLElement.idl",
- "html/HTMLIFrameElement.idl",
- "html/HTMLImageElement.idl",
- "html/HTMLImportElement.idl",
- "html/HTMLScriptElement.idl",
- "html/HTMLStyleElement.idl",
- "html/HTMLTElement.idl",
- "html/HTMLTemplateElement.idl",
- "html/HTMLTitleElement.idl",
"html/ImageData.idl",
"html/TextMetrics.idl",
"html/VoidCallback.idl",
« no previous file with comments | « sky/engine/core/Init.cpp ('k') | sky/engine/core/css/CSSStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698