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-
|
} |