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

Unified Diff: Source/WebKit/chromium/features.gypi

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python 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 | « Source/WebCore/workers/WorkerThread.cpp ('k') | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/features.gypi
diff --git a/Source/WebKit/chromium/features.gypi b/Source/WebKit/chromium/features.gypi
index 2283cb72daa55192a6bd0f5f17c50828d907d9bb..9ccf57750bfa9e3cbc9ee809517114f390b0a63a 100644
--- a/Source/WebKit/chromium/features.gypi
+++ b/Source/WebKit/chromium/features.gypi
@@ -98,7 +98,6 @@
'ENABLE_SHADOW_DOM=1',
'ENABLE_SMOOTH_SCROLLING=1',
'ENABLE_SPEECH_SYNTHESIS=0',
- 'ENABLE_SQL_DATABASE=<(enable_sql_database)',
'ENABLE_STYLE_SCOPED=1',
'ENABLE_SVG=<(enable_svg)',
'ENABLE_SVG_FONTS=<(enable_svg)',
@@ -137,14 +136,12 @@
'variables': {
'use_accelerated_compositing%': 1,
'enable_skia_text%': 1,
- 'enable_sql_database%': 1,
'enable_svg%': 1,
'enable_touch_events%': 1,
'enable_touch_icon_loading%' : 0,
},
'use_accelerated_compositing%': '<(use_accelerated_compositing)',
'enable_skia_text%': '<(enable_skia_text)',
- 'enable_sql_database%': '<(enable_sql_database)',
'enable_svg%': '<(enable_svg)',
'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
« no previous file with comments | « Source/WebCore/workers/WorkerThread.cpp ('k') | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698