| Index: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
|
| similarity index 93%
|
| rename from third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
|
| rename to third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
|
| index a6c6ca3d5f030c7cbaa00cf1739d1232479115ba..02bf1a6e916dcbbb792e7acb6162ae33cfc067f2 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "CharacterData.h"
|
| +// TODO(kojii): This file is compiled with $host_toolchain, which cannot find
|
| +// include files in platform/fonts. The build scripts should include this
|
| +// directory, and fix these #include's to "platform/fonts/...".
|
| +#include "CharacterPropertyDataGenerator.h"
|
|
|
| #include "CharacterProperty.h"
|
| #include <cassert>
|
|
|