| Index: third_party/leveldatabase/leveldatabase.gyp
|
| diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
|
| index d77b52a51c9ee87b234af013ee91aa02d5e5a407..84713fc45fc46730efd76bd6a1efdd8ead72589f 100644
|
| --- a/third_party/leveldatabase/leveldatabase.gyp
|
| +++ b/third_party/leveldatabase/leveldatabase.gyp
|
| @@ -21,6 +21,13 @@
|
| 'src/port/win',
|
| ],
|
| }],
|
| + ['OS == "android" and android_webview_build == 1', {
|
| + 'variables': {
|
| + # Snappy not used in Android WebView
|
| + # crbug.com/236780
|
| + 'use_snappy': 0,
|
| + },
|
| + }],
|
| ['use_snappy', {
|
| 'defines': [
|
| 'USE_SNAPPY=1',
|
|
|