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

Unified Diff: Source/core/features.gypi

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index cd42a1ba811db4e3abd30dc686215dd23ed610e3..1c856391558aec059b838a48bcf5efcc75ed84f6 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -73,7 +73,6 @@
['OS=="android"', {
'feature_defines': [
'ENABLE_CALENDAR_PICKER=0',
- 'ENABLE_DATALIST_ELEMENT=0',
'ENABLE_FAST_MOBILE_SCROLLING=1',
'ENABLE_INPUT_SPEECH=0',
'ENABLE_INPUT_TYPE_COLOR=0',
@@ -90,7 +89,6 @@
}, { # OS!="android"
'feature_defines': [
'ENABLE_CALENDAR_PICKER=1',
- 'ENABLE_DATALIST_ELEMENT=1',
'ENABLE_INPUT_SPEECH=1',
'ENABLE_INPUT_TYPE_COLOR=1',
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',

Powered by Google App Engine
This is Rietveld 408576698