Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 14640004: [Android WebView] Disable Snappy in leveldb on Android WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698