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

Unified Diff: webkit/webkit.gyp

Issue 132007: Linux: plumb fontconfig call out to the sandbox host. (Closed)
Patch Set: ... Created 11 years, 6 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 | « webkit/api/src/gtk/WebFontInfo.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index e7b3dfe9ba002949de567187c5f57feff7a66d1d..ea07a31b50e9f395a6a597b4f4ff41ace079a588 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4253,6 +4253,8 @@
'api/src/ChromiumBridge.cpp',
'api/src/ChromiumCurrentTime.cpp',
'api/src/ChromiumThreading.cpp',
+ 'api/src/gtk/WebFontInfo.cpp',
+ 'api/src/gtk/WebFontInfo.h',
'api/src/gtk/WebInputEventFactory.cpp',
'api/src/x11/WebScreenInfoFactory.cpp',
'api/src/mac/WebInputEventFactory.mm',
@@ -4294,6 +4296,7 @@
'include_dirs': [
'api/public/x11',
'api/public/gtk',
+ 'api/public/linux',
],
}, { # else: OS!="linux"
'sources/': [
« no previous file with comments | « webkit/api/src/gtk/WebFontInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698