commit | 621ae172aee75b2c2aa03959072045e47fc90e57 | [log] [tgz] |
---|---|---|
author | Clark DuVall <[email protected]> | Thu Oct 24 16:11:56 2019 |
committer | Commit Bot <[email protected]> | Thu Oct 24 16:11:56 2019 |
tree | 631cb5f89141c213d87a7ae7daea4f5439b47bd9 | |
parent | b30e87e224813e9c434bc6805e446c23cabd9191 [diff] [blame] |
[WebLayer] Hook up color picker for inputs with type="color" Change-Id: I8e0c93abdbaf040347448a51c0280cbfe524abc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877307 Commit-Queue: Clark DuVall <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#709064}
diff --git a/weblayer/BUILD.gn b/weblayer/BUILD.gn index fec3a15d..5044218 100644 --- a/weblayer/BUILD.gn +++ b/weblayer/BUILD.gn
@@ -164,6 +164,7 @@ if (is_android) { deps += [ + "//components/embedder_support/android:web_contents_delegate", "//components/version_info", "//ui/android", "//weblayer/browser/java:jni",