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

Unified Diff: content/shell/BUILD.gn

Issue 1345013002: Add is_chromecast to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase + ui changes. Created 5 years, 3 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 | « chromecast/media/cma/backend/BUILD.gn ('k') | media/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 1ee13ab28df51b695a212cd101007694503f6ce3..a6c9654ead3021cb8b447288e18c6bc5b2c73ee1 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -314,7 +314,7 @@ static_library("content_shell_lib") {
]
}
- if (is_linux) {
+ if (is_linux && !is_chromecast) {
deps += [ "//third_party/freetype2" ]
}
« no previous file with comments | « chromecast/media/cma/backend/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698