| Index: skia/skia.gyp
|
| diff --git a/skia/skia.gyp b/skia/skia.gyp
|
| index 340e64e0f81121e1e932b362d9912a5af58567b4..66531c6818e6a6dc1b9a926fb3ea626b71ada7dd 100644
|
| --- a/skia/skia.gyp
|
| +++ b/skia/skia.gyp
|
| @@ -434,7 +434,7 @@
|
| 'ext/vector_platform_device_skia.cc',
|
| ],
|
| }],
|
| - [ '_toolset == "target" and android_build_type == 0', {
|
| + [ '_toolset == "target" and android_webview_build == 0', {
|
| 'defines': [
|
| 'HAVE_ENDIAN_H',
|
| ],
|
| @@ -597,7 +597,7 @@
|
| 'SK_BUILD_FOR_ANDROID_NDK',
|
| ],
|
| 'conditions': [
|
| - [ '_toolset == "target" and android_build_type == 0', {
|
| + [ '_toolset == "target" and android_webview_build == 0', {
|
| 'defines': [
|
| 'HAVE_ENDIAN_H',
|
| ],
|
|
|