| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 4c22e4534375a5c8b62d1179f548ebdeb5f0e9da..5f63435f55f9097454f0be119c75f9ea9a229934 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -968,7 +968,7 @@ action("make_core_generated_html_element_lookup_trie") {
|
| script = "../build/scripts/make_element_lookup_trie.py"
|
|
|
| input_file = "html/HTMLTagNames.in"
|
| - inputs = scripts_for_in_files + [
|
| + inputs = make_trie_helpers_files + [
|
| input_file,
|
| "../build/scripts/templates/ElementLookupTrie.cpp.tmpl",
|
| "../build/scripts/templates/ElementLookupTrie.h.tmpl",
|
|
|