| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 158995598c9ae74808cdab1371cf1d90a8731371..6f58dbafbb34d46f190edc9ccd61bc4c5e74d8dd 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1119,6 +1119,9 @@
|
| # Turns on the i18n support in V8.
|
| 'v8_enable_i18n_support': 1,
|
|
|
| + # Use the chromium skia by default.
|
| + 'use_system_skia%': '0',
|
| +
|
| 'conditions': [
|
| # The version of GCC in use, set later in platforms that use GCC and have
|
| # not explicitly chosen to build with clang. Currently, this means all
|
| @@ -1332,9 +1335,6 @@
|
| # Uses system APIs for decoding audio and video.
|
| 'use_libffmpeg%': '0',
|
|
|
| - # Always use the chromium skia.
|
| - 'use_system_skia%': '0',
|
| -
|
| # When building as part of the Android system, use system libraries
|
| # where possible to reduce ROM size.
|
| # TODO(steveblock): Investigate using the system version of sqlite.
|
|
|