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

Unified Diff: sky/engine/core/BUILD.gn

Issue 680173002: Remove HTML entity crazy (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index 826f3804c1fed37683171ebaa65967a770c3d152..9031536a30714f02cbe20748dd1d85a7e9e58322 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -93,9 +93,6 @@ source_set("core_generated") {
sources += bindings_core_generated_aggregate_files
sources += [
- # Generated from HTMLEntityNames.in
- "$sky_core_output_dir/HTMLEntityTable.cpp",
-
# Generated from CSSTokenizer-in.cpp
"$sky_core_output_dir/CSSTokenizer.cpp",
@@ -191,7 +188,6 @@ group("make_core_generated") {
":make_core_generated_event_factory",
":make_core_generated_html_element_lookup_trie",
":make_core_generated_html_element_type_helpers",
- ":make_core_generated_html_entity_table",
":make_core_generated_make_parser",
":make_core_generated_make_token_matcher",
":make_core_generated_make_token_matcher_for_viewport",
@@ -450,22 +446,6 @@ make_token_matcher("make_core_generated_make_token_matcher_for_viewport") {
# One-off scripts --------------------------------------------------------------
-action("make_core_generated_html_entity_table") {
- script = "html/parser/create-html-entity-table"
-
- inputs = [
- "html/parser/HTMLEntityNames.in",
- ]
- outputs = [
- "$sky_core_output_dir/HTMLEntityTable.cpp",
- ]
-
- args = [ "-o" ] + rebase_path(outputs, root_build_dir)
- args += rebase_path(inputs, root_build_dir)
-
- deps = make_core_generated_deps
-}
-
action("make_core_generated_media_query_tokenizer_codepoints") {
script = "../build/scripts/make_mediaquery_tokenizer_codepoints.py"
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698