diff options
author | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 08:52:20 +0000 |
---|---|---|
committer | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 08:52:20 +0000 |
commit | da854376b38ec7258bf1fcef8569a60b976fe923 (patch) | |
tree | 01b424d06eb594aef1aa5f4043ae1d414ba04604 /content/content_browser.gypi | |
parent | 69e3c68cdb92a927e3ff97f5911ceb645f64afa9 (diff) | |
download | chromium_src-da854376b38ec7258bf1fcef8569a60b976fe923.zip chromium_src-da854376b38ec7258bf1fcef8569a60b976fe923.tar.gz chromium_src-da854376b38ec7258bf1fcef8569a60b976fe923.tar.bz2 |
Implement input type=color UI
BUG=92608
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126889
Review URL: https://chromiumcodereview.appspot.com/9203001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 2169f63..f65e64c 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -46,6 +46,7 @@ 'public/browser/cert_store.h', 'public/browser/child_process_data.h', 'public/browser/child_process_security_policy.h', + 'public/browser/color_chooser.h', 'public/browser/content_browser_client.h', 'public/browser/content_ipc_logging.h', 'public/browser/devtools_agent_host_registry.h', |