diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 04:28:22 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 04:28:22 +0000 |
commit | b6d9e7cce2a9c310d45dcd09b8359e728218170b (patch) | |
tree | 222b64b5a47d0050aa247c1bf6ef64c34e79952f /build/common.gypi | |
parent | 80f9c869009f1490c104813701dc268f445aab66 (diff) | |
download | chromium_src-b6d9e7cce2a9c310d45dcd09b8359e728218170b.zip chromium_src-b6d9e7cce2a9c310d45dcd09b8359e728218170b.tar.gz chromium_src-b6d9e7cce2a9c310d45dcd09b8359e728218170b.tar.bz2 |
Enable canvas_skia_skia.cc on Windows.
BUG=105550
TEST=All UI text looks the same as before.
Review URL: http://codereview.chromium.org/9298015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index d815a4c..8fcb304 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -385,6 +385,12 @@ }, { 'linux_use_gold_binary%': 0, }], + + # Enable canvas_skia_skia.cc incrementally on different platforms. + # http://crbug.com/105550 + ['OS=="win"', { + 'use_canvas_skia_skia%': 1, + }], ], }, |