diff options
author | kalyan.kondapally@intel.com <kalyan.kondapally@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 05:51:05 +0000 |
---|---|---|
committer | kalyan.kondapally@intel.com <kalyan.kondapally@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 05:51:05 +0000 |
commit | 321e8602f4adc6e8e2325c375b8cea591d0c87d5 (patch) | |
tree | d3d71508cdc4dbc8ee0e53075e383779de39a961 /content/content_common.gypi | |
parent | bf19a32fe7ca64262b987d04ed490ee907d51966 (diff) | |
download | chromium_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_common.gypi')
-rw-r--r-- | content/content_common.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 08eaf5e..4269329 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -457,9 +457,8 @@ 'dependencies': [ '../build/linux/system.gyp:pangocairo', ], - }, { # use_pango == 0 'sources!': [ - 'common/font_list_pango.cc', + 'common/font_list_ozone.cc', ], }], ['use_x11 == 1', { |