Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1027)

Unified Diff: third_party/freetype/BUILD.gn

Issue 2726873002: Rename third_party/freetype-android to third_party/freetype (Closed)
Patch Set: DEPS Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/freetype/.clang-format ('k') | third_party/freetype/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « third_party/freetype/.clang-format ('k') | third_party/freetype/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698