| 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 5bba9f7db5c4d9a1d432a6b8f93a3699987ee142..c31a0d8d22c80d4f6da92a08b12eba78f4793a26 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -164,8 +164,8 @@ action("character_data") {
|
|
|
| executable("character_data_generator") {
|
| sources = [
|
| - "fonts/CharacterPropertyDataGenerator.cpp",
|
| - "fonts/CharacterPropertyDataGenerator.h",
|
| + "text/CharacterPropertyDataGenerator.cpp",
|
| + "text/CharacterPropertyDataGenerator.h",
|
| ]
|
| configs += [ "//third_party/WebKit/Source:config" ]
|
| deps = [
|
|
|