| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 5e7960377f1514602be6bd450410943c6c138129..7247535c187585c5a0125d8152f25f7fa643f46c 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -907,7 +907,7 @@ make_qualified_names("make_core_generated_xml_names") {
|
|
|
| # "MakeTokenMatcher" in make_core_generated from GYP.
|
| make_token_matcher("make_core_generated_make_token_matcher") {
|
| - input_file = "css/CSSTokenizer-in.cpp"
|
| + input_file = "css/parser/CSSTokenizer-in.cpp"
|
| output_file = "$blink_core_output_dir/CSSTokenizer.cpp"
|
| }
|
|
|
| @@ -1068,7 +1068,7 @@ action("make_core_generated_html_element_lookup_trie") {
|
| action_foreach("make_core_generated_bison") {
|
| script = "../build/scripts/rule_bison.py"
|
| sources = [
|
| - "css/CSSGrammar.y",
|
| + "css/parser/CSSGrammar.y",
|
| "xml/XPathGrammar.y",
|
| ]
|
| outputs = [
|
|
|