| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index d3273101f85bca11ffa8fd410027d2accae93e92..6d9c382c8d1c7ec4d62a68401a56951fdf871df1 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -62,7 +62,7 @@ component("blink_common") {
|
| action("font_family_names") {
|
| script = "../build/scripts/make_names.py"
|
|
|
| - font_family_names_in = "fonts/FontFamilyNames.in"
|
| + font_family_names_in = "fonts/FontFamilyNames.json5"
|
| inputs = make_names_files + [ font_family_names_in ]
|
|
|
| outputs = [
|
| @@ -80,7 +80,7 @@ action("font_family_names") {
|
| action("http_names") {
|
| script = "../build/scripts/make_names.py"
|
|
|
| - http_names_in = "network/HTTPNames.in"
|
| + http_names_in = "network/HTTPNames.json5"
|
| inputs = make_names_files + [ http_names_in ]
|
|
|
| outputs = [
|
|
|