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

Unified Diff: printing/printing.gyp

Issue 203076: Fix the Linux shared build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: printing/printing.gyp
===================================================================
--- printing/printing.gyp (revision 26276)
+++ printing/printing.gyp (working copy)
@@ -68,6 +68,12 @@
}, { # else: OS=="win"
'sources/': [['exclude', '_posix\\.cc$']]
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ # For FT_Init_FreeType and friends.
+ '../build/linux/system.gyp:freetype2',
+ ],
+ }],
],
},
{
@@ -101,7 +107,6 @@
],
['OS=="linux"', {
'dependencies': [
- '../build/linux/system.gyp:fontconfig',
'../build/linux/system.gyp:gtk',
],
}],

Powered by Google App Engine
This is Rietveld 408576698