diff options
author | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-29 06:34:03 +0000 |
---|---|---|
committer | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-29 06:34:03 +0000 |
commit | 8bc5ff0ff41b61aad74cff67fdead70dd133a013 (patch) | |
tree | 3576181deae0df9bdfd9e8badad749206795eb7b /content/content_common.gypi | |
parent | e675a40da82bf54681449d6b08efafd01d6a7671 (diff) | |
download | chromium_src-8bc5ff0ff41b61aad74cff67fdead70dd133a013.zip chromium_src-8bc5ff0ff41b61aad74cff67fdead70dd133a013.tar.gz chromium_src-8bc5ff0ff41b61aad74cff67fdead70dd133a013.tar.bz2 |
Add support for color input datalist on Android
We pass the list of suggestions when opening the color chooser.
We also pass the suggestion labels but we aren't using them yet. We should use them in the future to improve accessibility.
The suggestions are arranged in a grid with four columns.
BUG=242455
NOTRY=true
Review URL: https://codereview.chromium.org/23026006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 646a46f..d08faea 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -9,6 +9,7 @@ '../net/net.gyp:net', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icuuc', + '../third_party/WebKit/public/blink.gyp:blink', '../ui/gfx/gfx.gyp:gfx', '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', '../ui/ui.gyp:ui', @@ -27,6 +28,8 @@ 'public/common/child_process_host_delegate.cc', 'public/common/child_process_host_delegate.h', 'public/common/child_process_sandbox_support_linux.h', + 'public/common/color_suggestion.cc', + 'public/common/color_suggestion.h', 'public/common/content_constants.cc', 'public/common/content_constants.h', 'public/common/content_descriptors.h', |