Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f882f79c005506b008d23672f7ee155c2ba352eb..dcb9d051cc1e0a9060589411e4bdf2eff98e843a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -425,6 +425,11 @@ |
}, { |
'enable_automation%': 1, |
}], |
+ |
+ # Use platform independent implementation of gfx::Canvas in Aura. |
Alexei Svitkine (slow)
2012/03/21 18:25:48
Nit: Change this comment to:
# Enable Skia UI tex
|
+ ['use_aura==1', { |
+ 'use_canvas_skia%': 1, |
+ }], |
], |
}, |