summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 14:01:17 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 14:01:17 +0000
commit70a377ce4f66f8145c0fb119f26d74891c73d571 (patch)
treed70867dbd115c465f649fc7185ef8db40fac4007 /build
parenta96c55cafdabcb22bfd1b604a3533ef1eeef89c9 (diff)
downloadchromium_src-70a377ce4f66f8145c0fb119f26d74891c73d571.zip
chromium_src-70a377ce4f66f8145c0fb119f26d74891c73d571.tar.gz
chromium_src-70a377ce4f66f8145c0fb119f26d74891c73d571.tar.bz2
Revert 129889 - Revert 129878 - Re-enable use_canvas_skia=1 on Windows.
Original review: https://chromiumcodereview.appspot.com/9863053 BUG=105550 TEST=UI text looks the same as before. Review URL: https://chromiumcodereview.appspot.com/9965062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8d86900..ef4794d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -434,7 +434,7 @@
#
# On Aura, this allows per-tile painting to be used in the browser
# compositor.
- ['use_aura==1', {
+ ['use_aura==1 or OS=="win"', {
'use_canvas_skia%': 1,
}],
],