Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index e5841f2d617af4e1fe97ba2f8bdbdb7fd9654348..b622beaa5e7da55b3b0f60ee883e0d7a7d71b194 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -154,6 +154,11 @@ |
}, |
}, |
}], # OS=="win" |
+ ['OS=="linux"', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:fontconfig', |
+ ], |
+ }], |
['OS=="android"', { |
'dependencies': [ |
'content_shell_jni_headers', |