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

Unified Diff: content/content_shell.gypi

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content_browsertests Created 8 years, 1 month 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 | « cc/yuv_video_draw_quad.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « cc/yuv_video_draw_quad.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698