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

Unified Diff: skia/BUILD.gn

Issue 1155743013: Move third_party/freetype DEPS to third_party/freetype-android/src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp build. Created 5 years, 7 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 7a8f40bea3a545805d0bc362a0da4e4b7f57b562..29ad87940729d4859ad9bb63d363df1f27f56a21 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -528,7 +528,7 @@ component("skia") {
set_sources_assignment_filter(sources_assignment_filter)
deps += [
"//third_party/expat",
- "//third_party/freetype",
+ "//third_party/freetype-android:freetype",
"//third_party/android_tools:cpu_features",
]
}

Powered by Google App Engine
This is Rietveld 408576698