commit | fe896a85ac3ab250cc5cad0e857da7ef32283a11 | [log] [tgz] |
---|---|---|
author | drott <[email protected]> | Mon Mar 06 12:12:54 2017 |
committer | Commit bot <[email protected]> | Mon Mar 06 12:12:54 2017 |
tree | cfc9e7d443dfe3dc938cb27a8bc1a058ae80ebd0 | |
parent | 06e52a1425e72fe847d8a33a975bc9fdbe780ee6 [diff] [blame] |
Rename third_party/freetype-android to third_party/freetype Now that the FreeType checkouts are unified, we should no longer use the _android suffix. TBR'ing jochen for the rename, not adding any new library. BUG=697015 TBR=jochen Review-Url: https://codereview.chromium.org/2726873002 Cr-Commit-Position: refs/heads/master@{#454855}
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn index d31f4685..53caa14 100644 --- a/content/shell/BUILD.gn +++ b/content/shell/BUILD.gn
@@ -369,7 +369,7 @@ } if (is_linux) { - deps += [ "//third_party/freetype-android:freetype" ] + deps += [ "//third_party/freetype" ] } if (!enable_plugins) {