summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi6
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,
+ }],
],
},