Commit b15b3f2e authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Apply snake_case to HTMLEntityNames.csv and generated HTMLEntityTable.cpp.

This CL has no behavior changes.

Bug: 770603
Change-Id: I7229bd5cb53d468c054d323a458fb78ca0803535
Reviewed-on: https://chromium-review.googlesource.com/961164
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543002}
parent b1b72f7a
...@@ -1370,17 +1370,16 @@ action("make_minimized_css") { ...@@ -1370,17 +1370,16 @@ action("make_minimized_css") {
deps = make_core_generated_deps deps = make_core_generated_deps
} }
# "HTMLEntityTable" in make_core_generated from GYP.
action("make_core_generated_html_entity_table") { action("make_core_generated_html_entity_table") {
visibility = [] # Allow re-assignment of list. visibility = [] # Allow re-assignment of list.
visibility = [ ":*" ] visibility = [ ":*" ]
script = "html/parser/create-html-entity-table" script = "html/parser/create-html-entity-table"
inputs = [ inputs = [
"html/parser/HTMLEntityNames.csv", "html/parser/html_entity_names.csv",
] ]
outputs = [ outputs = [
"$blink_core_output_dir/HTMLEntityTable.cpp", "$blink_core_output_dir/html_entity_table.cc",
] ]
args = [ "-o" ] + rebase_path(outputs, root_build_dir) args = [ "-o" ] + rebase_path(outputs, root_build_dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment