Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: third_party/WebKit/Source/core/exported/BUILD.gn

Issue 2963733003: Scripts for unity/jumbo (default disabled) compilation (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
}

Powered by Google App Engine
This is Rietveld 408576698