Disable color input type because no implementation is currently available (issue #899).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1134 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-03-08 18:23:37 +00:00
parent 485244b1bb
commit b2014012b0
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: features.gypi
===================================================================
--- features.gypi (revision 143980)
+++ features.gypi (working copy)
@@ -190,7 +190,7 @@
'ENABLE_CALENDAR_PICKER=1',
'ENABLE_DATALIST_ELEMENT=1',
'ENABLE_INPUT_SPEECH=1',
- 'ENABLE_INPUT_TYPE_COLOR=1',
+ 'ENABLE_INPUT_TYPE_COLOR=0',
'ENABLE_INPUT_TYPE_WEEK=1',
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
'ENABLE_LEGACY_NOTIFICATIONS=1',