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

Unified Diff: content/shell/BUILD.gn

Issue 1627533002: [Chromecast] Depend on Chromium's freetype-android (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add clarification of using freetype-android Created 4 years, 11 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 | « content/content_shell.gypi ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index c07b215604842919edfaacc5ecf355402ef30bbb..ffcd2491822d2a2a60a8cad2b84cfcd9cdb35628 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -313,7 +313,7 @@ static_library("content_shell_lib") {
]
}
- if (is_linux && !is_chromecast) {
+ if (is_linux) {
deps += [ "//third_party/freetype2" ]
Dirk Pranke 2016/01/28 01:09:21 is this right? you'll get //third_party/freetype2
bcf 2016/01/28 21:37:28 This logic is from this CL: https://codereview.chr
Nico 2016/01/28 21:55:47 This looks wrong to me too -- you probably don't w
bcf 2016/01/28 22:31:04 We discussed in the predecessor of this CL that th
Nico 2016/01/28 22:33:01 Does android use freetype2 for tests and freetype-
}
« no previous file with comments | « content/content_shell.gypi ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698