Chromium Code Reviews| Index: third_party/WebKit/Source/core/exported/BUILD.gn |
| diff --git a/third_party/WebKit/Source/core/exported/BUILD.gn b/third_party/WebKit/Source/core/exported/BUILD.gn |
| index 1d6455027b4615b1f3cdd469f7da947dbba03fda..e92770e274e82b1100760e51d405c6e83ec98799 100644 |
| --- a/third_party/WebKit/Source/core/exported/BUILD.gn |
| +++ b/third_party/WebKit/Source/core/exported/BUILD.gn |
| @@ -92,5 +92,9 @@ blink_core_sources("exported") { |
| "WebViewBase.h", |
| ] |
| + jumbo_excluded_sources = [ |
| + "WebSearchableFormData.cpp", # Too many different toHTMLInputElement (ListedElement and HTMLElement) |
|
Dirk Pranke
2017/06/29 23:09:46
I don't understand this comment. I'm assuming you
Daniel Bratell
2017/06/30 08:22:19
Yes, HTMLObjectElement inherits from both ListedEl
Daniel Bratell
2017/06/30 10:09:53
Documented it in https://bugs.chromium.org/p/chrom
|
| + ] |
| + |
| defines = [ "BLINK_IMPLEMENTATION=1" ] |
| } |