summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-25 23:17:00 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-25 23:17:00 +0000
commitd8047492741130af7742e89c65d471044ff7a755 (patch)
tree5a831e77d4d9e3163a4cbd9f9cf36b44be2c4792 /build/common.gypi
parent92f7ecda5f8102f75a75ad105874cd8e6f9614cb (diff)
downloadchromium_src-d8047492741130af7742e89c65d471044ff7a755.zip
chromium_src-d8047492741130af7742e89c65d471044ff7a755.tar.gz
chromium_src-d8047492741130af7742e89c65d471044ff7a755.tar.bz2
Revert 139125 - Switch use_canvas_skia=1 for Linux/GTK.
This is so we can get rid of canvas_linux.cc and start standardizing what the different canvas flags mean between platforms. BUG=105550 TEST=No visual change in Chrome UI. Review URL: https://chromiumcodereview.appspot.com/10452023 TBR=asvitkine@chromium.org Review URL: https://chromiumcodereview.appspot.com/10444039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index d06c01e..b5149a5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -499,7 +499,7 @@
#
# On Aura, this allows per-tile painting to be used in the browser
# compositor.
- ['OS!="mac" and OS!="android"', {
+ ['use_aura==1 or OS=="win"', {
'use_canvas_skia%': 1,
}],
],