diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 08b56cd..6e254103 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -655,7 +655,7 @@ # # On Aura, this allows per-tile painting to be used in the browser # compositor. - ['OS!="mac" and OS!="android"', { + ['OS!="android"', { 'use_canvas_skia%': 1, }], |