| Index: third_party/freetype/BUILD.gn
|
| diff --git a/third_party/freetype-android/BUILD.gn b/third_party/freetype/BUILD.gn
|
| similarity index 92%
|
| rename from third_party/freetype-android/BUILD.gn
|
| rename to third_party/freetype/BUILD.gn
|
| index c853c7628e010f8ea6f37f354fca4caeaf9502e4..30c0b3703b9288cdb5a67bad64fb0a6eefb3bfc1 100644
|
| --- a/third_party/freetype-android/BUILD.gn
|
| +++ b/third_party/freetype/BUILD.gn
|
| @@ -65,8 +65,8 @@ component("freetype") {
|
| "DARWIN_NO_CARBON",
|
|
|
| # Long directory name to avoid accidentally using wrong headers.
|
| - "FT_CONFIG_MODULES_H=<freetype-android-config/ftmodule.h>",
|
| - "FT_CONFIG_OPTIONS_H=<freetype-android-config/ftoption.h>",
|
| + "FT_CONFIG_MODULES_H=<freetype-custom-config/ftmodule.h>",
|
| + "FT_CONFIG_OPTIONS_H=<freetype-custom-config/ftoption.h>",
|
| ]
|
|
|
| public_configs = [ ":freetype_config" ]
|
| @@ -74,7 +74,7 @@ component("freetype") {
|
| configs += [
|
| "//build/config/compiler:no_chromium_code",
|
| ":freetype-warnings",
|
| - ":freetype-visibility"
|
| + ":freetype-visibility",
|
| ]
|
|
|
| deps = [
|
|
|