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

Unified Diff: build/linux/system.gyp

Issue 1627533002: [Chromecast] Depend on Chromium's freetype-android (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove use_system_fontconfig flag from build/linux/BUILD.gn 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 | « build/linux/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index fe6bf8c318027d91d7ea1967f0569581ba02b474..a325acac044f2b2458bbcc332a5231b713c13266 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -780,7 +780,14 @@
'target_name': 'freetype2',
'type': 'none',
'conditions': [
- ['_toolset=="target"', {
+ ['chromecast==1', {
+ 'dependencies': [
+ '../../third_party/freetype-android/freetype.gyp:ft2',
+ ],
+ 'export_dependent_settings' : [
+ '../../third_party/freetype-android/freetype.gyp:ft2',
+ ],
+ }, '_toolset=="target"', {
'direct_dependent_settings': {
'cflags': [
'<!@(<(pkg-config) --cflags freetype2)',
« no previous file with comments | « build/linux/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698