summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorkalyan.kondapally@intel.com <kalyan.kondapally@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 05:51:05 +0000
committerkalyan.kondapally@intel.com <kalyan.kondapally@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 05:51:05 +0000
commit321e8602f4adc6e8e2325c375b8cea591d0c87d5 (patch)
treed3d71508cdc4dbc8ee0e53075e383779de39a961 /content/content_browser.gypi
parentbf19a32fe7ca64262b987d04ed490ee907d51966 (diff)
downloadchromium_src-321e8602f4adc6e8e2325c375b8cea591d0c87d5.zip
chromium_src-321e8602f4adc6e8e2325c375b8cea591d0c87d5.tar.gz
chromium_src-321e8602f4adc6e8e2325c375b8cea591d0c87d5.tar.bz2
Use pango related font API when use_pango = 1
This CL ensures that we use pango implementation when use_pango = 1 instead of Ozone. Currently, Ozone implementation is not ready causing crashes when support for toolkitviews is enabled. BUG= Review URL: https://codereview.chromium.org/60273009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 003c733..1cc82de 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1426,6 +1426,9 @@
'dependencies': [
'../build/linux/system.gyp:pangocairo',
],
+ 'sources!': [
+ 'pepper_truetype_font_list_ozone.cc',
+ ],
}],
['OS=="android"', {
'dependencies': [