diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-11 04:48:30 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-11 04:48:30 +0000 |
commit | fa60c1ddc3a8e2300117c45a853f858f1a91cb98 (patch) | |
tree | fb1f824fbbed75e62aae238fccbc2896af1b69fa /build/common.gypi | |
parent | 8e1583672b01454bf19abfaae80437634dde2368 (diff) | |
download | chromium_src-fa60c1ddc3a8e2300117c45a853f858f1a91cb98.zip chromium_src-fa60c1ddc3a8e2300117c45a853f858f1a91cb98.tar.gz chromium_src-fa60c1ddc3a8e2300117c45a853f858f1a91cb98.tar.bz2 |
Disable use_canvas_skia_skia=1 on Windows until CJK font fallback is working.
This is a revert of http://crrev.com/120710.
BUG=113437, 105550
TEST=none
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/9383032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index 76614d4..9f9456b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -403,12 +403,6 @@ }, { 'linux_use_gold_flags%': 0, }], - - # Enable canvas_skia_skia.cc incrementally on different platforms. - # http://crbug.com/105550 - ['OS=="win"', { - 'use_canvas_skia_skia%': 1, - }], ], }, |