Commit 40eebf19 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Move create-html-entity-table to build/scripts/make_html_entity_table.py.

This CL has no behavior changes.

Presubmit scripts have never applied to the script, and it has many
style errors. This CL has NOPRESUBMIT=true to suppress presubmit errors,
and we should fix them later. See crbug.com/838772.

NOPRESUBMIT=true

Change-Id: I724be7f9af79f9e82ff76bb04e713e0ada860a30
Reviewed-on: https://chromium-review.googlesource.com/1039107
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555311}
parent 99d5821e
......@@ -94,7 +94,7 @@ output_file.write("""/*
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// THIS FILE IS GENERATED BY core/html/parser/create-html-entity-table
// THIS FILE IS GENERATED BY build/scripts/make_html_entity_table.py.
// DO NOT EDIT (unless you are a ninja)!
#include "third_party/blink/renderer/core/html/parser/html_entity_table.h"
......
......@@ -1341,7 +1341,7 @@ action("make_minimized_css") {
action("make_core_generated_html_entity_table") {
visibility = [] # Allow re-assignment of list.
visibility = [ ":*" ]
script = "html/parser/create-html-entity-table"
script = "../build/scripts/make_html_entity_table.py"
inputs = [
"html/parser/html_entity_names.csv",
......
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