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

Unified Diff: skia/skia.gyp

Issue 60070: Fix linking with gold by cleaning up lib dependencies. (Closed)
Patch Set: Created 11 years, 9 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 | « chrome/chrome.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index ae3ccd7dda788929c88f64485dffbd0924bf6577..bdf2de1e9d943cf1b57605de1e6429eeee5f5f47 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -688,7 +688,9 @@
}],
[ 'OS == "linux"', {
'dependencies': [
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gdk',
+ '../build/linux/system.gyp:fontconfig',
+ '../build/linux/system.gyp:freetype2',
],
'cflags': [
'-Wno-unused',
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698