| 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..17cadb6dd6c3ba1c38c77885489ea00176dc5220 100644
|
| --- a/third_party/WebKit/Source/core/exported/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/exported/BUILD.gn
|
| @@ -92,5 +92,10 @@ blink_core_sources("exported") {
|
| "WebViewBase.h",
|
| ]
|
|
|
| + jumbo_excluded_sources = [
|
| + # Too many different toElement (ListedElement and Node). https://crbug.com/738389
|
| + "WebSearchableFormData.cpp",
|
| + ]
|
| +
|
| defines = [ "BLINK_IMPLEMENTATION=1" ]
|
| }
|
|
|