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

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

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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 | « no previous file | sky/engine/core/css/resolver/StyleResolver.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 7c0322b6100c45d07bef061b1fc4d5ec98eb0354..a184eb20db31bf539e285b58f29cb272a14064df 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -904,6 +904,8 @@ sky_core_files = [
"html/HTMLScriptElement.h",
"html/HTMLStyleElement.cpp",
"html/HTMLStyleElement.h",
+ "html/HTMLTElement.cpp",
+ "html/HTMLTElement.h",
"html/HTMLTemplateElement.cpp",
"html/HTMLTemplateElement.h",
"html/HTMLTitleElement.cpp",
@@ -1339,6 +1341,7 @@ core_idl_files = get_path_info([
"html/HTMLStyleElement.idl",
"html/HTMLTemplateElement.idl",
"html/HTMLTitleElement.idl",
+ "html/HTMLTElement.idl",
"html/ImageData.idl",
"html/ime/InputMethodContext.idl",
"html/TextMetrics.idl",
« no previous file with comments | « no previous file | sky/engine/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698